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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "web",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@reduxjs/toolkit": "^1.5.1",
  7. "@testing-library/jest-dom": "^5.13.0",
  8. "@testing-library/react": "^11.2.7",
  9. "@testing-library/user-event": "^12.8.3",
  10. "admin-lte": "^3.1.0",
  11. "axios": "^0.21.1",
  12. "date-fns": "^2.22.1",
  13. "eslint-plugin-prettier": "^3.4.0",
  14. "eslint-plugin-security": "^1.4.0",
  15. "formik": "^2.2.9",
  16. "i18next": "^20.3.1",
  17. "jsonwebtoken": "^8.5.1",
  18. "lodash": "^4.17.21",
  19. "lodash.isempty": "^4.4.0",
  20. "owasp-password-strength-test": "^1.3.0",
  21. "react": "^17.0.2",
  22. "react-dom": "^17.0.2",
  23. "react-helmet-async": "^1.0.9",
  24. "react-i18next": "^11.10.0",
  25. "react-redux": "^7.2.4",
  26. "react-router-dom": "^5.2.0",
  27. "react-scripts": "4.0.3",
  28. "react-select": "^4.3.1",
  29. "redux": "^4.1.0",
  30. "redux-saga": "^1.1.3",
  31. "sass": "^1.34.1",
  32. "web-vitals": "^1.1.2",
  33. "yup": "^0.32.9"
  34. },
  35. "scripts": {
  36. "start": "react-scripts start",
  37. "build": "react-scripts build",
  38. "test": "react-scripts test",
  39. "eject": "react-scripts eject"
  40. },
  41. "eslintConfig": {
  42. "extends": [
  43. "react-app",
  44. "react-app/jest"
  45. ]
  46. },
  47. "browserslist": {
  48. "production": [
  49. ">0.2%",
  50. "not dead",
  51. "not op_mini all"
  52. ],
  53. "development": [
  54. "last 1 chrome version",
  55. "last 1 firefox version",
  56. "last 1 safari version"
  57. ]
  58. },
  59. "devDependencies": {
  60. "eslint": "^7.28.0",
  61. "eslint-config-airbnb": "^18.2.1",
  62. "eslint-config-prettier": "^8.3.0",
  63. "eslint-plugin-import": "^2.23.4",
  64. "eslint-plugin-jsx-a11y": "^6.4.1",
  65. "eslint-plugin-react": "^7.24.0",
  66. "eslint-plugin-react-hooks": "^4.2.0",
  67. "prettier": "2.3.1"
  68. }
  69. }