39 lines
850 B
JSON
39 lines
850 B
JSON
{
|
|
"name": "@ohif/extension-dicom-microscopy",
|
|
"version": "0.0.8",
|
|
"description": "OHIF extension for Dicom Microscopy",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.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": {
|
|
"react": "^15.0.0 || ^16.0.0",
|
|
"react-dom": "^15.0.0 || ^16.0.0",
|
|
"ohif-core": "^0.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^2.0.1"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.2.0",
|
|
"classnames": "^2.2.6",
|
|
"dicom-microscopy-viewer": "^0.4.3"
|
|
}
|
|
}
|