- @ohif/extension-cornerstone@0.0.39-alpha.9 - @ohif/extension-dicom-html@0.0.4-alpha.9 - @ohif/extension-dicom-microscopy@0.0.9-alpha.9 - @ohif/extension-dicom-pdf@0.0.8-alpha.9 - @ohif/extension-vtk@0.1.4-alpha.9 - @ohif/core@0.11.1-alpha.9 - @ohif/i18n@0.2.3-alpha.9 - @ohif/ui@0.2.18-alpha.9 - @ohif/viewer@0.0.22-alpha.10
40 lines
990 B
JSON
40 lines
990 B
JSON
{
|
|
"name": "@ohif/extension-dicom-html",
|
|
"version": "0.0.4-alpha.9",
|
|
"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"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "webpack --config .webpack/webpack.dev.js --watch --debug --output-pathinfo",
|
|
"dev:dicom-html": "yarn run dev",
|
|
"build": "webpack --config .webpack/webpack.prod.js",
|
|
"build:package": "yarn run build",
|
|
"prepublishOnly": "yarn run build",
|
|
"start": "yarn run dev"
|
|
},
|
|
"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.5.5"
|
|
}
|
|
}
|