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 2.0KB

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