{ "name": "reactui", "version": "0.1.0", "private": true, "dependencies": { "@material-ui/core": "^4.6.1", "@material-ui/icons": "^4.5.1", "bootstrap": "^4.3.1", "cogo-toast": "^4.1.1", "material-table": "^1.54.1", "react": "^16.12.0", "react-dom": "^16.12.0", "react-fade-in": "^0.1.6", "react-google-maps": "^9.4.5", "react-headroom": "^3.0.0", "react-map-gl": "^5.1.2", "react-scripts": "3.2.0", "react-sticky": "^6.0.3" }, "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" ] } }