{ "name": "firetable", "version": "0.1.0", "private": true, "dependencies": { "@material-ui/core": "^4.4.0", "@material-ui/icons": "^4.4.1", "@material-ui/lab": "^4.0.0-alpha.26", "@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-dom": "16.9.0", "@types/react-router-dom": "^4.3.5", "@types/react-sortable-hoc": "^0.6.5", "@types/react-virtualized": "^9.21.4", "array-move": "^2.1.0", "firebase": "^6.6.0", "lodash": "^4.17.15", "ramda": "^0.26.1", "react": "^16.9.0", "react-dom": "^16.9.0", "react-router-dom": "^5.0.1", "react-scripts": "3.1.1", "react-virtualized": "^9.21.1", "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" ] } }