feat: nuxt ui setup

This commit is contained in:
Pihkaal
2025-11-05 16:14:59 +01:00
parent 1b06b9d323
commit d2c8591ddb
11 changed files with 2090 additions and 121 deletions

View File

@@ -21,9 +21,13 @@
"format": "prettier --write src/"
},
"dependencies": {
"@nuxt/ui": "^4.1.0",
"@unhead/vue": "^2.0.19",
"pinia": "^3.0.3",
"tailwindcss": "^4.1.16",
"ts-ics": "^2.4.0",
"vue": "^3.5.22"
"vue": "^3.5.22",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@playwright/test": "^1.56.1",