Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 2.4KB

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