{ "name": "react", "version": "0.1.0", "private": true, "dependencies": { "@babel/core": ">=7.0.0-0 <8.0.0", "@babel/plugin-syntax-flow": "^7.14.5", "@babel/plugin-transform-react-jsx": "^7.14.9", "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mui/icons-material": "^5.11.9", "@mui/lab": "^5.0.0-alpha.120", "@mui/material": "^5.11.9", "@types/node": "^18.14.0", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.11", "notistack": "^2.0.8", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "typescript": "^4.9.5", "uuid": "^9.0.0", "ws": "^8.12.1" }, "proxy": "http://localhost:3000", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/uuid": "^9.0.1" } }