BREAKING_CHANGE * initial structure for components rewrite * WIP Input * WIP Label * add button props * add label class name * fix dependency * new examples buttonModules & buttonEmotion + refac * clean up to merge initial code into base branch * remove unused file * extend default theme -- add new colors * chore: prettier formatting * chore: try to exclude feature branch PRs * chore: suggest toml syntax highlighting extension * chore: capture yarn.lock changes * docs: condense readme * chore: update deploy preview to build docz component library * chore: Add component library to deploy preview index * chore: fix invalid tailwindcss config * chore: try tweaking toml to kickstart preview * chore: revert * chore: fix formatting of file index * chore: don't waste precious build minutes on a broken build * chore: chmod build-and-deploy.sh * ci: nuke circleci until we need the workflows on master * debug lerna commands * remove redundant yarn commands * try nohoist * revert tests * attempt to resolve import issue * force update yarn lock * try new workarounds for yarn version * another workaround * shift vtk to extension repo deps * catch vtk addition * update lock * Try older yarn version * try again * debugging * fix: yarn doctor warnings * learn some life lessons from the yarn docs * clean up netlify.toml * clean up netlify.toml * yarn package doctor react-dom * yarn doctor: missing peer dep * yarn doctor, satisfying webpack loader peer deps * fix docz base path for deploy-preview * yarn docter: replaced prePublishOnly usage * More yarn doctoring * ignore .yarn directory * fix last yarn doctor warning * updated yarn lock Co-authored-by: Rodrigo Antinarelli <rodrigoantinarelli@gmail.com>
73 lines
1.9 KiB
JSON
73 lines
1.9 KiB
JSON
{
|
|
"name": "@ohif/extension-vtk",
|
|
"version": "1.5.6",
|
|
"description": "OHIF extension for VTK.js",
|
|
"author": "OHIF",
|
|
"license": "MIT",
|
|
"repository": "OHIF/Viewers",
|
|
"main": "dist/index.umd.js",
|
|
"module": "src/index.js",
|
|
"sideEffects": true,
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=10",
|
|
"npm": ">=6",
|
|
"yarn": ">=1.16.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development webpack --config .webpack/webpack.dev.js --watch --debug --output-pathinfo",
|
|
"dev:dicom-vtk": "yarn run dev",
|
|
"build": "cross-env NODE_ENV=production webpack --config .webpack/webpack.prod.js",
|
|
"build:package": "yarn run build",
|
|
"start": "yarn run dev"
|
|
},
|
|
"peerDependencies": {
|
|
"@ohif/core": "^0.50.0",
|
|
"@ohif/i18n": "^0.50.0",
|
|
"@ohif/ui": "^0.50.0",
|
|
"cornerstone-core": "^2.2.8",
|
|
"cornerstone-tools": "4.15.1",
|
|
"cornerstone-wado-image-loader": "^3.1.0",
|
|
"dcmjs": "^0.12.2",
|
|
"dicom-parser": "^1.8.3",
|
|
"i18next": "^17.0.3",
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.11.0",
|
|
"react-dom": "^16.11.0",
|
|
"react-i18next": "^10.11.0",
|
|
"react-redux": "^7.1.0",
|
|
"react-resize-detector": "^4.2.0",
|
|
"redux": "^4.0.1",
|
|
"shader-loader": "^1.3.1",
|
|
"worker-loader": "^2.0.0",
|
|
"wslink": "^0.1.8"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.7.6",
|
|
"lodash.throttle": "^4.1.1",
|
|
"react-vtkjs-viewport": "^0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ohif/core": "^2.9.6",
|
|
"@ohif/ui": "^1.4.4",
|
|
"cornerstone-tools": "4.15.1",
|
|
"cornerstone-wado-image-loader": "^3.1.0",
|
|
"dicom-parser": "^1.8.3",
|
|
"gh-pages": "^2.0.1",
|
|
"i18next": "^17.0.3",
|
|
"i18next-browser-languagedetector": "^3.0.1",
|
|
"react": "^16.11.0",
|
|
"react-dom": "^16.11.0",
|
|
"react-i18next": "^10.11.0",
|
|
"react-redux": "^7.1.0",
|
|
"redux": "^4.0.1"
|
|
}
|
|
}
|