* feat(VolumeViewport3D) - importing and using Cornerstone 3D's VolumeViewport3D viewport - added mprAnd3DVolumeViewport hanging protocol - allowed for W/L preset to be applied to a viewport * Updated cornerstone core dependency * Removed pan and zoom from the volume3d tool group so that tackballrotate is never dropped for that viewport. Removed overlays from 3D volume viewport. Throw an error and display a message whenever an unapplicable tool is selected. * The default/initial orientation for a 3D volume viewport can now be set. Using the 'interleaveTopToBottom' image load strategy for the 'mprAnd3DVolumeViewport' hanging protocol. * Do not set orientation for stack viewport.
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@ohif/extension-measurement-tracking",
|
|
"version": "3.0.0",
|
|
"description": "Tracking features and functionality for basic image viewing",
|
|
"author": "OHIF Core Team",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"module": "src/index.tsx",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.18.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"keywords": [
|
|
"ohif-extension"
|
|
],
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --debug --output-pathinfo",
|
|
"dev:dicom-pdf": "yarn run dev",
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
"build:package": "yarn run build",
|
|
"start": "yarn run dev"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "^3.0.0",
|
|
"classnames": "^2.3.2",
|
|
"@cornerstonejs/core": "^0.36.0",
|
|
"@cornerstonejs/tools": "^0.50.2",
|
|
"@ohif/extension-cornerstone-dicom-sr": "^3.0.0",
|
|
"dcmjs": "^0.29.4",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"webpack": "^5.50.0",
|
|
"webpack-merge": "^5.7.3",
|
|
"@ohif/ui": "^2.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13",
|
|
"@ohif/ui": "^2.0.0",
|
|
"@xstate/react": "^0.8.1",
|
|
"xstate": "^4.10.0"
|
|
}
|
|
}
|