2019-04-16 18:00:06 +02:00
|
|
|
{
|
2019-05-30 17:50:27 +02:00
|
|
|
"name": "@ohif/extension-vtk",
|
2019-06-30 22:47:12 +02:00
|
|
|
"version": "0.1.3",
|
2019-04-16 18:00:06 +02:00
|
|
|
"description": "OHIF extension for VTK.js",
|
|
|
|
|
"author": "OHIF",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": "OHIF/Viewers",
|
|
|
|
|
"main": "dist/index.umd.js",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=8",
|
|
|
|
|
"npm": ">=5"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-07-06 04:58:25 +02:00
|
|
|
"lerna:build": "webpack --progress --colors --mode production",
|
|
|
|
|
"lerna:dev": "webpack --watch --progress --colors --mode development",
|
|
|
|
|
"prepublishOnly": "yarn install && yarn run lerna:build"
|
2019-04-16 18:00:06 +02:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2019-06-30 22:47:12 +02:00
|
|
|
"@ohif/i18n": "0.2.2",
|
2019-04-16 18:00:06 +02:00
|
|
|
"cornerstone-core": "^2.2.8",
|
|
|
|
|
"cornerstone-wado-image-loader": "^2.2.3",
|
2019-06-15 11:51:56 +02:00
|
|
|
"dcmjs": "^0.4.7",
|
2019-04-16 18:00:06 +02:00
|
|
|
"dicom-parser": "^1.8.3",
|
2019-06-17 14:23:03 +02:00
|
|
|
"i18next": "^17.0.3",
|
|
|
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
2019-06-21 05:10:58 +02:00
|
|
|
"ohif-core": "^0.6.0",
|
2019-06-15 11:51:56 +02:00
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
|
"react": "^16.8.6",
|
|
|
|
|
"react-dom": "^16.8.6",
|
2019-06-17 14:23:03 +02:00
|
|
|
"react-i18next": "^10.11.0",
|
2019-06-15 11:51:56 +02:00
|
|
|
"react-redux": "^7.1.0",
|
|
|
|
|
"react-resize-detector": "^4.2.0",
|
2019-06-29 09:38:24 +02:00
|
|
|
"react-viewerbase": "^0.15.1",
|
2019-06-07 20:35:54 +02:00
|
|
|
"redux": "^4.0.1"
|
2019-04-16 18:00:06 +02:00
|
|
|
},
|
2019-06-21 05:12:55 +02:00
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.4.5",
|
|
|
|
|
"react-vtkjs-viewport": "0.0.9",
|
2019-06-27 13:38:51 +02:00
|
|
|
"vtk.js": "^8.11.0"
|
2019-06-21 05:12:55 +02:00
|
|
|
},
|
2019-04-16 18:00:06 +02:00
|
|
|
"devDependencies": {
|
2019-06-15 11:51:56 +02:00
|
|
|
"cornerstone-tools": "^3.13.0",
|
|
|
|
|
"cornerstone-wado-image-loader": "^2.2.3",
|
|
|
|
|
"dcmjs": "^0.4.7",
|
|
|
|
|
"dicom-parser": "^1.8.3",
|
2019-04-16 18:00:06 +02:00
|
|
|
"gh-pages": "^2.0.1",
|
2019-06-17 14:23:03 +02:00
|
|
|
"i18next": "^17.0.3",
|
|
|
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
2019-06-27 14:51:37 +02:00
|
|
|
"ohif-core": "^0.7.0",
|
2019-06-17 14:23:03 +02:00
|
|
|
"react-i18next": "^10.11.0",
|
2019-06-15 11:51:56 +02:00
|
|
|
"react-redux": "^7.1.0",
|
2019-06-29 09:38:24 +02:00
|
|
|
"react-viewerbase": "^0.15.1",
|
2019-06-15 11:51:56 +02:00
|
|
|
"redux": "^4.0.1",
|
|
|
|
|
"shader-loader": "^1.3.1",
|
|
|
|
|
"worker-loader": "^2.0.0"
|
2019-04-16 18:00:06 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
2019-05-30 18:28:20 +02:00
|
|
|
"dist",
|
|
|
|
|
"README.md"
|
2019-04-16 18:00:06 +02:00
|
|
|
],
|
2019-05-30 17:54:21 +02:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
2019-04-16 18:00:06 +02:00
|
|
|
}
|
|
|
|
|
}
|