- @ohif/extension-cornerstone@0.0.39-alpha.7 - @ohif/extension-dicom-html@0.0.4-alpha.7 - @ohif/extension-dicom-microscopy@0.0.9-alpha.7 - @ohif/extension-dicom-pdf@0.0.8-alpha.7 - @ohif/extension-vtk@0.1.4-alpha.7 - @ohif/core@0.11.1-alpha.7 - @ohif/i18n@0.2.3-alpha.7 - @ohif/ui@0.2.18-alpha.7 - @ohif/viewer@0.0.22-alpha.8
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
{
|
|
"name": "@ohif/extension-vtk",
|
|
"version": "0.1.4-alpha.7",
|
|
"description": "OHIF extension for VTK.js",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"module": "src/index.js",
|
|
"sideEffects": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=8",
|
|
"npm": ">=5"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --progress --colors --mode production",
|
|
"build:package": "yarn run build",
|
|
"prepublishOnly": "yarn run build",
|
|
"dev": "webpack --watch --progress --colors --mode development",
|
|
"start": "yarn run dev"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "^0.11.1-alpha.0",
|
|
"@ohif/i18n": "^0.2.3",
|
|
"@ohif/ui": "^0.2.18-alpha.0",
|
|
"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",
|
|
"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",
|
|
"redux": "^4.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.4.5",
|
|
"react-vtkjs-viewport": "0.0.9",
|
|
"vtk.js": "^8.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ohif/core": "^0.11.1-alpha.7",
|
|
"@ohif/ui": "^0.2.18-alpha.7",
|
|
"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",
|
|
"react-i18next": "^10.11.0",
|
|
"react-redux": "^7.1.0",
|
|
"redux": "^4.0.1"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"gitHead": "a5baa9228c0eda0df880136bde4420d78e6f8706"
|
|
}
|