* chore(tests): Update multiple screenshot test images for various specs * feat(screenshot-reviewer): Add screenshot review tool and update package.json scripts * fix(DICOMSRDisplayTool): Improve actor presence check in viewport * chore(tests): Update multiple screenshot assets for various specs * chore(tests): Integrate waitForPaintToSettle and waitForViewportsRendered in multiple specs for improved rendering stability * chore(tests): Update screenshot assets for SEGHydration and SEGNoHydration specs * test: update progressive loading screenshots * jest 30 test fixes for compatibility with pnpm cs3d * Use correct setDisplaySets instead of setDataId * fix: Naming change for LegacyVolumeViewport3D * Update to allow tolerance for contour tests * update * fix * refactor: Replace instanceof checks with utility functions for viewport type validation * fix: Update createSegmentationForViewport to handle undefined displaySetInstanceUID gracefully * bun lock * fix: Install cs3d with pnpm instead of bun * Update node version for playwright * Update to v5.0.0 of cs3d * fix: Build dependency * audit * Change to a web await retry assert * Fix timing related test failures * fix: Freehand close --------- Co-authored-by: Bill Wallace <wayfarer3130@gmail.com>
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "@ohif/extension-measurement-tracking",
|
|
"version": "3.13.0-beta.88",
|
|
"description": "Tracking features and functionality for basic image viewing",
|
|
"author": "OHIF Core Team",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/ohif-extension-measurement-tracking.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": {
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@cornerstonejs/core": "5.0.0",
|
|
"@cornerstonejs/tools": "5.0.0",
|
|
"@ohif/core": "3.13.0-beta.88",
|
|
"@ohif/extension-cornerstone-dicom-sr": "3.13.0-beta.88",
|
|
"@ohif/extension-default": "3.13.0-beta.88",
|
|
"@ohif/ui": "3.13.0-beta.88",
|
|
"classnames": "2.5.1",
|
|
"dcmjs": "0.49.4",
|
|
"lodash.debounce": "4.0.8",
|
|
"prop-types": "15.8.1",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"webpack": "5.105.0",
|
|
"webpack-merge": "5.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.29.7",
|
|
"@ohif/ui": "3.13.0-beta.88",
|
|
"@xstate/react": "3.2.2",
|
|
"xstate": "4.38.3"
|
|
}
|
|
}
|