mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 11:13:43 +08:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "mateclaw-ui",
|
|
"version": "1.1.137-SNAPSHOT",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "MateClaw - Personal AI Assistant Web Console",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext .ts,.vue --fix"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"axios": "^1.7.9",
|
|
"dayjs": "^1.11.13",
|
|
"dompurify": "^3.3.3",
|
|
"echarts": "^6.0.0",
|
|
"element-plus": "^2.9.1",
|
|
"highlight.js": "^11.11.1",
|
|
"marked": "^15.0.6",
|
|
"marked-highlight": "^2.2.3",
|
|
"pinia": "^3.0.1",
|
|
"vue": "^3.5.13",
|
|
"vue-i18n": "9.14.4",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.2.2",
|
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.18.0",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"tailwindcss": "^4.0.6",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^7.3.1",
|
|
"vue-tsc": "^3.2.6"
|
|
}
|
|
}
|