Files
rowy/www/package.json
2020-03-12 18:20:40 +11:00

89 lines
2.3 KiB
JSON

{
"name": "firetable",
"version": "0.1.0",
"private": true,
"dependencies": {
"@date-io/date-fns": "1.x",
"@material-ui/core": "^4.9.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.44",
"@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/chroma-js": "^2.0.0",
"@types/file-saver": "^2.0.1",
"@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",
"chroma-js": "^2.1.0",
"csv-parse": "^4.4.6",
"date-fns": "^2.9.0",
"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",
"ramda": "^0.26.1",
"react": "^16.9.0",
"react-color": "^2.17.3",
"react-data-grid": "^7.0.0-alpha.29",
"react-data-grid-addons": "^7.0.0-alpha.24",
"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",
"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"
}
}
}