提交代码

This commit is contained in:
liu
2026-01-29 18:26:02 +08:00
parent 981b4ecf42
commit 7531b6c466
47 changed files with 7257 additions and 16 deletions

24
frontend/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "mangtool-frontend",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "echo \"no linter configured yet\""
},
"dependencies": {
"axios": "^1.7.7",
"element-plus": "^2.8.8",
"pinia": "^2.2.6",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"vue": "^3.5.12"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.8"
}
}