ohif-viewer/platform/ui/package.json
Igor Octaviano 8cea1a04d6
OHIF-333: Split Button (#1988)
* ohif-333: add component foundation

* ohif-333: add expandable content and mocked data

* ohif-333: improve ListMenu component for the new toolbar button and add radio behavior

* ohif-333: add click outside behavior and update primary and secondary props

* ohif-333: separate classes from markup

* ohif-333: fix layout issues

* ohif-333: extract window level component

* ohif-333: update component returns

* ohif-333: update chevron thickness

* ohif-333: remove is active prop

* Delete lerna-debug.log

* ohif-333: clean toolbar and use example in ui package

* ohif-333: update styles to avoid word break

* ohif-333: fix ui package build

Co-authored-by: Erik Ziegler <erik.sweed@gmail.com>
Co-authored-by: Danny Brown <danny.ri.brown@gmail.com>
2020-08-19 15:49:00 -04:00

62 lines
1.5 KiB
JSON

{
"name": "@ohif/ui",
"version": "2.0.0",
"description": "A set of React components for Medical Imaging Viewers",
"author": "OHIF Contributors",
"license": "MIT",
"repository": "OHIF/Viewers",
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=10",
"npm": ">=6",
"yarn": ">=1.16.0"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"start": "yarn run dev",
"build": "docz build",
"build:ui:ci": "docz build",
"build:ui:deploy-preview": "docz build --base=/ui/",
"dev": "docz dev",
"serve": "docz serve",
"docs:preview": "yarn run dev"
},
"dependencies": {
"classnames": "2.2.6",
"docz": "2.3.2-alpha.0",
"gatsby": "2.24.47",
"gatsby-plugin-postcss": "2.3.11",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-sass": "2.3.12",
"gatsby-theme-docz": "2.3.1-alpha.0",
"moment": "2.24.0",
"node-sass": "^4.14.1",
"prop-types": "15.7.2",
"react": "16.11.0",
"react-dates": "^21.8.0",
"react-dnd": "10.0.2",
"react-dnd-html5-backend": "10.0.2",
"react-dnd-touch-backend": "10.0.2",
"react-dom": "16.11.0",
"react-draggable": "4.4.3",
"react-modal": "3.11.2",
"react-error-boundary": "2.2.x",
"react-outside-click-handler": "^1.3.0",
"react-powerplug": "1.0.0",
"react-select": "3.0.8",
"theme-ui": "0.2.x"
},
"devDependencies": {
"autoprefixer": "9.7.4",
"postcss-cli": "7.1.1",
"stylelint": "13.6.1",
"stylelint-config-standard": "20.0.0",
"tailwindcss": "1.6.2"
}
}