2019-04-16 18:00:06 +02:00
|
|
|
{
|
2019-06-17 21:05:10 +02:00
|
|
|
"name": "@ohif/extension-dicom-pdf",
|
2019-06-21 05:30:16 +02:00
|
|
|
"version": "0.0.7",
|
2019-04-16 18:00:06 +02:00
|
|
|
"description": "OHIF extension for Dicom PDF",
|
|
|
|
|
"author": "OHIF",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": "OHIF/Viewers",
|
|
|
|
|
"main": "dist/index.umd.js",
|
2019-07-08 15:38:16 +02:00
|
|
|
"module": "src/index.js",
|
2019-04-16 18:00:06 +02:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8",
|
|
|
|
|
"npm": ">=5"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-07-06 04:58:25 +02:00
|
|
|
"lerna:build": "webpack --config config/webpack.prod.js -w -d",
|
2019-07-08 15:38:16 +02:00
|
|
|
"prepublishOnly": "yarn run build",
|
|
|
|
|
"start": "rollup -c -w"
|
2019-04-16 18:00:06 +02:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
|
|
|
|
"dicom-parser": "^1.8.3",
|
2019-06-21 05:30:16 +02:00
|
|
|
"ohif-core": "^0.6.0",
|
2019-04-16 18:00:06 +02:00
|
|
|
"prop-types": "^15.6.2",
|
|
|
|
|
"react": "^15.0.0 || ^16.0.0",
|
|
|
|
|
"react-dom": "^15.0.0 || ^16.0.0"
|
|
|
|
|
},
|
2019-06-17 21:05:10 +02:00
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.2.0",
|
|
|
|
|
"classnames": "^2.2.6",
|
|
|
|
|
"lodash.isequal": "^4.5.0"
|
|
|
|
|
},
|
2019-04-16 18:00:06 +02:00
|
|
|
"devDependencies": {
|
|
|
|
|
"gh-pages": "^2.0.1",
|
2019-07-05 19:28:49 +02:00
|
|
|
"lodash.clonedeep": "^4.5.0"
|
2019-04-16 18:00:06 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist"
|
|
|
|
|
],
|
2019-06-17 21:05:10 +02:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
2019-04-16 18:00:06 +02:00
|
|
|
}
|
|
|
|
|
}
|