Build lightweight AI agent admin

This commit is contained in:
Codex
2026-06-08 18:14:59 +08:00
commit e164840f43
2530 changed files with 435693 additions and 0 deletions
+104
View File
@@ -0,0 +1,104 @@
{
"name": "@vben/web-ele",
"version": "5.5.9",
"homepage": "https://vben.pro",
"bugs": "https://github.com/jiangzhikj/zq-platform/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/jiangzhikj/zq-platform.git",
"directory": "apps/web-ele"
},
"license": "MIT",
"author": {
"name": "vben",
"email": "jiangzhikj@outlook.com",
"url": "https://github.com/anncwb"
},
"type": "module",
"scripts": {
"build": "pnpm vite build --mode production",
"build:analyze": "pnpm vite build --mode analyze",
"dev": "pnpm vite --mode development",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit --skipLibCheck"
},
"imports": {
"#/*": "./src/*"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.0",
"@codemirror/commands": "^6.10.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/lang-yaml": "^6.1.2",
"@codemirror/language": "^6.11.3",
"@codemirror/state": "^6.5.2",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.39.4",
"@element-plus/icons-vue": "^2.3.2",
"@monaco-editor/loader": "^1.7.0",
"@tanstack/vue-virtual": "^3.13.18",
"@types/d3-geo": "^3.1.0",
"@vben-core/menu-ui": "workspace:*",
"@vben/access": "workspace:*",
"@vben/common-ui": "workspace:*",
"@vben/constants": "workspace:*",
"@vben/hooks": "workspace:*",
"@vben/icons": "workspace:*",
"@vben/layouts": "workspace:*",
"@vben/locales": "workspace:*",
"@vben/plugins": "workspace:*",
"@vben/preferences": "workspace:*",
"@vben/request": "workspace:*",
"@vben/stores": "workspace:*",
"@vben/styles": "workspace:*",
"@vben/types": "workspace:*",
"@vben/utils": "workspace:*",
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.3",
"@vue-flow/core": "^1.48.0",
"@vue-flow/minimap": "^1.5.4",
"@vueuse/core": "catalog:",
"codemirror": "^6.0.2",
"cron-parser": "^4.9.0",
"d3-geo": "^3.1.1",
"dayjs": "catalog:",
"echarts": "catalog:",
"element-plus": "catalog:",
"fractional-indexing": "^3.2.0",
"gsap": "^3.14.2",
"image-blob-reduce": "^4.1.0",
"jsbarcode": "^3.12.3",
"katex": "^0.16.40",
"lowlight": "^3.3.0",
"monaco-editor": "^0.55.1",
"nanoid": "^5.1.7",
"pako": "^2.1.0",
"perfect-freehand": "^1.2.3",
"pinia": "catalog:",
"points-on-curve": "^1.0.1",
"qrcode": "^1.5.4",
"roughjs": "^4.6.6",
"uuid": "^13.0.0",
"vue": "catalog:",
"vue-echarts": "^8.0.1",
"vue-qrcode-reader": "^5.7.3",
"vue-router": "catalog:",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/jsbarcode": "^3.11.4",
"@types/katex": "^0.16.8",
"@types/pako": "^2.0.4",
"@types/qrcode": "^1.5.5",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"unplugin-element-plus": "catalog:"
}
}