55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@ohif/extension-cornerstone-dicom-sr",
|
|
"version": "3.13.0-beta.95",
|
|
"description": "OHIF extension for an SR Cornerstone Viewport",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/ohif-extension-cornerstone-dicom-sr.umd.js",
|
|
"module": "src/index.tsx",
|
|
"engines": {
|
|
"node": ">=24"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"clean": "shx rm -rf dist",
|
|
"clean:deep": "pnpm run clean && shx rm -rf node_modules",
|
|
"dev": "cross-env NODE_ENV=development rspack build --config .webpack/webpack.dev.js --watch",
|
|
"dev:cornerstone": "pnpm run dev",
|
|
"build": "cross-env NODE_ENV=production rspack build --config .webpack/webpack.prod.js",
|
|
"build:package-1": "pnpm run build",
|
|
"start": "pnpm run dev",
|
|
"test:unit": "jest --watchAll",
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "workspace:*",
|
|
"@ohif/extension-cornerstone": "workspace:*",
|
|
"@ohif/ui": "workspace:*",
|
|
"dcmjs": "0.49.4",
|
|
"dicom-parser": "1.8.21",
|
|
"hammerjs": "2.0.8",
|
|
"prop-types": "15.8.1",
|
|
"react": "18.3.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.29.7",
|
|
"@cornerstonejs/adapters": "5.0.2",
|
|
"@cornerstonejs/core": "5.0.2",
|
|
"@cornerstonejs/tools": "5.0.2",
|
|
"classnames": "2.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "7.0.3"
|
|
},
|
|
"keywords": [
|
|
"ohif-extension"
|
|
]
|
|
}
|