chore: bootstrap storage migrations and frontend

This commit is contained in:
zwt13703
2026-07-01 20:25:37 +08:00
parent 393a170d3a
commit beec8cf5bb
25 changed files with 2817 additions and 101 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"name": "ai-doc-template-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@vitejs/plugin-vue": "^5.2.4",
"ant-design-vue": "^4.2.6",
"axios": "^1.7.9",
"pinia": "^2.3.1",
"vite": "^5.4.11",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2",
"vue-tsc": "^2.2.0"
}
}