2019-08-13 21:36:46 +02:00
|
|
|
{
|
|
|
|
|
"name": "@ohif/core",
|
2025-07-23 20:20:06 +02:00
|
|
|
"version": "3.11.0-beta.103",
|
2019-08-13 21:36:46 +02:00
|
|
|
"description": "Generic business logic for web-based medical imaging applications",
|
|
|
|
|
"author": "OHIF Core Team",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"repository": "OHIF/Viewers",
|
2023-06-06 19:34:26 +02:00
|
|
|
"main": "dist/ohif-core.umd.js",
|
2022-09-20 17:05:26 +02:00
|
|
|
"module": "src/index.ts",
|
2023-04-18 17:17:50 +02:00
|
|
|
"types": "src/types/index.ts",
|
2019-08-13 21:36:46 +02:00
|
|
|
"sideEffects": "false",
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"dist",
|
|
|
|
|
"README.md"
|
|
|
|
|
],
|
|
|
|
|
"engines": {
|
2022-04-06 19:28:42 +02:00
|
|
|
"node": ">=14",
|
2019-08-14 20:29:57 +02:00
|
|
|
"npm": ">=6",
|
|
|
|
|
"yarn": ">=1.16.0"
|
2019-08-13 21:36:46 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2024-02-21 19:49:23 +01:00
|
|
|
"clean": "shx rm -rf dist",
|
|
|
|
|
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
2019-08-13 21:36:46 +02:00
|
|
|
"dev": "jest --watchAll",
|
|
|
|
|
"dev:core": "yarn run dev",
|
2019-09-04 21:00:45 +02:00
|
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
2019-08-13 21:36:46 +02:00
|
|
|
"build:package": "yarn run build",
|
|
|
|
|
"start": "yarn run dev",
|
|
|
|
|
"test:unit": "jest --watchAll",
|
|
|
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-04-27 02:55:56 +02:00
|
|
|
"@cornerstonejs/codec-charls": "^1.2.3",
|
|
|
|
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
|
2024-10-17 15:36:24 +02:00
|
|
|
"@cornerstonejs/codec-openjpeg": "^1.2.4",
|
2024-06-19 15:32:00 +02:00
|
|
|
"@cornerstonejs/codec-openjph": "^2.4.5",
|
2025-07-11 23:15:26 +02:00
|
|
|
"@cornerstonejs/core": "^3.30.3",
|
|
|
|
|
"@cornerstonejs/dicom-image-loader": "^3.30.3",
|
2025-07-23 21:10:18 +02:00
|
|
|
"@ohif/ui": "3.11.0-beta.104",
|
2023-06-06 22:11:21 +02:00
|
|
|
"cornerstone-math": "0.1.9",
|
|
|
|
|
"dicom-parser": "^1.8.21"
|
2019-08-13 21:36:46 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-02-17 21:04:07 +01:00
|
|
|
"@babel/runtime": "^7.20.13",
|
2025-06-26 17:59:44 +02:00
|
|
|
"dcmjs": "^0.42.0",
|
2024-01-08 19:15:54 +01:00
|
|
|
"dicomweb-client": "^0.10.4",
|
2023-06-06 22:11:21 +02:00
|
|
|
"gl-matrix": "^3.4.3",
|
2025-01-23 20:24:13 +01:00
|
|
|
"immutability-helper": "^3.1.1",
|
2025-01-23 20:28:43 +01:00
|
|
|
"isomorphic-base64": "^1.0.2",
|
2021-06-23 20:41:27 +02:00
|
|
|
"lodash.clonedeep": "^4.5.0",
|
2025-02-18 17:36:26 +01:00
|
|
|
"lodash.isequal": "^4.5.0",
|
2025-04-07 22:45:29 +02:00
|
|
|
"moment": "^2.30.1",
|
2021-03-01 16:52:54 +01:00
|
|
|
"object-hash": "2.1.1",
|
2023-06-06 22:11:21 +02:00
|
|
|
"query-string": "^6.14.0",
|
2024-10-04 19:47:32 +02:00
|
|
|
"react-shepherd": "6.1.1",
|
|
|
|
|
"shepherd.js": "13.0.3",
|
2021-05-28 20:32:48 +02:00
|
|
|
"validate.js": "^0.12.0"
|
2021-03-01 16:52:54 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-06-19 15:32:00 +02:00
|
|
|
"webpack-merge": "*"
|
2019-08-13 21:36:46 +02:00
|
|
|
}
|
|
|
|
|
}
|