您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name": "chattemplate",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@emotion/react": "^11.9.3",
  7. "@emotion/styled": "^11.9.3",
  8. "@microsoft/signalr": "^6.0.6",
  9. "@mui/icons-material": "^5.8.4",
  10. "@mui/material": "^5.8.7",
  11. "@mui/styled-engine-sc": "^5.8.0",
  12. "@reduxjs/toolkit": "^1.8.3",
  13. "@testing-library/jest-dom": "^5.16.4",
  14. "@testing-library/react": "^13.3.0",
  15. "@testing-library/user-event": "^13.5.0",
  16. "autoprefixer": "10.4.5",
  17. "axios": "^0.27.2",
  18. "bootstrap": "^5.1.3",
  19. "react": "^18.2.0",
  20. "react-bootstrap": "^2.4.0",
  21. "react-dom": "^18.2.0",
  22. "react-icons": "^4.4.0",
  23. "react-redux": "^8.0.2",
  24. "react-router-dom": "^6.3.0",
  25. "react-scripts": "5.0.1",
  26. "redux": "^4.2.0",
  27. "styled-components": "^5.3.5",
  28. "web-vitals": "^2.1.4"
  29. },
  30. "scripts": {
  31. "start": "react-scripts start",
  32. "build": "react-scripts build",
  33. "test": "react-scripts test",
  34. "eject": "react-scripts eject"
  35. },
  36. "overrides": {
  37. "autoprefixer": "10.4.5"
  38. },
  39. "eslintConfig": {
  40. "extends": [
  41. "react-app",
  42. "react-app/jest"
  43. ]
  44. },
  45. "browserslist": {
  46. "production": [
  47. ">0.2%",
  48. "not dead",
  49. "not op_mini all"
  50. ],
  51. "development": [
  52. "last 1 chrome version",
  53. "last 1 firefox version",
  54. "last 1 safari version"
  55. ]
  56. }
  57. }