结构目录优化

This commit is contained in:
eafonyang
2026-07-30 11:32:45 +08:00
parent 99ab6cc4f4
commit 707d889514
29 changed files with 10 additions and 95 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "web",
"private": true,
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@nuxtjs/i18n": "^10.5.0",
"@pinia/nuxt": "^1.0.1",
"@vueuse/nuxt": "^14.4.0",
"nuxt": "^4.5.1",
"pinia": "^4.0.2",
"vue": "^3.5.0",
"vue-router": "^5.2.0"
},
"devDependencies": {
"@unocss/nuxt": "^66.0.0",
"typescript": "^5.8.0",
"unocss": "^66.0.0",
"vue-tsc": "^3.0.0"
}
}