75 lines
2.1 KiB
JSON
75 lines
2.1 KiB
JSON
{
|
|
"name": "@ohif/extension-cornerstone-dicom-rt",
|
|
"version": "3.0.0",
|
|
"description": "DICOM RT read workflow",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"main": "dist/ohif-extension-cornerstone-dicom-rt.umd.js",
|
|
"module": "src/index.tsx",
|
|
"files": [
|
|
"dist/**",
|
|
"public/**",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": "OHIF/Viewers",
|
|
"keywords": [
|
|
"ohif-extension"
|
|
],
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.18.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
|
|
"dev:dicom-seg": "yarn run dev",
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
"build:package-1": "yarn run build",
|
|
"start": "yarn run dev"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "^3.0.0",
|
|
"@ohif/extension-default": "^3.0.0",
|
|
"@ohif/extension-cornerstone": "^3.0.0",
|
|
"@ohif/i18n": "^3.0.0",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^10.11.0",
|
|
"react-router": "^6.3.0",
|
|
"react-router-dom": "^6.3.0",
|
|
"webpack": "^5.50.0",
|
|
"webpack-merge": "^5.7.3"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13",
|
|
"react-color": "^2.19.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.4",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-transform-arrow-functions": "^7.2.0",
|
|
"@babel/plugin-transform-regenerator": "^7.16.7",
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
"babel-plugin-inline-react-svg": "^2.0.1",
|
|
"@babel/preset-env": "^7.5.0",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"babel-eslint": "^8.0.3",
|
|
"babel-loader": "^8.0.0-beta.4",
|
|
"clean-webpack-plugin": "^4.0.0",
|
|
"copy-webpack-plugin": "^10.2.0",
|
|
"cross-env": "^7.0.3",
|
|
"dotenv": "^14.1.0",
|
|
"eslint": "^5.0.1",
|
|
"eslint-loader": "^2.0.0",
|
|
"webpack": "^5.50.0",
|
|
"webpack-merge": "^5.7.3",
|
|
"webpack-cli": "^4.7.2"
|
|
}
|
|
}
|