2024-04-10 05:57:34 +02:00
|
|
|
{
|
|
|
|
|
"name": "@ohif/extension-cornerstone-dynamic-volume",
|
2025-05-26 22:12:50 +02:00
|
|
|
"version": "3.11.0-beta.40",
|
2024-04-10 05:57:34 +02:00
|
|
|
"description": "OHIF extension for 4D volumes data",
|
|
|
|
|
"author": "OHIF",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": "OHIF/Viewers",
|
|
|
|
|
"main": "dist/ohif-extension-cornerstone-dynamic-volume.umd.js",
|
|
|
|
|
"module": "src/index.ts",
|
|
|
|
|
"exports": {
|
|
|
|
|
".": "./src/index.ts",
|
|
|
|
|
"./types": "./src/types/index.ts"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
|
|
|
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
|
|
|
"build:package": "yarn run build",
|
|
|
|
|
"clean": "shx rm -rf dist",
|
|
|
|
|
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
|
|
|
|
"start": "yarn run dev",
|
|
|
|
|
"test:unit": "jest --watchAll",
|
|
|
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2025-05-26 22:12:43 +02:00
|
|
|
"@ohif/core": "3.11.0-beta.40",
|
|
|
|
|
"@ohif/extension-cornerstone": "3.11.0-beta.40",
|
|
|
|
|
"@ohif/extension-default": "3.11.0-beta.40",
|
|
|
|
|
"@ohif/i18n": "3.11.0-beta.40",
|
|
|
|
|
"@ohif/ui": "3.11.0-beta.40",
|
2024-06-19 15:32:00 +02:00
|
|
|
"dcmjs": "*",
|
2024-04-10 05:57:34 +02:00
|
|
|
"dicom-parser": "^1.8.21",
|
|
|
|
|
"hammerjs": "^2.0.8",
|
|
|
|
|
"prop-types": "^15.6.2",
|
2024-05-27 20:30:25 +02:00
|
|
|
"react": "^18.3.1"
|
2024-04-10 05:57:34 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@babel/runtime": "^7.20.13",
|
2025-05-26 06:04:16 +02:00
|
|
|
"@cornerstonejs/core": "^3.15.6",
|
|
|
|
|
"@cornerstonejs/tools": "^3.15.6",
|
2024-04-10 05:57:34 +02:00
|
|
|
"classnames": "^2.3.2"
|
|
|
|
|
}
|
|
|
|
|
}
|