Files
rowy/package.json

87 lines
2.2 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",
2019-09-08 17:19:23 +10:00
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.4.1",
"@material-ui/lab": "^4.0.0-alpha.26",
2019-09-13 09:56:17 +10:00
"@material-ui/pickers": "^3.2.5",
2019-09-26 11:07:09 +10:00
"@types/algoliasearch": "^3.34.2",
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-09-19 12:14:58 +10:00
"@types/react-data-grid": "^4.0.3",
2019-09-06 09:37:30 +10:00
"@types/react-dom": "16.9.0",
2019-09-26 11:07:09 +10:00
"@types/react-instantsearch-dom": "^5.2.6",
2019-09-10 13:36:59 +10:00
"@types/react-router-dom": "^4.3.5",
2019-09-09 15:17:31 +10:00
"@types/react-sortable-hoc": "^0.6.5",
"@types/react-virtualized": "^9.21.4",
2019-09-27 17:16:39 +10:00
<<<<<<< HEAD
2019-09-24 09:32:03 +10:00
"@types/xlsx": "^0.0.36",
2019-09-27 17:16:39 +10:00
=======
2019-09-26 11:07:09 +10:00
"algoliasearch": "^3.34.0",
2019-09-27 17:16:39 +10:00
>>>>>>> 388c726eacf3bd64f948944e2771b63a8afddedc
2019-09-09 15:17:31 +10:00
"array-move": "^2.1.0",
2019-09-16 15:45:32 +10:00
"attr-accept": "^1.1.3",
2019-09-24 09:32:03 +10:00
"convert-csv-to-json": "^0.0.15",
"csv": "^5.1.3",
"csv-generate": "^3.2.3",
"csv-parse": "^4.4.6",
"csvtojson": "^2.0.10",
2019-09-13 09:56:17 +10:00
"date-fns": "^2.0.0-beta.5",
2019-09-08 17:19:23 +10:00
"firebase": "^6.6.0",
2019-09-13 14:15:54 +10:00
"formik": "^1.5.8",
2019-09-09 15:17:31 +10:00
"lodash": "^4.17.15",
"ramda": "^0.26.1",
2019-09-06 09:37:30 +10:00
"react": "^16.9.0",
2019-09-19 12:14:58 +10:00
"react-data-grid": "^6.1.0",
"react-data-grid-addons": "^6.1.0",
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",
2019-09-10 13:36:59 +10:00
"react-router-dom": "^5.0.1",
2019-09-06 09:37:30 +10:00
"react-scripts": "3.1.1",
2019-09-09 15:17:31 +10:00
"react-virtualized": "^9.21.1",
2019-09-24 09:32:03 +10:00
"read-excel-file": "^4.0.2",
"ts-xlsx": "^0.0.11",
2019-09-13 14:15:54 +10:00
"typescript": "3.6.2",
2019-09-24 09:32:03 +10:00
"xlsx": "^0.15.1",
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",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
2019-09-06 09:37:30 +10:00
}
}