78 lines
2.5 KiB
JSON
78 lines
2.5 KiB
JSON
{
|
|
"name": "@ohif/mode-segmentation",
|
|
"version": "3.9.1",
|
|
"description": "OHIF segmentation mode which enables labelmap segmentation read/edit/export",
|
|
"author": "@ohif",
|
|
"license": "MIT",
|
|
"main": "dist/umd/@ohif/mode-segmentation/index.umd.js",
|
|
"files": [
|
|
"dist/**",
|
|
"public/**",
|
|
"README.md"
|
|
],
|
|
"repository": "OHIF/Viewers",
|
|
"keywords": [
|
|
"ohif-mode"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"module": "src/index.tsx",
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=7",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "shx rm -rf dist",
|
|
"clean:deep": "yarn run clean && shx rm -rf node_modules",
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --output-pathinfo",
|
|
"dev:cornerstone": "yarn run dev",
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
"build:package": "yarn run build",
|
|
"start": "yarn run dev",
|
|
"test:unit": "jest --watchAll",
|
|
"test:unit:ci": "jest --ci --runInBand --collectCoverage --passWithNoTests"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "3.9.1",
|
|
"@ohif/extension-cornerstone": "3.9.1",
|
|
"@ohif/extension-cornerstone-dicom-rt": "3.9.1",
|
|
"@ohif/extension-cornerstone-dicom-seg": "3.9.1",
|
|
"@ohif/extension-cornerstone-dicom-sr": "3.9.1",
|
|
"@ohif/extension-default": "3.9.1",
|
|
"@ohif/extension-dicom-pdf": "3.9.1",
|
|
"@ohif/extension-dicom-video": "3.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13",
|
|
"i18next": "^17.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.24.7",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.7",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-arrow-functions": "^7.16.7",
|
|
"@babel/plugin-transform-regenerator": "^7.16.7",
|
|
"@babel/plugin-transform-runtime": "7.24.7",
|
|
"@babel/plugin-transform-typescript": "^7.13.0",
|
|
"@babel/preset-env": "7.23.2",
|
|
"@babel/preset-react": "^7.16.7",
|
|
"@babel/preset-typescript": "^7.13.0",
|
|
"@svgr/webpack": "^8.1.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"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": "^8.39.0",
|
|
"eslint-loader": "^2.0.0",
|
|
"webpack": "5.94.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-merge": "^5.7.3"
|
|
}
|
|
}
|