{ "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/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", "attr-accept": "^1.1.3", "date-fns": "^2.0.0-beta.5", "firebase": "^6.6.0", "formik": "^1.5.8", "lodash": "^4.17.15", "ramda": "^0.26.1", "react": "^16.9.0", "react-dom": "^16.9.0", "react-dropzone": "^10.1.8", "react-router-dom": "^5.0.1", "react-scripts": "3.1.1", "react-virtualized": "^9.21.1", "typescript": "3.6.2", "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" ] } }