{ "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.2.6", "@cornerstonejs/core": "^0.14.4", "@cornerstonejs/tools": "^0.21.7", "@ohif/extension-cornerstone-dicom-sr": "^3.0.0", "dcmjs": "^0.24.5", "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.16.3", "@ohif/ui": "^2.0.0", "@xstate/react": "^0.8.1", "xstate": "^4.10.0" } }