Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 2.7KB

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