Files
rowy/www/package.json

105 lines
2.8 KiB
JSON
Raw Normal View History

2019-09-06 09:37:30 +10:00
{
"name": "firetable",
"version": "0.1.0",
"private": true,
"dependencies": {
2020-07-21 19:12:30 +10:00
"@antlerengineering/components": "^0.4.1",
"@antlerengineering/multiselect": "^0.3.14",
"@date-io/date-fns": "1.x",
2020-07-21 19:12:30 +10:00
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
2020-07-21 19:12:30 +10:00
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
2020-02-14 18:22:28 +11:00
"@mdi/js": "^4.9.95",
2020-08-06 22:54:05 +10:00
"@monaco-editor/react": "^3.5.5",
2020-02-17 19:48:51 +11:00
"@tinymce/tinymce-react": "^3.4.0",
2020-06-26 13:43:46 +08:00
"ace-builds": "^1.4.11",
2020-03-12 14:27:04 +08:00
"algoliasearch": "^4.1.0",
2020-03-12 18:20:40 +11:00
"chroma-js": "^2.1.0",
2019-09-24 09:32:03 +10:00
"csv-parse": "^4.4.6",
"date-fns": "^2.9.0",
"dompurify": "^2.0.8",
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",
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",
2020-03-16 22:30:30 +11:00
"json-format": "^1.0.1",
"json2csv": "^5.0.1",
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",
"ramda": "^0.26.1",
2019-09-06 09:37:30 +10:00
"react": "^16.9.0",
2020-06-26 13:43:46 +08:00
"react-ace": "^9.1.1",
2020-08-31 14:40:52 +10:00
"react-beautiful-dnd": "^13.0.0",
2019-10-08 08:37:32 +11:00
"react-color": "^2.17.3",
2020-02-26 12:10:18 +11:00
"react-data-grid": "^7.0.0-alpha.29",
2020-02-28 10:30:11 +11:00
"react-data-grid-addons": "^7.0.0-alpha.24",
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-08-23 11:53:14 +10:00
"react-hook-form": "^6.5.0",
2020-08-13 12:33:17 +10:00
"react-image": "^4.0.3",
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",
"serve": "^11.3.2",
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-05-11 13:05:02 +08:00
"use-algolia": "^1.3.0",
2020-02-01 11:24:24 +11:00
"use-debounce": "^3.3.0",
2020-03-20 13:57:33 +08:00
"use-persisted-state": "^0.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": {
2020-08-25 19:01:04 +10:00
"serve": "serve -s build",
"start": "react-scripts start",
2019-09-06 09:37:30 +10:00
"build": "react-scripts build",
2020-08-06 14:22:31 +10:00
"test": "react-scripts test --env=jsdom",
2020-03-26 16:00:36 +08:00
"eject": "react-scripts eject",
2020-04-27 20:51:08 +08:00
"env": "node createDotEnv",
2020-05-04 18:11:57 +08:00
"target": "firebase target:apply hosting firetable",
2020-04-27 20:51:08 +08:00
"deploy": "firebase deploy"
2019-09-06 09:37:30 +10:00
},
2020-03-26 16:21:53 +08:00
"engines": {
"node": "10"
},
2019-09-06 09:37:30 +10:00
"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": {
"@types/chroma-js": "^2.0.0",
"@types/dompurify": "^2.0.1",
"@types/file-saver": "^2.0.1",
"@types/lodash": "^4.14.138",
"@types/ramda": "^0.26.21",
"@types/react": "^16.9.2",
2020-08-31 14:40:52 +10:00
"@types/react-beautiful-dnd": "^13.0.0",
"@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",
2020-03-26 16:00:36 +08:00
"firebase-tools": "^7.16.1",
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
}
}