{ "name": "web", "version": "0.1.0", "private": true, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "dependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@monaco-editor/react": "^4.3.1", "@mui/icons-material": "^5.0.3", "@mui/lab": "^5.0.0-alpha.50", "@mui/material": "^5.0.3", "@mui/styles": "^5.0.1", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.24", "@types/node": "^12.20.28", "@types/react": "^17.0.27", "@types/react-dom": "^17.0.9", "axios": "^0.22.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^5.3.0", "react-scripts": "4.0.3", "typescript": "^4.4.3" }, "devDependencies": { "@types/prismjs": "^1.16.6", "@types/react-router-dom": "^5.3.1", "babel-plugin-prismjs": "^2.1.0", "prettier": "^2.4.1" }, "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" ] } }