- @ohif/extension-cornerstone@2.12.14 - @ohif/extension-dicom-html@1.3.23 - @ohif/extension-dicom-rt@0.7.13 - @ohif/extension-dicom-segmentation@0.7.13 - @ohif/extension-dicom-tag-browser@0.2.24 - @ohif/extension-vtk@1.12.30 - @ohif/core@2.16.25 - @ohif/viewer@4.12.34
54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"name": "@ohif/core",
|
|
"version": "2.16.25",
|
|
"description": "Generic business logic for web-based medical imaging applications",
|
|
"author": "OHIF Core Team",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"module": "src/index.js",
|
|
"sideEffects": "false",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"prepublishOnly": "yarn run build",
|
|
"start": "yarn run dev",
|
|
"test:unit": "jest --watchAll",
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage"
|
|
},
|
|
"peerDependencies": {
|
|
"cornerstone-core": "^2.6.1",
|
|
"cornerstone-tools": "^6.0.6",
|
|
"cornerstone-wado-image-loader": "^4.1.0",
|
|
"dicom-parser": "^1.8.11"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"ajv": "^6.10.0",
|
|
"dcmjs": "0.24.10",
|
|
"dicomweb-client": "^0.8.3",
|
|
"immer": "9.0.12",
|
|
"isomorphic-base64": "^1.0.2",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.merge": "^4.6.1",
|
|
"mathjs": "^10.1.0",
|
|
"mousetrap": "^1.6.3",
|
|
"retry": "^0.12.0",
|
|
"validate.js": "^0.12.0"
|
|
}
|
|
}
|