* [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
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@ohif/extension-default",
|
|
"version": "3.12.0-beta.90",
|
|
"description": "Common/default features and functionality for basic image viewing",
|
|
"author": "OHIF Core Team",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/ohif-extension-default.umd.js",
|
|
"module": "src/index.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.18.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"keywords": [
|
|
"ohif-extension"
|
|
],
|
|
"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:dicom-pdf": "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.12.0-beta.90",
|
|
"@ohif/i18n": "3.12.0-beta.90",
|
|
"dcmjs": "0.45.0",
|
|
"dicomweb-client": "0.10.4",
|
|
"prop-types": "15.8.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-i18next": "12.3.1",
|
|
"react-window": "1.8.11",
|
|
"webpack": "5.89.0",
|
|
"webpack-merge": "5.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.28.2",
|
|
"@cornerstonejs/calculate-suv": "1.1.0",
|
|
"lodash.get": "4.4.2",
|
|
"lodash.uniqby": "4.7.0"
|
|
}
|
|
}
|