package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "web",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@element-plus/icons-vue": "^2.3.2",
  13. "@tinymce/tinymce-vue": "^6.3.0",
  14. "@vitejs/plugin-vue-jsx": "^5.1.3",
  15. "@vueuse/core": "^14.2.0",
  16. "axios": "^1.13.2",
  17. "d3": "^7.9.0",
  18. "echarts": "^6.0.0",
  19. "element-plus": "^2.13.1",
  20. "js-yaml": "^4.1.1",
  21. "lexical": "0.38.1",
  22. "lexical-vue": "^0.14.1",
  23. "lodash-es": "^4.17.21",
  24. "monaco-editor": "^0.55.1",
  25. "normalize.css": "^8.0.1",
  26. "nprogress": "^0.2.0",
  27. "pinia": "^3.0.4",
  28. "uuid": "^13.0.0",
  29. "vue": "^3.5.24",
  30. "vue-draggable-plus": "^0.6.1",
  31. "vue-element-plus-x": "^1.3.98",
  32. "vue-hooks-plus": "^2.4.1",
  33. "vue-router": "4",
  34. "vue3-emoji-picker": "^1.1.8"
  35. },
  36. "devDependencies": {
  37. "@repo/api-client": "workspace:*",
  38. "@repo/api-service": "workspace:*",
  39. "@repo/ui": "workspace:*",
  40. "@repo/workflow": "workspace:*",
  41. "@types/lodash-es": "^4.17.12",
  42. "@types/nprogress": "^0.2.3",
  43. "@vitejs/plugin-vue": "^6.0.1",
  44. "@vue/tsconfig": "^0.8.1",
  45. "esbuild": "^0.27.2",
  46. "less": "^4.5.1",
  47. "typescript": "~5.9.3",
  48. "unocss": "^66.6.0",
  49. "unplugin-auto-import": "^21.0.0",
  50. "unplugin-icons": "^23.0.1",
  51. "unplugin-vue-components": "^31.0.0",
  52. "vite": "npm:rolldown-vite@7.2.5",
  53. "vite-plugin-monaco-editor": "^1.1.0",
  54. "vite-plugin-svg-icons": "^2.0.1",
  55. "vue-tsc": "^3.1.4"
  56. },
  57. "pnpm": {
  58. "overrides": {
  59. "vite": "npm:rolldown-vite@7.2.5"
  60. }
  61. }
  62. }