package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "frontend",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.7.1",
  7. "@emotion/styled": "^11.6.0",
  8. "@mui/material": "^5.2.7",
  9. "@testing-library/jest-dom": "^5.16.1",
  10. "@testing-library/react": "^12.1.2",
  11. "@testing-library/user-event": "^13.5.0",
  12. "randomcolor": "^0.6.2",
  13. "react": "^17.0.2",
  14. "react-dom": "^17.0.2",
  15. "react-redux": "^8.0.2",
  16. "react-router-dom": "^6.2.1",
  17. "react-scripts": "5.0.0",
  18. "redux": "^4.2.0",
  19. "sass": "^1.53.0",
  20. "socket.io-client": "^4.4.1",
  21. "web-vitals": "^2.1.3"
  22. },
  23. "scripts": {
  24. "start": "react-scripts start",
  25. "build": "react-scripts build",
  26. "test": "react-scripts test",
  27. "eject": "react-scripts eject"
  28. },
  29. "eslintConfig": {
  30. "extends": [
  31. "react-app",
  32. "react-app/jest"
  33. ]
  34. },
  35. "browserslist": {
  36. "production": [
  37. ">0.2%",
  38. "not dead",
  39. "not op_mini all"
  40. ],
  41. "development": [
  42. "last 1 chrome version",
  43. "last 1 firefox version",
  44. "last 1 safari version"
  45. ]
  46. },
  47. "devDependencies": {
  48. "webpack": "^5.65.0",
  49. "webpack-cli": "^4.9.1"
  50. }
  51. }