package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "axios": "^0.27.2",
  14. "base64-2-img": "^1.0.0",
  15. "fs": "^0.0.1-security",
  16. "randomcolor": "^0.6.2",
  17. "react": "^17.0.2",
  18. "react-axios": "^2.0.6",
  19. "react-dom": "^17.0.2",
  20. "react-redux": "^8.0.2",
  21. "react-router-dom": "^6.2.1",
  22. "react-scripts": "5.0.0",
  23. "react-webcam": "^7.0.1",
  24. "redux": "^4.2.0",
  25. "redux-thunk": "^2.4.1",
  26. "sass": "^1.53.0",
  27. "socket.io-client": "^4.4.1",
  28. "use-sound": "^4.0.1",
  29. "uuid": "^8.3.2",
  30. "web-vitals": "^2.1.3"
  31. },
  32. "scripts": {
  33. "start": "react-scripts start",
  34. "build": "react-scripts build",
  35. "test": "react-scripts test",
  36. "eject": "react-scripts eject"
  37. },
  38. "eslintConfig": {
  39. "extends": [
  40. "react-app",
  41. "react-app/jest"
  42. ]
  43. },
  44. "browserslist": {
  45. "production": [
  46. ">0.2%",
  47. "not dead",
  48. "not op_mini all"
  49. ],
  50. "development": [
  51. "last 1 chrome version",
  52. "last 1 firefox version",
  53. "last 1 safari version"
  54. ]
  55. },
  56. "devDependencies": {
  57. "webpack": "^5.65.0",
  58. "webpack-cli": "^4.9.1"
  59. }
  60. }