- @ohif/extension-cornerstone@2.9.6 - @ohif/extension-dicom-html@1.2.9 - @ohif/extension-dicom-rt@0.4.8 - @ohif/extension-dicom-segmentation@0.4.7 - @ohif/extension-dicom-tag-browser@0.0.4 - @ohif/extension-vtk@1.7.10 - @ohif/core@2.10.7 - @ohif/viewer@4.5.17
41 lines
1023 B
JSON
41 lines
1023 B
JSON
{
|
|
"name": "@ohif/extension-dicom-tag-browser",
|
|
"version": "0.0.4",
|
|
"description": "OHIF extension for checking DICOM headers.",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"module": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --debug --output-pathinfo",
|
|
"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"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "^2.6.0",
|
|
"dcmjs": "0.16.5",
|
|
"react": "^16.8.6"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.5.5",
|
|
"dicomweb-client": "^0.6.0",
|
|
"moment": "2.24.0",
|
|
"react-select": "^3.0.8"
|
|
}
|
|
}
|