53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "@ohif/extension-cornerstone-dicom-sr",
|
|
"version": "3.7.0-beta.51",
|
|
"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": ">=14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"keywords": [
|
|
"ohif-extension"
|
|
],
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
|
|
"dev:cornerstone": "yarn run dev",
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
"build:package-1": "yarn run build",
|
|
"start": "yarn run dev",
|
|
"test:unit": "jest --watchAll",
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "3.7.0-beta.51",
|
|
"@ohif/extension-cornerstone": "3.7.0-beta.51",
|
|
"@ohif/extension-measurement-tracking": "3.7.0-beta.51",
|
|
"@ohif/ui": "3.7.0-beta.51",
|
|
"dcmjs": "^0.29.5",
|
|
"dicom-parser": "^1.8.9",
|
|
"hammerjs": "^2.0.8",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^17.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13",
|
|
"@cornerstonejs/adapters": "^1.9.3",
|
|
"@cornerstonejs/core": "^1.9.3",
|
|
"@cornerstonejs/tools": "^1.9.3",
|
|
"classnames": "^2.3.2"
|
|
}
|
|
}
|