package.json 2.4 KB

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