Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "private": true,
  3. "author": "bill",
  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. "prepare": "cd .. && husky web/.husky",
  10. "setup": "umi setup",
  11. "start": "npm run dev",
  12. "test": "jest --no-cache --coverage"
  13. },
  14. "lint-staged": {
  15. "*.{js,jsx,ts,tsx,css,less,json}": [
  16. "prettier --write --ignore-unknown"
  17. ]
  18. },
  19. "dependencies": {
  20. "@ant-design/icons": "^5.2.6",
  21. "@ant-design/pro-components": "^2.6.46",
  22. "@ant-design/pro-layout": "^7.17.16",
  23. "@antv/g6": "^5.0.10",
  24. "@hookform/resolvers": "^3.9.1",
  25. "@js-preview/excel": "^1.7.8",
  26. "@monaco-editor/react": "^4.6.0",
  27. "@radix-ui/react-aspect-ratio": "^1.1.0",
  28. "@radix-ui/react-avatar": "^1.1.1",
  29. "@radix-ui/react-checkbox": "^1.1.2",
  30. "@radix-ui/react-dropdown-menu": "^2.1.2",
  31. "@radix-ui/react-icons": "^1.3.1",
  32. "@radix-ui/react-label": "^2.1.0",
  33. "@radix-ui/react-navigation-menu": "^1.2.1",
  34. "@radix-ui/react-popover": "^1.1.2",
  35. "@radix-ui/react-select": "^2.1.2",
  36. "@radix-ui/react-separator": "^1.1.0",
  37. "@radix-ui/react-slot": "^1.1.0",
  38. "@radix-ui/react-switch": "^1.1.1",
  39. "@radix-ui/react-tabs": "^1.1.1",
  40. "@radix-ui/react-toast": "^1.2.2",
  41. "@tailwindcss/line-clamp": "^0.4.4",
  42. "@tanstack/react-query": "^5.40.0",
  43. "@tanstack/react-query-devtools": "^5.51.5",
  44. "@uiw/react-markdown-preview": "^5.1.3",
  45. "ahooks": "^3.7.10",
  46. "antd": "^5.12.7",
  47. "axios": "^1.6.3",
  48. "class-variance-authority": "^0.7.0",
  49. "classnames": "^2.5.1",
  50. "clsx": "^2.1.1",
  51. "dayjs": "^1.11.10",
  52. "dompurify": "^3.1.6",
  53. "eventsource-parser": "^1.1.2",
  54. "human-id": "^4.1.1",
  55. "i18next": "^23.7.16",
  56. "i18next-browser-languagedetector": "^8.0.0",
  57. "immer": "^10.1.1",
  58. "input-otp": "^1.4.1",
  59. "js-base64": "^3.7.5",
  60. "jsencrypt": "^3.3.2",
  61. "lodash": "^4.17.21",
  62. "lucide-react": "^0.454.0",
  63. "mammoth": "^1.7.2",
  64. "openai-speech-stream-player": "^1.0.8",
  65. "rc-tween-one": "^3.0.6",
  66. "react-copy-to-clipboard": "^5.1.0",
  67. "react-error-boundary": "^4.0.13",
  68. "react-force-graph": "^1.44.4",
  69. "react-hook-form": "^7.53.1",
  70. "react-i18next": "^14.0.0",
  71. "react-infinite-scroll-component": "^6.1.0",
  72. "react-markdown": "^9.0.1",
  73. "react-pdf-highlighter": "^6.1.0",
  74. "react-string-replace": "^1.1.1",
  75. "react-syntax-highlighter": "^15.5.0",
  76. "react18-json-view": "^0.2.8",
  77. "reactflow": "^11.11.2",
  78. "recharts": "^2.12.4",
  79. "rehype-raw": "^7.0.0",
  80. "remark-gfm": "^4.0.0",
  81. "tailwind-merge": "^2.5.4",
  82. "tailwindcss-animate": "^1.0.7",
  83. "umi": "^4.0.90",
  84. "umi-request": "^1.4.0",
  85. "unist-util-visit-parents": "^6.0.1",
  86. "uuid": "^9.0.1",
  87. "zod": "^3.23.8",
  88. "zustand": "^4.5.2"
  89. },
  90. "devDependencies": {
  91. "@react-dev-inspector/umi4-plugin": "^2.0.1",
  92. "@redux-devtools/extension": "^3.3.0",
  93. "@testing-library/jest-dom": "^6.4.5",
  94. "@testing-library/react": "^15.0.7",
  95. "@types/dompurify": "^3.0.5",
  96. "@types/jest": "^29.5.12",
  97. "@types/lodash": "^4.14.202",
  98. "@types/react": "^18.0.33",
  99. "@types/react-copy-to-clipboard": "^5.0.7",
  100. "@types/react-dom": "^18.0.11",
  101. "@types/react-syntax-highlighter": "^15.5.11",
  102. "@types/testing-library__jest-dom": "^6.0.0",
  103. "@types/uuid": "^9.0.8",
  104. "@types/webpack-env": "^1.18.4",
  105. "@umijs/lint": "^4.1.1",
  106. "@umijs/plugins": "^4.1.0",
  107. "cross-env": "^7.0.3",
  108. "html-loader": "^5.1.0",
  109. "husky": "^9.0.11",
  110. "jest": "^29.7.0",
  111. "jest-environment-jsdom": "^29.7.0",
  112. "lint-staged": "^15.2.7",
  113. "prettier": "^3.2.4",
  114. "prettier-plugin-organize-imports": "^3.2.4",
  115. "prettier-plugin-packagejson": "^2.4.9",
  116. "react-dev-inspector": "^2.0.1",
  117. "remark-loader": "^6.0.0",
  118. "tailwindcss": "^3",
  119. "ts-node": "^10.9.2",
  120. "typescript": "^5.0.3",
  121. "umi-plugin-icons": "^0.1.1"
  122. },
  123. "engines": {
  124. "node": ">=18.20.4"
  125. }
  126. }