| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- {
- "name": "ui",
- "version": "0.0.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "chat": "vite --mode chat",
- "build": "run-p type-check build-only",
- "build-chat": "run-p type-check build-only-chat",
- "preview": "vite preview",
- "build-only": "vite build",
- "build-only-chat": "vite build --mode chat",
- "type-check": "vue-tsc --build",
- "lint": "eslint . --fix",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "@antv/layout": "^0.3.1",
- "@codemirror/lang-json": "^6.0.1",
- "@codemirror/lang-python": "^6.2.1",
- "@codemirror/theme-one-dark": "^6.1.2",
- "@logicflow/core": "^1.2.27",
- "@logicflow/extension": "^1.2.27",
- "@vavt/cm-extension": "^1.9.1",
- "@vueuse/core": "^13.3.0",
- "axios": "^1.8.4",
- "cron-validator": "^1.4.0",
- "cropperjs": "^1.6.2",
- "dingtalk-jsapi": "^3.1.0",
- "echarts": "^5.6.0",
- "el-table-infinite-scroll": "^3.0.8",
- "element-plus": "^2.13.5",
- "file-saver": "^2.0.5",
- "highlight.js": "^11.11.1",
- "html-to-image": "^1.11.13",
- "html2canvas": "^1.4.1",
- "jspdf": "^4.1.0",
- "katex": "^0.16.10",
- "marked": "^12.0.2",
- "md-editor-v3": "^5.8.2",
- "mermaid": "^11.12.0",
- "moment": "^2.30.1",
- "nanoid": "^5.1.5",
- "node-forge": "^1.3.1",
- "nprogress": "^0.2.0",
- "pinia": "^3.0.1",
- "recorder-core": "^1.3.25011100",
- "sanitize-html": "^2.17.0",
- "screenfull": "^6.0.2",
- "sortablejs": "^1.15.6",
- "svg2pdf.js": "^2.5.0",
- "use-element-plus-theme": "^0.0.5",
- "vite-plugin-html": "^3.2.2",
- "vue": "^3.5.13",
- "vue-clipboard3": "^2.0.0",
- "vue-codemirror": "^6.1.1",
- "vue-demi": "^0.14.10",
- "vue-draggable-plus": "^0.6.0",
- "vue-i18n": "^11.1.3",
- "vue-router": "^4.5.0",
- "vue3-menus": "^1.1.2"
- },
- "devDependencies": {
- "@tsconfig/node22": "^22.0.1",
- "@types/crypto-js": "^4.2.2",
- "@types/file-saver": "^2.0.7",
- "@types/node": "^22.14.0",
- "@types/node-forge": "^1.3.14",
- "@types/nprogress": "^0.2.3",
- "@vitejs/plugin-vue": "^5.2.3",
- "@vitejs/plugin-vue-jsx": "^4.1.2",
- "@vue/eslint-config-prettier": "^10.2.0",
- "@vue/eslint-config-typescript": "^14.5.0",
- "@vue/tsconfig": "^0.7.0",
- "eslint": "^9.22.0",
- "eslint-plugin-vue": "~10.0.0",
- "jiti": "^2.4.2",
- "npm-run-all2": "^7.0.2",
- "prettier": "3.5.3",
- "sass": "^1.86.3",
- "sass-loader": "^16.0.5",
- "typescript": "~5.8.0",
- "unplugin-vue-define-options": "^3.0.0-beta.8",
- "vite": "^6.2.4",
- "vite-plugin-vue-devtools": "^7.7.2",
- "vue-tsc": "^2.2.8"
- }
- }
|