53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@ohif/extension-cornerstone",
|
|
"version": "0.0.39-alpha.1",
|
|
"description": "OHIF extension for Cornerstone",
|
|
"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": {
|
|
"build": "webpack --config config/webpack.prod.js -d",
|
|
"build:package": "yarn run build",
|
|
"prepublishOnly": "yarn run build",
|
|
"dev": "webpack --config config/webpack.prod.js -w -d",
|
|
"start": "yarn run dev"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "^0.11.1-alpha.0",
|
|
"@ohif/ui": "^0.2.18-alpha.0",
|
|
"cornerstone-core": "^2.2.8",
|
|
"cornerstone-math": "^0.1.8",
|
|
"cornerstone-tools": "^3.1.0",
|
|
"cornerstone-wado-image-loader": "^2.2.3",
|
|
"dcmjs": "^0.3.8",
|
|
"dicom-parser": "^1.8.3",
|
|
"hammerjs": "^2.0.8",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^15.0.0 || ^16.0.0",
|
|
"react-dom": "^15.0.0 || ^16.0.0",
|
|
"react-redux": "^6.0.0",
|
|
"react-resize-detector": "^3.4.0",
|
|
"redux": "^4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.2.0",
|
|
"classnames": "^2.2.6",
|
|
"lodash.throttle": "^4.1.1",
|
|
"react-cornerstone-viewport": "0.1.30"
|
|
},
|
|
"gitHead": "d9d9aa1728479153f5b5050b385073390ed32a0a"
|
|
}
|