{ "name": "client", "version": "0.1.0", "private": true, "main": "index.js", "license": "ISC", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "eject": "react-scripts eject" }, "dependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@fontsource/roboto": "^4.5.1", "@mui/material": "^5.0.6", "axios": "^0.24.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "^4.0.3" }, "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" ] } }