|
12 | 12 | "build-only": "vite build", |
13 | 13 | "build-only-chat": "vite build --mode chat", |
14 | 14 | "type-check": "vue-tsc --build", |
15 | | - "lint": "run-s \"lint:*\"", |
16 | | - "format": "prettier --write --experimental-cli src/" |
| 15 | + "lint": "eslint . --fix", |
| 16 | + "format": "prettier --write src/" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@element-plus/icons-vue": "^2.3.2", |
20 | | - "element-plus": "^2.14.2", |
21 | | - "pinia": "^3.0.4", |
22 | | - "vue": "^3.5.38", |
23 | | - "vue-router": "^5.1.0" |
| 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 | + "@he-tree/vue": "^2.10.5", |
| 24 | + "@logicflow/core": "^1.2.27", |
| 25 | + "@logicflow/extension": "^1.2.27", |
| 26 | + "@vavt/cm-extension": "^1.9.1", |
| 27 | + "@vueuse/core": "^13.3.0", |
| 28 | + "axios": "^1.8.4", |
| 29 | + "cron-validator": "^1.4.0", |
| 30 | + "cropperjs": "^1.6.2", |
| 31 | + "dingtalk-jsapi": "^3.1.0", |
| 32 | + "echarts": "^6.1.0", |
| 33 | + "el-table-infinite-scroll": "^3.0.8", |
| 34 | + "element-plus": "^2.13.5", |
| 35 | + "file-saver": "^2.0.5", |
| 36 | + "highlight.js": "^11.11.1", |
| 37 | + "html-to-image": "^1.11.13", |
| 38 | + "html2canvas": "^1.4.1", |
| 39 | + "jsencrypt": "^3.5.4", |
| 40 | + "jspdf": "^4.1.0", |
| 41 | + "katex": "^0.16.10", |
| 42 | + "marked": "^12.0.2", |
| 43 | + "md-editor-v3": "^5.8.2", |
| 44 | + "mermaid": "^11.12.0", |
| 45 | + "moment": "^2.30.1", |
| 46 | + "nanoid": "^5.1.5", |
| 47 | + "nprogress": "^0.2.0", |
| 48 | + "pdfjs-dist": "^5.6.205", |
| 49 | + "pinia": "^3.0.1", |
| 50 | + "recorder-core": "^1.3.25011100", |
| 51 | + "sanitize-html": "^2.17.0", |
| 52 | + "screenfull": "^6.0.2", |
| 53 | + "sortablejs": "^1.15.6", |
| 54 | + "svg2pdf.js": "^2.5.0", |
| 55 | + "use-element-plus-theme": "^0.0.5", |
| 56 | + "vite-plugin-html": "^3.2.2", |
| 57 | + "vue": "^3.5.13", |
| 58 | + "vue-clipboard3": "^2.0.0", |
| 59 | + "vue-codemirror": "^6.1.1", |
| 60 | + "vue-demi": "^0.14.10", |
| 61 | + "vue-draggable-plus": "^0.6.0", |
| 62 | + "vue-i18n": "^11.1.3", |
| 63 | + "vue-router": "^4.5.0", |
| 64 | + "vue3-menus": "^1.1.2" |
24 | 65 | }, |
25 | 66 | "devDependencies": { |
26 | | - "@tailwindcss/vite": "^4.3.2", |
27 | | - "@tsconfig/node24": "^24.0.4", |
28 | | - "@types/node": "^24.13.2", |
29 | | - "@vitejs/plugin-vue": "^6.0.7", |
30 | | - "@vitejs/plugin-vue-jsx": "^5.1.5", |
31 | | - "@vue/eslint-config-typescript": "^14.8.0", |
32 | | - "@vue/tsconfig": "^0.9.1", |
33 | | - "eslint": "^10.5.0", |
34 | | - "eslint-config-prettier": "^10.1.8", |
35 | | - "eslint-plugin-oxlint": "~1.69.0", |
36 | | - "eslint-plugin-vue": "~10.9.2", |
37 | | - "jiti": "^2.7.0", |
38 | | - "npm-run-all2": "^9.0.2", |
39 | | - "oxlint": "~1.69.0", |
40 | | - "prettier": "3.8.4", |
41 | | - "sass": "^1.101.0", |
42 | | - "tailwindcss": "^4.3.2", |
43 | | - "typescript": "~6.0.0", |
44 | | - "unplugin-auto-import": "^21.0.0", |
45 | | - "unplugin-vue-components": "^32.1.0", |
46 | | - "vite": "^8.0.16", |
47 | | - "vite-plugin-vue-devtools": "^8.1.2", |
48 | | - "vue-eslint-parser": "^10.4.1", |
49 | | - "vue-tsc": "^3.3.5" |
50 | | - }, |
51 | | - "engines": { |
52 | | - "node": "^22.18.0 || >=24.12.0" |
| 67 | + "@tsconfig/node22": "^22.0.1", |
| 68 | + "@types/crypto-js": "^4.2.2", |
| 69 | + "@types/file-saver": "^2.0.7", |
| 70 | + "@types/node": "^22.14.0", |
| 71 | + "@types/node-forge": "^1.3.14", |
| 72 | + "@types/nprogress": "^0.2.3", |
| 73 | + "@vitejs/plugin-vue": "^5.2.3", |
| 74 | + "@vitejs/plugin-vue-jsx": "^4.1.2", |
| 75 | + "@vue/eslint-config-prettier": "^10.2.0", |
| 76 | + "@vue/eslint-config-typescript": "^14.5.0", |
| 77 | + "@vue/tsconfig": "^0.7.0", |
| 78 | + "eslint": "^9.22.0", |
| 79 | + "eslint-plugin-vue": "~10.0.0", |
| 80 | + "jiti": "^2.4.2", |
| 81 | + "npm-run-all2": "^7.0.2", |
| 82 | + "prettier": "3.5.3", |
| 83 | + "sass": "^1.86.3", |
| 84 | + "sass-loader": "^16.0.5", |
| 85 | + "typescript": "~5.8.0", |
| 86 | + "unplugin-vue-define-options": "^3.0.0-beta.8", |
| 87 | + "vite": "^6.2.4", |
| 88 | + "vite-plugin-vue-devtools": "^7.7.2", |
| 89 | + "vue-tsc": "^2.2.8" |
53 | 90 | } |
54 | 91 | } |
0 commit comments