* [WIP] Fix contour annotations RTSS saving * fix: Export image sop image reference provider * Fixes for download with filename * Updates to fix metadata issues with CS3D * Updates to save menu * Fixing some additional re-save metadata * Add support for saving with predecessor image sequence * PR comment fixes * fix: Load RTSS after save * fix segmentation save * fix load of mixed seg/rt studies * Use frame module to get information on the frame shown * Fix study browser to use instances.length when numImageFrames not present * fix: Load of display set split from multiple non-FOR referenes * Fix RT and SEG applying to wrong series because of using referenced series sequence without checkout sop instances * Fix save seg * Update to released CS3D versions * test: Add revokeObjectURL to test download blob * Add hard dependency on mode-basic to fix build order issues * fix: build * Try to fix build segmentation * PR comments * PR comment update
79 lines
2.6 KiB
JSON
79 lines
2.6 KiB
JSON
{
|
|
"name": "@ohif/mode-segmentation",
|
|
"version": "3.12.0-beta.90",
|
|
"description": "OHIF segmentation mode which enables labelmap segmentation read/edit/export",
|
|
"author": "@ohif",
|
|
"license": "MIT",
|
|
"main": "dist/umd/@ohif/mode-segmentation/index.umd.js",
|
|
"files": [
|
|
"dist/**",
|
|
"public/**",
|
|
"README.md"
|
|
],
|
|
"repository": "OHIF/Viewers",
|
|
"keywords": [
|
|
"ohif-mode"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"module": "src/index.tsx",
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=7",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "shx rm -rf dist",
|
|
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
|
"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": "yarn run build",
|
|
"start": "yarn run dev",
|
|
"test:unit": "jest --watchAll",
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/mode-basic": "3.12.0-beta.90",
|
|
"@ohif/core": "3.12.0-beta.90",
|
|
"@ohif/extension-cornerstone": "3.12.0-beta.90",
|
|
"@ohif/extension-cornerstone-dicom-rt": "3.12.0-beta.90",
|
|
"@ohif/extension-cornerstone-dicom-seg": "3.12.0-beta.90",
|
|
"@ohif/extension-cornerstone-dicom-sr": "3.12.0-beta.90",
|
|
"@ohif/extension-default": "3.12.0-beta.90",
|
|
"@ohif/extension-dicom-pdf": "3.12.0-beta.90",
|
|
"@ohif/extension-dicom-video": "3.12.0-beta.90"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.28.2",
|
|
"i18next": "17.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.28.0",
|
|
"@babel/eslint-parser": "7.28.0",
|
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
"@babel/plugin-transform-arrow-functions": "7.27.1",
|
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
"@babel/plugin-transform-object-rest-spread": "7.28.0",
|
|
"@babel/plugin-transform-private-methods": "7.27.1",
|
|
"@babel/plugin-transform-regenerator": "7.28.1",
|
|
"@babel/plugin-transform-runtime": "7.28.0",
|
|
"@babel/plugin-transform-typescript": "7.28.0",
|
|
"@babel/preset-env": "7.28.0",
|
|
"@babel/preset-react": "7.27.1",
|
|
"@babel/preset-typescript": "7.27.1",
|
|
"@svgr/webpack": "8.1.0",
|
|
"babel-loader": "8.4.1",
|
|
"clean-webpack-plugin": "3.0.0",
|
|
"copy-webpack-plugin": "9.1.0",
|
|
"cross-env": "7.0.3",
|
|
"dotenv": "8.6.0",
|
|
"eslint": "8.57.1",
|
|
"eslint-loader": "2.2.1",
|
|
"webpack": "5.95.0",
|
|
"webpack-cli": "5.1.4",
|
|
"webpack-merge": "5.10.0"
|
|
}
|
|
}
|