ohif-viewer/extensions/dicom-pdf/package.json
2019-08-07 16:05:24 -04:00

40 lines
930 B
JSON

{
"name": "@ohif/extension-dicom-pdf",
"version": "0.0.8-alpha.1",
"description": "OHIF extension for Dicom PDF",
"author": "OHIF",
"license": "MIT",
"repository": "OHIF/Viewers",
"main": "dist/index.umd.js",
"module": "src/index.js",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"lerna:build": "webpack --config config/webpack.prod.js -w -d",
"prepublishOnly": "yarn run build",
"start": "rollup -c -w"
},
"peerDependencies": {
"@ohif/core": "^0.11.1-alpha.0",
"dicom-parser": "^1.8.3",
"prop-types": "^15.6.2",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"classnames": "^2.2.6",
"lodash.isequal": "^4.5.0"
},
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
}