package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "name": "ui",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "chat": "vite --mode chat",
  9. "build": "run-p type-check build-only",
  10. "build-chat": "run-p type-check build-only-chat",
  11. "preview": "vite preview",
  12. "build-only": "vite build",
  13. "build-only-chat": "vite build --mode chat",
  14. "type-check": "vue-tsc --build",
  15. "lint": "eslint . --fix",
  16. "format": "prettier --write src/"
  17. },
  18. "dependencies": {
  19. "@antv/layout": "^0.3.1",
  20. "@codemirror/lang-json": "^6.0.1",
  21. "@codemirror/lang-python": "^6.2.1",
  22. "@codemirror/theme-one-dark": "^6.1.2",
  23. "@logicflow/core": "^1.2.27",
  24. "@logicflow/extension": "^1.2.27",
  25. "@vavt/cm-extension": "^1.9.1",
  26. "@vueuse/core": "^13.3.0",
  27. "axios": "^1.8.4",
  28. "cron-validator": "^1.4.0",
  29. "cropperjs": "^1.6.2",
  30. "dingtalk-jsapi": "^3.1.0",
  31. "echarts": "^5.6.0",
  32. "el-table-infinite-scroll": "^3.0.8",
  33. "element-plus": "^2.13.5",
  34. "file-saver": "^2.0.5",
  35. "highlight.js": "^11.11.1",
  36. "html-to-image": "^1.11.13",
  37. "html2canvas": "^1.4.1",
  38. "jspdf": "^4.1.0",
  39. "katex": "^0.16.10",
  40. "marked": "^12.0.2",
  41. "md-editor-v3": "^5.8.2",
  42. "mermaid": "^11.12.0",
  43. "moment": "^2.30.1",
  44. "nanoid": "^5.1.5",
  45. "node-forge": "^1.3.1",
  46. "nprogress": "^0.2.0",
  47. "pinia": "^3.0.1",
  48. "recorder-core": "^1.3.25011100",
  49. "sanitize-html": "^2.17.0",
  50. "screenfull": "^6.0.2",
  51. "sortablejs": "^1.15.6",
  52. "svg2pdf.js": "^2.5.0",
  53. "use-element-plus-theme": "^0.0.5",
  54. "vite-plugin-html": "^3.2.2",
  55. "vue": "^3.5.13",
  56. "vue-clipboard3": "^2.0.0",
  57. "vue-codemirror": "^6.1.1",
  58. "vue-demi": "^0.14.10",
  59. "vue-draggable-plus": "^0.6.0",
  60. "vue-i18n": "^11.1.3",
  61. "vue-router": "^4.5.0",
  62. "vue3-menus": "^1.1.2"
  63. },
  64. "devDependencies": {
  65. "@tsconfig/node22": "^22.0.1",
  66. "@types/crypto-js": "^4.2.2",
  67. "@types/file-saver": "^2.0.7",
  68. "@types/node": "^22.14.0",
  69. "@types/node-forge": "^1.3.14",
  70. "@types/nprogress": "^0.2.3",
  71. "@vitejs/plugin-vue": "^5.2.3",
  72. "@vitejs/plugin-vue-jsx": "^4.1.2",
  73. "@vue/eslint-config-prettier": "^10.2.0",
  74. "@vue/eslint-config-typescript": "^14.5.0",
  75. "@vue/tsconfig": "^0.7.0",
  76. "eslint": "^9.22.0",
  77. "eslint-plugin-vue": "~10.0.0",
  78. "jiti": "^2.4.2",
  79. "npm-run-all2": "^7.0.2",
  80. "prettier": "3.5.3",
  81. "sass": "^1.86.3",
  82. "sass-loader": "^16.0.5",
  83. "typescript": "~5.8.0",
  84. "unplugin-vue-define-options": "^3.0.0-beta.8",
  85. "vite": "^6.2.4",
  86. "vite-plugin-vue-devtools": "^7.7.2",
  87. "vue-tsc": "^2.2.8"
  88. }
  89. }