Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "private": true,
  3. "author": "zhaofengchao <13723060510@163.com>",
  4. "scripts": {
  5. "build": "umi build",
  6. "dev": "cross-env UMI_DEV_SERVER_COMPRESS=none umi dev",
  7. "postinstall": "umi setup",
  8. "lint": "umi lint --eslint-only",
  9. "setup": "umi setup",
  10. "start": "npm run dev"
  11. },
  12. "dependencies": {
  13. "@ant-design/icons": "^5.2.6",
  14. "@ant-design/pro-components": "^2.6.46",
  15. "@ant-design/pro-layout": "^7.17.16",
  16. "@js-preview/excel": "^1.7.8",
  17. "ahooks": "^3.7.10",
  18. "antd": "^5.12.7",
  19. "axios": "^1.6.3",
  20. "classnames": "^2.5.1",
  21. "dayjs": "^1.11.10",
  22. "eventsource-parser": "^1.1.2",
  23. "i18next": "^23.7.16",
  24. "js-base64": "^3.7.5",
  25. "jsencrypt": "^3.3.2",
  26. "lodash": "^4.17.21",
  27. "mammoth": "^1.7.2",
  28. "rc-tween-one": "^3.0.6",
  29. "react-chat-elements": "^12.0.13",
  30. "react-copy-to-clipboard": "^5.1.0",
  31. "react-i18next": "^14.0.0",
  32. "react-infinite-scroll-component": "^6.1.0",
  33. "react-markdown": "^9.0.1",
  34. "react-pdf-highlighter": "^6.1.0",
  35. "react-string-replace": "^1.1.1",
  36. "react-syntax-highlighter": "^15.5.0",
  37. "reactflow": "^11.11.2",
  38. "recharts": "^2.12.4",
  39. "remark-gfm": "^4.0.0",
  40. "umi": "^4.0.90",
  41. "umi-request": "^1.4.0",
  42. "unist-util-visit-parents": "^6.0.1",
  43. "uuid": "^9.0.1"
  44. },
  45. "devDependencies": {
  46. "@react-dev-inspector/umi4-plugin": "^2.0.1",
  47. "@types/lodash": "^4.14.202",
  48. "@types/react": "^18.0.33",
  49. "@types/react-copy-to-clipboard": "^5.0.7",
  50. "@types/react-dom": "^18.0.11",
  51. "@types/react-syntax-highlighter": "^15.5.11",
  52. "@types/uuid": "^9.0.8",
  53. "@types/webpack-env": "^1.18.4",
  54. "@umijs/lint": "^4.1.1",
  55. "@umijs/plugins": "^4.1.0",
  56. "cross-env": "^7.0.3",
  57. "prettier": "^3.2.4",
  58. "prettier-plugin-organize-imports": "^3.2.4",
  59. "prettier-plugin-packagejson": "^2.4.9",
  60. "react-dev-inspector": "^2.0.1",
  61. "typescript": "^5.0.3",
  62. "umi-plugin-icons": "^0.1.1"
  63. }
  64. }