2019-08-13 21:36:46 +02:00
|
|
|
{
|
|
|
|
|
"name": "@ohif/core",
|
2026-02-24 14:57:26 +01:00
|
|
|
"version": "3.13.0-beta.24",
|
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": {
|
2025-10-14 22:23:36 +02:00
|
|
|
"@cornerstonejs/codec-charls": "1.2.3",
|
|
|
|
|
"@cornerstonejs/codec-libjpeg-turbo-8bit": "1.2.2",
|
2025-10-23 15:11:54 +02:00
|
|
|
"@cornerstonejs/codec-openjpeg": "1.3.0",
|
2025-10-14 22:23:36 +02:00
|
|
|
"@cornerstonejs/codec-openjph": "2.4.7",
|
2026-02-23 23:24:33 +01:00
|
|
|
"@cornerstonejs/core": "4.17.2",
|
|
|
|
|
"@cornerstonejs/dicom-image-loader": "4.17.2",
|
2026-02-24 14:57:26 +01:00
|
|
|
"@ohif/ui": "3.13.0-beta.24",
|
2023-06-06 22:11:21 +02:00
|
|
|
"cornerstone-math": "0.1.9",
|
2025-10-14 22:23:36 +02:00
|
|
|
"dicom-parser": "1.8.21"
|
2019-08-13 21:36:46 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-10-14 22:23:36 +02:00
|
|
|
"@babel/runtime": "7.28.2",
|
2026-02-05 17:49:49 +01:00
|
|
|
"dcmjs": "0.49.4",
|
2025-10-14 22:23:36 +02:00
|
|
|
"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",
|
2021-03-01 16:52:54 +01:00
|
|
|
"object-hash": "2.1.1",
|
2025-10-14 22:23:36 +02:00
|
|
|
"query-string": "6.14.1",
|
2024-10-04 19:47:32 +02:00
|
|
|
"react-shepherd": "6.1.1",
|
|
|
|
|
"shepherd.js": "13.0.3",
|
2025-10-14 22:23:36 +02:00
|
|
|
"validate.js": "0.12.0"
|
2021-03-01 16:52:54 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-10-14 22:23:36 +02:00
|
|
|
"webpack-merge": "5.10.0"
|
2019-08-13 21:36:46 +02:00
|
|
|
}
|
|
|
|
|
}
|