feat: 登录页面
Showing
... | ... | @@ -16,13 +16,16 @@ |
"preinstall": "npx only-allow pnpm" | ||
}, | ||
"dependencies": { | ||
"@icon-park/vue-next": "^1.4.2", | ||
"@iconify/vue": "^4.1.2", | ||
"@unocss/reset": "^0.61.9", | ||
"@vueuse/core": "^10.11.1", | ||
"axios": "^1.7.7", | ||
"nanoid": "^5.0.7", | ||
"pinia": "^2.2.2", | ||
"vue": "^3.5.3", | ||
"spark-md5": "^3.0.2", | ||
"validator": "^13.12.0", | ||
"vue": "^3.5.5", | ||
"vue-router": "^4.4.3" | ||
}, | ||
"devDependencies": { | ||
... | ... | @@ -30,6 +33,8 @@ |
"@commitlint/config-conventional": "^19.4.1", | ||
"@commitlint/types": "^19.0.3", | ||
"@types/node": "^20.16.5", | ||
"@types/spark-md5": "^3.0.4", | ||
"@types/validator": "^13.12.1", | ||
"@typescript-eslint/parser": "^7.18.0", | ||
"@unocss/eslint-config": "^0.61.9", | ||
"@vitejs/plugin-vue": "^4.6.2", | ||
... | ... |
1.05 MB