65 lines
1.7 KiB
JSON
65 lines
1.7 KiB
JSON
{
|
|
"name": "@ohif/extension-vtk",
|
|
"version": "0.1.3",
|
|
"description": "OHIF extension for VTK.js",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
},
|
|
"scripts": {
|
|
"lerna:build": "webpack --progress --colors --mode production",
|
|
"lerna:dev": "webpack --watch --progress --colors --mode development",
|
|
"prepublishOnly": "yarn install && yarn run lerna:build"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/i18n": "0.2.2",
|
|
"cornerstone-core": "^2.2.8",
|
|
"cornerstone-wado-image-loader": "^2.2.3",
|
|
"dcmjs": "^0.4.7",
|
|
"dicom-parser": "^1.8.3",
|
|
"i18next": "^17.0.3",
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
|
"ohif-core": "^0.6.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-i18next": "^10.11.0",
|
|
"react-redux": "^7.1.0",
|
|
"react-resize-detector": "^4.2.0",
|
|
"react-viewerbase": "^0.15.1",
|
|
"redux": "^4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.5",
|
|
"react-vtkjs-viewport": "0.0.9",
|
|
"vtk.js": "^8.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"cornerstone-tools": "^3.13.0",
|
|
"cornerstone-wado-image-loader": "^2.2.3",
|
|
"dcmjs": "^0.4.7",
|
|
"dicom-parser": "^1.8.3",
|
|
"gh-pages": "^2.0.1",
|
|
"i18next": "^17.0.3",
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
|
"ohif-core": "^0.7.0",
|
|
"react-i18next": "^10.11.0",
|
|
"react-redux": "^7.1.0",
|
|
"react-viewerbase": "^0.15.1",
|
|
"redux": "^4.0.1",
|
|
"shader-loader": "^1.3.1",
|
|
"worker-loader": "^2.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|