48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "@ohif/mode-preclinical-4d",
|
|
"version": "3.9.1",
|
|
"description": "4D Workflow",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"module": "src/index.tsx",
|
|
"engines": {
|
|
"node": ">=14",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"files": [
|
|
"dist/**",
|
|
"public/**",
|
|
"README.md"
|
|
],
|
|
"keywords": [
|
|
"ohif-mode"
|
|
],
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --debug --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-seg": "3.9.1",
|
|
"@ohif/extension-cornerstone-dynamic-volume": "3.9.1",
|
|
"@ohif/extension-default": "3.9.1",
|
|
"@ohif/extension-tmtv": "3.9.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.20.13"
|
|
},
|
|
"devDependencies": {
|
|
"webpack": "5.94.0",
|
|
"webpack-merge": "^5.7.3"
|
|
}
|
|
}
|