Files
rowy/www/package.json

93 lines
2.4 KiB
JSON
Raw Normal View History

2019-09-06 09:37:30 +10:00
{
"name": "firetable",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-09-13 09:56:17 +10:00
"@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",
2020-02-14 18:22:28 +11:00
"@mdi/js": "^4.9.95",
2020-02-17 19:48:51 +11:00
"@tinymce/tinymce-react": "^3.4.0",
2019-09-26 11:07:09 +10:00
"@types/algoliasearch": "^3.34.2",
2019-10-15 13:44:35 +11:00
"@types/backbone": "^1.4.1",
"@types/cash": "^0.0.3",
2019-10-31 17:12:47 +11:00
"@types/file-saver": "^2.0.1",
2019-09-06 09:37:30 +10:00
"@types/jest": "24.0.18",
2019-09-09 15:17:31 +10:00
"@types/lodash": "^4.14.138",
2019-09-06 09:37:30 +10:00
"@types/node": "12.7.4",
"@types/ramda": "^0.26.21",
"@types/react": "^16.9.2",
2019-10-08 08:37:32 +11:00
"@types/react-color": "^3.0.1",
2020-01-30 12:13:06 +11:00
"@types/react-div-100vh": "^0.3.0",
2019-09-06 09:37:30 +10:00
"@types/react-dom": "16.9.0",
2019-09-10 13:36:59 +10:00
"@types/react-router-dom": "^4.3.5",
2019-09-26 11:07:09 +10:00
"algoliasearch": "^3.34.0",
2019-09-24 09:32:03 +10:00
"csv-parse": "^4.4.6",
2019-09-13 09:56:17 +10:00
"date-fns": "^2.0.0-beta.5",
2019-10-31 17:12:47 +11:00
"file-saver": "^2.0.2",
2019-09-08 17:19:23 +10:00
"firebase": "^6.6.0",
"formik": "^2.1.4",
"formik-material-ui": "^2.0.0-beta.1",
"formik-material-ui-pickers": "^0.0.8",
2019-10-15 13:44:35 +11:00
"grapesjs-react": "^2.0.2",
2019-10-04 13:57:18 +10:00
"hotkeys-js": "^3.7.2",
2019-09-09 15:17:31 +10:00
"lodash": "^4.17.15",
2019-11-11 12:05:13 +11:00
"query-string": "^6.8.3",
2019-11-28 09:40:54 +11:00
"quill-delta": "^4.2.1",
2019-12-17 17:03:49 +11:00
"quill-image-drop-module": "^1.0.3",
"quill-image-resize-module": "^3.0.0",
"ramda": "^0.26.1",
2019-09-06 09:37:30 +10:00
"react": "^16.9.0",
2019-10-08 08:37:32 +11:00
"react-color": "^2.17.3",
2020-02-15 16:40:31 +11:00
"react-data-grid": "^7.0.0-canary.13",
"react-data-grid-addons": "^7.0.0-canary.9",
2020-01-30 12:13:06 +11:00
"react-div-100vh": "^0.3.8",
2019-09-06 09:37:30 +10:00
"react-dom": "^16.9.0",
2019-09-13 17:34:37 +10:00
"react-dropzone": "^10.1.8",
2020-02-10 15:37:51 +11:00
"react-json-view": "^1.19.1",
2019-09-10 13:36:59 +10:00
"react-router-dom": "^5.0.1",
"react-scripts": "^3.3.0",
2020-02-15 16:40:31 +11:00
"react-virtualized": "^9.21.2",
2019-10-08 08:37:32 +11:00
"start": "^5.1.0",
2020-02-17 19:48:51 +11:00
"tinymce": "^5.2.0",
2019-11-10 12:00:46 +11:00
"typescript": "^3.7.2",
2020-02-01 11:24:24 +11:00
"use-debounce": "^3.3.0",
2019-10-08 08:37:32 +11:00
"yarn": "^1.19.0",
2019-09-13 14:15:54 +10:00
"yup": "^0.27.0"
2019-09-06 09:37:30 +10:00
},
"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"
]
2019-09-22 22:12:43 +10:00
},
"devDependencies": {
2019-09-22 22:22:53 +10:00
"@material-ui/codemod": "^4.3.0",
2019-09-22 22:12:43 +10:00
"husky": "^3.0.5",
2020-01-31 14:39:38 +11:00
"prettier": "^1.18.2",
2020-01-31 12:00:10 +11:00
"pretty-quick": "^2.0.1"
2019-09-22 22:12:43 +10:00
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
2019-09-06 09:37:30 +10:00
}
}