ohif-viewer/platform/ui/package.json
Rodrigo Antinarelli f4b078912a feat: StudyListTable, ExpandedRow, API definitions (#1579)
* feat: StudyListTable Refactor

* feat: StudyListTable + Props Refactor

* fix expanded rows handler

* update and fix study list doc page

* fix date format

* use moment to format date

* expose new components

* fix study list expanded row

* Export and Create doc page for Pagination

* API Definition, Export and Doc page for StudyListTable

* StudyListTableRow

* use real example to mount study list

* move files

* temporary change study list (viewer) structure

* fix studyList

* remove unused files

* remove file

* remove unused package

* PR fixes

* Remove console.dir

Co-authored-by: Gustavo Lelis <galelis@gmail.com>
2020-05-15 12:46:20 +01:00

53 lines
1.3 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:styles": "postcss src/styles/tailwind.css -o src/gatsby-theme-docz/app.css",
"dev": "docz dev",
"build": "docz build",
"serve": "docz serve"
},
"dependencies": {
"classnames": "^2.2.6",
"docz": "^2.2.0",
"gatsby": "2.19.24",
"gatsby-plugin-postcss": "^2.1.20",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-theme-docz": "^2.2.0",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"prop-types": "^15.7.2",
"react": "16.11.0",
"react-dates": "^21.8.0",
"react-dom": "16.11.0",
"react-powerplug": "1.0.0",
"react-select": "^3.0.8",
"theme-ui": "^0.2.38"
},
"devDependencies": {
"autoprefixer": "^9.7.4",
"postcss-cli": "^7.1.0",
"stylelint": "^13.1.0",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^1.2.0"
}
}