2020-05-26 15:03:58 +02:00
|
|
|
{
|
|
|
|
|
"name": "@ohif/extension-measurement-tracking",
|
2022-04-06 19:28:42 +02:00
|
|
|
"version": "3.0.0",
|
2020-05-26 15:03:58 +02:00
|
|
|
"description": "Tracking features and functionality for basic image viewing",
|
|
|
|
|
"author": "OHIF Core Team",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": "OHIF/Viewers",
|
2023-06-06 19:34:26 +02:00
|
|
|
"main": "dist/ohif-extension-measurement-tracking.umd.js",
|
2022-07-27 18:39:04 +02:00
|
|
|
"module": "src/index.tsx",
|
2020-05-26 15:03:58 +02:00
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
2022-04-06 19:28:42 +02:00
|
|
|
"node": ">=14",
|
2020-05-26 15:03:58 +02:00
|
|
|
"npm": ">=6",
|
2021-08-24 14:13:54 +02:00
|
|
|
"yarn": ">=1.18.0"
|
2020-05-26 15:03:58 +02:00
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
2022-04-06 19:28:42 +02:00
|
|
|
"keywords": [
|
|
|
|
|
"ohif-extension"
|
|
|
|
|
],
|
2020-05-26 15:03:58 +02:00
|
|
|
"scripts": {
|
2023-06-06 19:34:26 +02:00
|
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
|
2020-05-26 15:03:58 +02:00
|
|
|
"dev:dicom-pdf": "yarn run dev",
|
|
|
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
2023-06-06 22:02:59 +02:00
|
|
|
"build:package-1": "yarn run build",
|
2020-05-26 15:03:58 +02:00
|
|
|
"start": "yarn run dev"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-06-06 22:11:17 +02:00
|
|
|
"@ohif/core": "3.5.0-beta.0",
|
2023-02-03 22:56:27 +01:00
|
|
|
"classnames": "^2.3.2",
|
2023-05-22 21:26:18 +02:00
|
|
|
"@cornerstonejs/core": "^1.1.0",
|
|
|
|
|
"@cornerstonejs/tools": "^1.1.0",
|
2023-06-06 22:11:17 +02:00
|
|
|
"@ohif/extension-cornerstone-dicom-sr": "3.5.0-beta.0",
|
2023-04-17 14:23:03 +02:00
|
|
|
"dcmjs": "^0.29.5",
|
2023-03-22 02:36:53 +01:00
|
|
|
"lodash.debounce": "^4.17.21",
|
2020-05-26 15:03:58 +02:00
|
|
|
"prop-types": "^15.6.2",
|
2022-04-06 19:28:42 +02:00
|
|
|
"react": "^17.0.2",
|
|
|
|
|
"react-dom": "^17.0.2",
|
2021-09-24 09:06:52 +02:00
|
|
|
"webpack": "^5.50.0",
|
2022-04-06 19:28:42 +02:00
|
|
|
"webpack-merge": "^5.7.3",
|
2023-06-06 22:11:17 +02:00
|
|
|
"@ohif/ui": "3.5.0-beta.0"
|
2020-05-26 15:03:58 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-02-17 21:04:07 +01:00
|
|
|
"@babel/runtime": "^7.20.13",
|
2023-06-06 19:34:26 +02:00
|
|
|
"@ohif/ui": "^3.0.0",
|
2020-05-28 03:25:44 +02:00
|
|
|
"@xstate/react": "^0.8.1",
|
2020-05-27 14:21:58 +02:00
|
|
|
"xstate": "^4.10.0"
|
2020-05-26 15:03:58 +02:00
|
|
|
}
|
|
|
|
|
}
|