package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "@reduxjs/toolkit": "^1.8.3",
  10. "@testing-library/jest-dom": "^5.16.1",
  11. "@testing-library/react": "^12.1.2",
  12. "@testing-library/user-event": "^13.5.0",
  13. "randomcolor": "^0.6.2",
  14. "react": "^17.0.2",
  15. "react-dom": "^17.0.2",
  16. "react-redux": "^8.0.2",
  17. "react-router-dom": "^6.2.1",
  18. "react-scripts": "5.0.0",
  19. "redux": "^4.2.0",
  20. "redux-thunk": "^2.4.1",
  21. "sass": "^1.53.0",
  22. "socket.io-client": "^4.4.1",
  23. "web-vitals": "^2.1.3"
  24. },
  25. "scripts": {
  26. "start": "react-scripts start",
  27. "build": "react-scripts build",
  28. "test": "react-scripts test",
  29. "eject": "react-scripts eject"
  30. },
  31. "eslintConfig": {
  32. "extends": [
  33. "react-app",
  34. "react-app/jest"
  35. ]
  36. },
  37. "browserslist": {
  38. "production": [
  39. ">0.2%",
  40. "not dead",
  41. "not op_mini all"
  42. ],
  43. "development": [
  44. "last 1 chrome version",
  45. "last 1 firefox version",
  46. "last 1 safari version"
  47. ]
  48. },
  49. "devDependencies": {
  50. "webpack": "^5.65.0",
  51. "webpack-cli": "^4.9.1"
  52. }
  53. }