mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
* develop: (40 commits) add document path to sidedrawer SideDrawer: scroll to selected field remove EditorModal, add JSON to SideDrawer fix RichText cell wrapping wrap LongText field contents fix: adding new row disable clickable breadcrumbs SideDrawer: fix RichText overflow menu staying visible fix RichText not updating value in SideDrawer sorting fixed cleanup, update snackbar usage rows buffer add 20 buffer rows update regex for cohort2region fixed merge New Navigation SideDrawer: add up/down nav fix FileUploader causing crash, add ErrorBoundary to SideDrawer add FileUploader Checkbox: add ripple ...
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"name": "firetable",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@date-io/date-fns": "^1.3.11",
|
|
"@material-ui/core": "^4.9.2",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.42",
|
|
"@material-ui/pickers": "^3.2.10",
|
|
"@mdi/js": "^4.9.95",
|
|
"@tinymce/tinymce-react": "^3.4.0",
|
|
"@types/algoliasearch": "^3.34.2",
|
|
"@types/backbone": "^1.4.1",
|
|
"@types/cash": "^0.0.3",
|
|
"@types/file-saver": "^2.0.1",
|
|
"@types/jest": "24.0.18",
|
|
"@types/lodash": "^4.14.138",
|
|
"@types/node": "12.7.4",
|
|
"@types/ramda": "^0.26.21",
|
|
"@types/react": "^16.9.2",
|
|
"@types/react-color": "^3.0.1",
|
|
"@types/react-div-100vh": "^0.3.0",
|
|
"@types/react-dom": "16.9.0",
|
|
"@types/react-router-dom": "^4.3.5",
|
|
"algoliasearch": "^3.34.0",
|
|
"csv-parse": "^4.4.6",
|
|
"date-fns": "^2.0.0-beta.5",
|
|
"file-saver": "^2.0.2",
|
|
"firebase": "^6.6.0",
|
|
"formik": "^2.1.4",
|
|
"formik-material-ui": "^2.0.0-beta.1",
|
|
"formik-material-ui-pickers": "^0.0.8",
|
|
"grapesjs-react": "^2.0.2",
|
|
"hotkeys-js": "^3.7.2",
|
|
"lodash": "^4.17.15",
|
|
"query-string": "^6.8.3",
|
|
"quill-delta": "^4.2.1",
|
|
"quill-image-drop-module": "^1.0.3",
|
|
"quill-image-resize-module": "^3.0.0",
|
|
"ramda": "^0.26.1",
|
|
"react": "^16.9.0",
|
|
"react-color": "^2.17.3",
|
|
"react-data-grid": "^7.0.0-canary.13",
|
|
"react-data-grid-addons": "^7.0.0-canary.9",
|
|
"react-div-100vh": "^0.3.8",
|
|
"react-dom": "^16.9.0",
|
|
"react-dropzone": "^10.1.8",
|
|
"react-json-view": "^1.19.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "^3.3.0",
|
|
"react-virtualized": "^9.21.2",
|
|
"start": "^5.1.0",
|
|
"tinymce": "^5.2.0",
|
|
"typescript": "^3.7.2",
|
|
"use-debounce": "^3.3.0",
|
|
"yarn": "^1.19.0",
|
|
"yup": "^0.27.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@material-ui/codemod": "^4.3.0",
|
|
"husky": "^3.0.5",
|
|
"prettier": "^1.18.2",
|
|
"pretty-quick": "^2.0.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|