* fix: Make the cornerstone sR viewport show all measurements * PR fixes * PR fixes * Add a DICOM SR hanging protocol * Duplicate the hanging protocol for seg as well * PR requested change * PR requested changes * PR fixes plus merge update fixes * PR fixes and integration test fix * PR - documentation
63 lines
1.6 KiB
JSON
63 lines
1.6 KiB
JSON
{
|
|
"name": "@ohif/extension-cornerstone",
|
|
"version": "3.0.0",
|
|
"description": "OHIF extension for Cornerstone",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"module": "src/index.tsx",
|
|
"types": "src/types/index.ts",
|
|
"exports": {
|
|
".": "./src/index.tsx",
|
|
"./types": "./src/types/index.ts"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --debug --output-pathinfo",
|
|
"dev:cornerstone": "yarn run dev",
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
"build:package": "yarn run build",
|
|
"start": "yarn run dev"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "^3.0.0",
|
|
"@ohif/ui": "^2.0.0",
|
|
"cornerstone-wado-image-loader": "^4.13.0",
|
|
"dcmjs": "^0.29.5",
|
|
"dicom-parser": "^1.8.9",
|
|
"hammerjs": "^2.0.8",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-resize-detector": "^6.7.6"
|
|
},
|
|
"devDependencies": {
|
|
"lodash": "^4.17.21"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13",
|
|
"@cornerstonejs/adapters": "^0.6.0",
|
|
"@cornerstonejs/core": "^0.42.2",
|
|
"@cornerstonejs/streaming-image-volume-loader": "^0.16.0",
|
|
"@cornerstonejs/tools": "^0.61.11",
|
|
"@kitware/vtk.js": "26.5.6",
|
|
"html2canvas": "^1.4.1",
|
|
"lodash.debounce": "4.0.8",
|
|
"lodash.merge": "^4.6.2",
|
|
"shader-loader": "^1.3.1",
|
|
"worker-loader": "^3.0.8"
|
|
}
|
|
}
|