package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. {
  2. "name": "gfwboard-user",
  3. "version": "1.2.0",
  4. "private": true,
  5. "dependencies": {
  6. "@ahooksjs/use-url-state": "^3.5.1",
  7. "@ant-design/colors": "^7.0.0",
  8. "@ant-design/icons": "^4.8.0",
  9. "@emotion/cache": "^11.10.5",
  10. "@emotion/react": "^11.10.5",
  11. "@emotion/styled": "^11.10.5",
  12. "@fontsource/roboto": "^4.5.8",
  13. "@mui/base": "^5.0.0-alpha.112",
  14. "@mui/icons-material": "^5.11.0",
  15. "@mui/lab": "^5.0.0-alpha.114",
  16. "@mui/material": "^5.11.2",
  17. "@mui/system": "^5.11.2",
  18. "@mui/x-data-grid": "^5.17.18",
  19. "@mui/x-date-pickers": "^5.0.12",
  20. "@reduxjs/toolkit": "^1.9.1",
  21. "ahooks": "^3.7.4",
  22. "axios": "^1.2.2",
  23. "bfj": "^7.0.2",
  24. "browserslist": "^4.21.4",
  25. "buffer": "^6.0.3",
  26. "camelcase": "^7.0.1",
  27. "constate": "^3.3.2",
  28. "core-js": "^3.27.1",
  29. "crypto-browserify": "^3.12.0",
  30. "crypto-js": "^4.1.1",
  31. "dayjs": "^1.11.7",
  32. "dotenv": "^16.0.3",
  33. "dotenv-expand": "^10.0.0",
  34. "flag-icons": "^6.6.6",
  35. "formik": "^2.2.9",
  36. "framer-motion": "^8.0.2",
  37. "fs-extra": "^11.1.0",
  38. "history": "^5.3.0",
  39. "i18next": "^22.4.6",
  40. "i18next-browser-languagedetector": "^7.0.1",
  41. "identity-obj-proxy": "^3.0.0",
  42. "lodash-es": "^4.17.21",
  43. "markdown-to-jsx": "^7.1.8",
  44. "mui-markdown": "^0.5.6",
  45. "notistack": "^2.0.8",
  46. "postcss": "^8.4.20",
  47. "postcss-flexbugs-fixes": "^5.0.2",
  48. "postcss-normalize": "^10.0.1",
  49. "postcss-preset-env": "^7.8.3",
  50. "prism-react-renderer": "^1.3.5",
  51. "process": "^0.11.10",
  52. "prompts": "^2.4.2",
  53. "qrcode.react": "^3.1.0",
  54. "qs": "^6.11.0",
  55. "react": "^18.2.0",
  56. "react-app-polyfill": "^3.0.0",
  57. "react-device-detect": "^2.2.2",
  58. "react-dom": "^18.2.0",
  59. "react-ga4": "^1.4.1",
  60. "react-google-recaptcha": "^2.1.0",
  61. "react-i18next": "^12.1.1",
  62. "react-material-ui-carousel": "^3.4.2",
  63. "react-redux": "^8.0.5",
  64. "react-refresh": "^0.14.0",
  65. "react-router": "^6.6.1",
  66. "react-router-dom": "^6.6.1",
  67. "react-timer-hook": "^3.0.5",
  68. "react18-input-otp": "^1.1.2",
  69. "redux": "^4.2.0",
  70. "resize-observer-polyfill": "^1.5.1",
  71. "resolve": "^1.22.1",
  72. "sass": "^1.57.1",
  73. "semver": "^7.3.8",
  74. "simplebar": "^5.3.9",
  75. "simplebar-react": "^2.4.3",
  76. "stream-browserify": "^3.0.0",
  77. "stylis": "^4.1.3",
  78. "stylis-plugin-rtl": "^2.1.1",
  79. "terser": "^5.16.1",
  80. "tss-react": "^4.5.1",
  81. "ua-parser-js": "^1.0.32",
  82. "vite": "^4.0.3",
  83. "web-vitals": "^3.1.0",
  84. "yup": "^0.32.11"
  85. },
  86. "devDependencies": {
  87. "@babel/core": "^7.20.7",
  88. "@babel/eslint-parser": "^7.19.1",
  89. "@babel/plugin-syntax-flow": "^7.18.6",
  90. "@babel/plugin-transform-react-jsx": "^7.20.7",
  91. "@rollup/plugin-image": "^3.0.1",
  92. "@types/crypto-js": "^4.1.1",
  93. "@types/lodash-es": "^4.17.6",
  94. "@types/node": "^18.11.18",
  95. "@types/qs": "^6.9.7",
  96. "@types/react": "^18.0.26",
  97. "@types/react-dom": "^18.0.10",
  98. "@types/react-google-recaptcha": "^2.1.5",
  99. "@types/ua-parser-js": "^0.7.36",
  100. "@types/uuid": "^9.0.0",
  101. "@typescript-eslint/eslint-plugin": "5.48.0",
  102. "@typescript-eslint/parser": "^5.47.1",
  103. "@vitejs/plugin-legacy": "^3.0.1",
  104. "@vitejs/plugin-react": "^3.0.0",
  105. "babel-plugin-named-asset-import": "^0.3.8",
  106. "babel-preset-react-app": "^10.0.1",
  107. "eslint": "^8.30.0",
  108. "eslint-config-prettier": "^8.5.0",
  109. "eslint-config-react-app": "^7.0.1",
  110. "eslint-plugin-flowtype": "^8.0.3",
  111. "eslint-plugin-import": "^2.26.0",
  112. "eslint-plugin-jsx-a11y": "^6.6.1",
  113. "eslint-plugin-prettier": "^4.2.1",
  114. "eslint-plugin-react": "^7.31.11",
  115. "eslint-plugin-react-hooks": "^4.6.0",
  116. "immutable": "^4.2.1",
  117. "prettier": "^2.8.1",
  118. "prettier-eslint-cli": "^7.1.0",
  119. "react-error-overlay": "6.0.11",
  120. "rollup-plugin-visualizer": "^5.8.3",
  121. "typescript": "^4.9.4"
  122. },
  123. "scripts": {
  124. "start": "vite",
  125. "build": "pnpm run type-check && vite build --config vite.config.ts",
  126. "format": "prettier --write src/**/*.{js,jsx,ts,tsx,css}",
  127. "type-check": "tsc --noEmit"
  128. },
  129. "eslintConfig": {
  130. "extends": [
  131. "react-app",
  132. "react-app/jest"
  133. ],
  134. "rules": {
  135. "react/jsx-uses-react": "off",
  136. "react/react-in-jsx-scope": "off"
  137. }
  138. },
  139. "babel": {
  140. "presets": [
  141. "react-app"
  142. ]
  143. },
  144. "browserslist": {
  145. "production": [
  146. ">0.2%",
  147. "not dead",
  148. "not op_mini all"
  149. ],
  150. "development": [
  151. "last 1 chrome version",
  152. "last 1 firefox version",
  153. "last 1 safari version"
  154. ]
  155. }
  156. }