Files
rowy/www/package.json

117 lines
3.1 KiB
JSON
Raw Normal View History

2019-09-06 09:37:30 +10:00
{
2021-01-31 15:10:28 +11:00
"name": "Firetable",
2021-07-01 22:48:55 +10:00
"version": "1.4.0",
2021-01-31 15:10:28 +11:00
"homepage": "https://firetable.io/",
"repository": {
"type": "git",
"url": "https://github.com/AntlerVC/firetable.git"
},
2019-09-06 09:37:30 +10:00
"private": true,
"dependencies": {
"@antlerengineering/form-builder": "^2.6.0",
"@antlerengineering/multiselect": "^0.9.2",
"@date-io/date-fns": "1.x",
2021-03-08 12:33:07 +11:00
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
2020-07-21 19:12:30 +10:00
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
2020-11-01 20:57:16 +11:00
"@mdi/js": "^5.8.55",
2021-03-18 21:17:44 +11:00
"@monaco-editor/react": "^4.1.0",
2020-02-17 19:48:51 +11:00
"@tinymce/tinymce-react": "^3.4.0",
"algoliasearch": "^4.8.6",
2021-06-17 21:30:28 +10:00
"ansi-to-react": "^6.1.5",
2020-03-12 18:20:40 +11:00
"chroma-js": "^2.1.0",
"csv-parse": "^4.15.3",
"date-fns": "^2.19.0",
"dompurify": "^2.2.6",
2021-02-24 19:21:55 +08:00
"file-saver": "^2.0.5",
"firebase": "8.6.8",
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.6",
2021-02-24 19:21:55 +08:00
"jszip": "^3.6.0",
"lodash": "^4.17.21",
2021-06-17 21:30:28 +10:00
"moment": "^2.29.1",
2019-11-11 12:05:13 +11:00
"query-string": "^6.8.3",
"react": "^17.0.2",
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",
2021-04-20 14:46:00 +10:00
"react-data-grid": "7.0.0-canary.30",
2020-01-30 12:13:06 +11:00
"react-div-100vh": "^0.3.8",
2020-11-02 12:36:45 +11:00
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^17.0.2",
2019-09-13 17:34:37 +10:00
"react-dropzone": "^10.1.8",
2021-06-30 15:24:23 +10:00
"react-firebaseui": "^5.0.2",
2021-03-25 21:50:31 +10:00
"react-hook-form": "^6.15.5",
2020-08-13 12:33:17 +10:00
"react-image": "^4.0.3",
"react-joyride": "^2.3.0",
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": "^4.0.3",
2020-09-01 21:28:40 +10:00
"react-scroll-sync": "^0.8.0",
"react-usestateref": "^1.0.5",
"serve": "^11.3.2",
2020-02-17 19:48:51 +11:00
"tinymce": "^5.2.0",
"typescript": "^4.3.5",
"use-algolia": "^1.4.1",
2020-02-01 11:24:24 +11:00
"use-debounce": "^3.3.0",
"use-persisted-state": "^0.3.3",
"yarn": "^1.22.10",
2021-03-09 17:53:23 +10:00
"yup": "^0.32.9"
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": {
2021-06-29 12:57:18 +10:00
"node": ">=10"
2020-03-26 16:21:53 +08:00
},
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.1.3",
"@types/dompurify": "^2.2.1",
"@types/file-saver": "^2.0.1",
"@types/lodash": "^4.14.168",
2020-10-30 01:45:36 +11:00
"@types/node": "^14.14.6",
"@types/react": "^17.0.11",
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": "^17.0.8",
"@types/react-router-dom": "^5.1.7",
2020-11-01 22:47:38 +11:00
"@types/use-persisted-state": "^0.3.0",
"firebase-tools": "^8.12.1",
2020-09-03 10:52:18 +10:00
"husky": "^4.2.5",
2020-11-23 12:23:04 +11:00
"monaco-editor": "^0.21.2",
2020-10-30 01:45:36 +11:00
"playwright": "^1.5.2",
"prettier": "^2.2.1",
2020-09-03 10:52:18 +10:00
"pretty-quick": "^3.0.0"
2019-09-22 22:12:43 +10:00
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
2019-09-06 09:37:30 +10:00
}
}