{ "name": "@ohif/core", "version": "3.13.0-beta.55", "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": "4.20.0", "@cornerstonejs/dicom-image-loader": "4.20.0", "@ohif/ui": "3.13.0-beta.55", "cornerstone-math": "0.1.9", "dicom-parser": "1.8.21" }, "dependencies": { "@babel/runtime": "7.28.2", "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" } }