mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
74 lines
1.8 KiB
JSON
74 lines
1.8 KiB
JSON
{
|
|
"name": "firetable",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@date-io/date-fns": "^1.3.11",
|
|
"@material-ui/core": "^4.4.0",
|
|
"@material-ui/icons": "^4.4.1",
|
|
"@material-ui/lab": "^4.0.0-alpha.26",
|
|
"@material-ui/pickers": "^3.2.5",
|
|
"@types/algoliasearch": "^3.34.2",
|
|
"@types/jest": "24.0.18",
|
|
"@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-data-grid": "^4.0.3",
|
|
"@types/react-dom": "16.9.0",
|
|
"@types/react-router-dom": "^4.3.5",
|
|
"algoliasearch": "^3.34.0",
|
|
"csv-parse": "^4.4.6",
|
|
"date-fns": "^2.0.0-beta.5",
|
|
"firebase": "^6.6.0",
|
|
"hotkeys-js": "^3.7.2",
|
|
"lodash": "^4.17.15",
|
|
"ramda": "^0.26.1",
|
|
"react": "^16.9.0",
|
|
"react-color": "^2.17.3",
|
|
"react-data-grid": "^6.1.0",
|
|
"react-data-grid-addons": "^6.1.0",
|
|
"react-dom": "^16.9.0",
|
|
"react-dropzone": "^10.1.8",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "3.1.1",
|
|
"start": "^5.1.0",
|
|
"typescript": "3.6.2",
|
|
"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": "^1.11.1"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged"
|
|
}
|
|
}
|
|
}
|