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.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "test": "jest --no-cache --coverage"
  12. },
  13. "dependencies": {
  14. "@ant-design/icons": "^5.2.6",
  15. "@ant-design/pro-components": "^2.6.46",
  16. "@ant-design/pro-layout": "^7.17.16",
  17. "@js-preview/excel": "^1.7.8",
  18. "ahooks": "^3.7.10",
  19. "antd": "^5.12.7",
  20. "axios": "^1.6.3",
  21. "classnames": "^2.5.1",
  22. "dagre": "^0.8.5",
  23. "dayjs": "^1.11.10",
  24. "elkjs": "^0.9.3",
  25. "eventsource-parser": "^1.1.2",
  26. "i18next": "^23.7.16",
  27. "i18next-browser-languagedetector": "^8.0.0",
  28. "js-base64": "^3.7.5",
  29. "jsencrypt": "^3.3.2",
  30. "lodash": "^4.17.21",
  31. "mammoth": "^1.7.2",
  32. "rc-tween-one": "^3.0.6",
  33. "react-chat-elements": "^12.0.13",
  34. "react-copy-to-clipboard": "^5.1.0",
  35. "react-i18next": "^14.0.0",
  36. "react-infinite-scroll-component": "^6.1.0",
  37. "react-markdown": "^9.0.1",
  38. "react-pdf-highlighter": "^6.1.0",
  39. "react-string-replace": "^1.1.1",
  40. "react-syntax-highlighter": "^15.5.0",
  41. "reactflow": "^11.11.2",
  42. "recharts": "^2.12.4",
  43. "remark-gfm": "^4.0.0",
  44. "umi": "^4.0.90",
  45. "umi-request": "^1.4.0",
  46. "unist-util-visit-parents": "^6.0.1",
  47. "uuid": "^9.0.1"
  48. },
  49. "devDependencies": {
  50. "@react-dev-inspector/umi4-plugin": "^2.0.1",
  51. "@testing-library/jest-dom": "^6.4.5",
  52. "@testing-library/react": "^15.0.7",
  53. "@types/dagre": "^0.7.52",
  54. "@types/jest": "^29.5.12",
  55. "@types/lodash": "^4.14.202",
  56. "@types/react": "^18.0.33",
  57. "@types/react-copy-to-clipboard": "^5.0.7",
  58. "@types/react-dom": "^18.0.11",
  59. "@types/react-syntax-highlighter": "^15.5.11",
  60. "@types/testing-library__jest-dom": "^6.0.0",
  61. "@types/uuid": "^9.0.8",
  62. "@types/webpack-env": "^1.18.4",
  63. "@umijs/lint": "^4.1.1",
  64. "@umijs/plugins": "^4.1.0",
  65. "cross-env": "^7.0.3",
  66. "jest": "^29.7.0",
  67. "jest-environment-jsdom": "^29.7.0",
  68. "prettier": "^3.2.4",
  69. "prettier-plugin-organize-imports": "^3.2.4",
  70. "prettier-plugin-packagejson": "^2.4.9",
  71. "react-dev-inspector": "^2.0.1",
  72. "ts-node": "^10.9.2",
  73. "typescript": "^5.0.3",
  74. "umi-plugin-icons": "^0.1.1"
  75. }
  76. }