2020-06-03 19:12:13 +02:00
|
|
|
{
|
2022-07-27 18:39:04 +02:00
|
|
|
"name": "@ohif/extension-cornerstone-dicom-sr",
|
2025-02-26 17:28:51 +01:00
|
|
|
"version": "3.10.0-beta.110",
|
2020-06-03 19:12:13 +02:00
|
|
|
"description": "OHIF extension for an SR Cornerstone Viewport",
|
|
|
|
|
"author": "OHIF",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": "OHIF/Viewers",
|
2023-06-06 19:34:26 +02:00
|
|
|
"main": "dist/ohif-extension-cornerstone-dicom-sr.umd.js",
|
2022-07-27 18:39:04 +02:00
|
|
|
"module": "src/index.tsx",
|
2020-06-03 19:12:13 +02:00
|
|
|
"engines": {
|
2022-04-06 19:28:42 +02:00
|
|
|
"node": ">=14",
|
2020-06-03 19:12:13 +02:00
|
|
|
"npm": ">=6",
|
|
|
|
|
"yarn": ">=1.16.0"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2022-04-06 19:28:42 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"ohif-extension"
|
|
|
|
|
],
|
2020-06-03 19:12:13 +02:00
|
|
|
"scripts": {
|
2024-02-21 19:49:23 +01:00
|
|
|
"clean": "shx rm -rf dist",
|
|
|
|
|
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
2023-06-06 19:34:26 +02:00
|
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
|
2020-06-03 19:12:13 +02:00
|
|
|
"dev:cornerstone": "yarn run dev",
|
|
|
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
2023-06-06 22:02:59 +02:00
|
|
|
"build:package-1": "yarn run build",
|
2020-06-03 19:12:13 +02:00
|
|
|
"start": "yarn run dev",
|
|
|
|
|
"test:unit": "jest --watchAll",
|
2021-03-01 16:52:54 +01:00
|
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
2020-06-03 19:12:13 +02:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2025-02-26 17:28:42 +01:00
|
|
|
"@ohif/core": "3.10.0-beta.110",
|
|
|
|
|
"@ohif/extension-cornerstone": "3.10.0-beta.110",
|
|
|
|
|
"@ohif/extension-measurement-tracking": "3.10.0-beta.110",
|
|
|
|
|
"@ohif/ui": "3.10.0-beta.110",
|
2024-06-19 15:32:00 +02:00
|
|
|
"dcmjs": "*",
|
2021-09-24 09:06:52 +02:00
|
|
|
"dicom-parser": "^1.8.9",
|
2020-06-03 19:12:13 +02:00
|
|
|
"hammerjs": "^2.0.8",
|
|
|
|
|
"prop-types": "^15.6.2",
|
2024-05-27 20:30:25 +02:00
|
|
|
"react": "^18.3.1"
|
2020-06-03 19:12:13 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-02-17 21:04:07 +01:00
|
|
|
"@babel/runtime": "^7.20.13",
|
2025-02-25 23:21:57 +01:00
|
|
|
"@cornerstonejs/adapters": "^2.19.14",
|
|
|
|
|
"@cornerstonejs/core": "^2.19.14",
|
|
|
|
|
"@cornerstonejs/tools": "^2.19.14",
|
2023-06-06 22:11:21 +02:00
|
|
|
"classnames": "^2.3.2"
|
2020-06-03 19:12:13 +02:00
|
|
|
}
|
|
|
|
|
}
|