- 更新 Agents、Chat、Settings 等页面 - 新增 ModelAPIs 页面 - 更新各个模块的 composables - 更新 vite 配置和依赖版本 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
39 lines
922 B
JSON
39 lines
922 B
JSON
{
|
|
"name": "x-agent-dashboard",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@vue-office/docx": "^1.6.3",
|
|
"@vue-office/excel": "^1.7.14",
|
|
"axios": "^1.13.6",
|
|
"echarts": "^6.0.0",
|
|
"element-plus": "^2.13.3",
|
|
"jszip": "^3.10.1",
|
|
"lucide-vue-next": "^0.577.0",
|
|
"marked": "^17.0.4",
|
|
"monaco-editor": "^0.55.1",
|
|
"papaparse": "^5.5.3",
|
|
"pinia": "^2.1.7",
|
|
"vue": "^3.4.21",
|
|
"vue-demi": "^0.14.10",
|
|
"vue-router": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/papaparse": "^5.5.2",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5.4.3",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-monaco-editor": "^1.1.0",
|
|
"vue-tsc": "^2.0.7"
|
|
}
|
|
}
|