40 lines
903 B
JSON
40 lines
903 B
JSON
{
|
|
"name": "@ohif/extension-dicom-html",
|
|
"version": "0.0.4-alpha.0",
|
|
"description": "OHIF extension for rendering structured reports to HTML",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"module": "src/index.js",
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
},
|
|
"scripts": {
|
|
"lerna:build": "webpack --config config/webpack.prod.js -w -d",
|
|
"prepublishOnly": "npm run build",
|
|
"start": "rollup -c -w"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "^0.11.1-alpha.0",
|
|
"dcmjs": "^0.3.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"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^2.0.1",
|
|
"lodash.clonedeep": "^4.5.0"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|