You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "private": true,
  3. "author": "zhaofengchao <13723060510@163.com>",
  4. "scripts": {
  5. "build": "umi build",
  6. "dev": "cross-env PORT=9200 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. "i18next": "^23.7.16",
  23. "js-base64": "^3.7.5",
  24. "jsencrypt": "^3.3.2",
  25. "lodash": "^4.17.21",
  26. "mammoth": "^1.7.2",
  27. "rc-tween-one": "^3.0.6",
  28. "react-chat-elements": "^12.0.13",
  29. "react-copy-to-clipboard": "^5.1.0",
  30. "react-i18next": "^14.0.0",
  31. "react-infinite-scroll-component": "^6.1.0",
  32. "react-markdown": "^9.0.1",
  33. "react-pdf-highlighter": "^6.1.0",
  34. "react-string-replace": "^1.1.1",
  35. "react-syntax-highlighter": "^15.5.0",
  36. "reactflow": "^11.11.2",
  37. "recharts": "^2.12.4",
  38. "remark-gfm": "^4.0.0",
  39. "umi": "^4.0.90",
  40. "umi-request": "^1.4.0",
  41. "unist-util-visit-parents": "^6.0.1",
  42. "uuid": "^9.0.1"
  43. },
  44. "devDependencies": {
  45. "@react-dev-inspector/umi4-plugin": "^2.0.1",
  46. "@types/lodash": "^4.14.202",
  47. "@types/react": "^18.0.33",
  48. "@types/react-copy-to-clipboard": "^5.0.7",
  49. "@types/react-dom": "^18.0.11",
  50. "@types/react-syntax-highlighter": "^15.5.11",
  51. "@types/uuid": "^9.0.8",
  52. "@types/webpack-env": "^1.18.4",
  53. "@umijs/lint": "^4.1.1",
  54. "@umijs/plugins": "^4.1.0",
  55. "cross-env": "^7.0.3",
  56. "prettier": "^3.2.4",
  57. "prettier-plugin-organize-imports": "^3.2.4",
  58. "prettier-plugin-packagejson": "^2.4.9",
  59. "react-dev-inspector": "^2.0.1",
  60. "typescript": "^5.0.3",
  61. "umi-plugin-icons": "^0.1.1"
  62. }
  63. }