Files
rowy/package.json

51 lines
1.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-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-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-06 09:37:30 +10:00
"@types/react-dom": "16.9.0",
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",
"array-move": "^2.1.0",
2019-09-08 17:19:23 +10:00
"firebase": "^6.6.0",
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",
"react-dom": "^16.9.0",
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-06 09:37:30 +10:00
"typescript": "3.6.2"
},
"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"
]
}
}