* 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>
67 lines
1.9 KiB
JSON
67 lines
1.9 KiB
JSON
{
|
|
"name": "@ohif/core",
|
|
"version": "3.13.0-beta.88",
|
|
"description": "Generic business logic for web-based medical imaging applications",
|
|
"author": "OHIF Core Team",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/ohif-core.umd.js",
|
|
"module": "src/index.ts",
|
|
"types": "src/types/index.ts",
|
|
"sideEffects": "false",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "shx rm -rf dist",
|
|
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
|
"dev": "jest --watchAll",
|
|
"dev:core": "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"
|
|
},
|
|
"peerDependencies": {
|
|
"@cornerstonejs/codec-charls": "1.2.3",
|
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "1.2.2",
|
|
"@cornerstonejs/codec-openjpeg": "1.3.0",
|
|
"@cornerstonejs/codec-openjph": "2.4.7",
|
|
"@cornerstonejs/core": "5.0.0",
|
|
"@cornerstonejs/dicom-image-loader": "5.0.0",
|
|
"@cornerstonejs/metadata": "5.0.0",
|
|
"@ohif/ui": "3.13.0-beta.88",
|
|
"cornerstone-math": "0.1.10",
|
|
"dicom-parser": "1.8.21"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.29.7",
|
|
"dcmjs": "0.49.4",
|
|
"dicomweb-client": "0.10.4",
|
|
"gl-matrix": "3.4.3",
|
|
"immutability-helper": "3.1.1",
|
|
"isomorphic-base64": "1.0.2",
|
|
"lodash.clonedeep": "4.5.0",
|
|
"lodash.isequal": "4.5.0",
|
|
"moment": "2.30.1",
|
|
"object-hash": "2.1.1",
|
|
"query-string": "6.14.1",
|
|
"react-shepherd": "6.1.1",
|
|
"shepherd.js": "13.0.3",
|
|
"validate.js": "0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"webpack-merge": "5.10.0"
|
|
}
|
|
}
|