refactor: Implemented basic app structure

This commit is contained in:
2026-04-10 19:12:26 -04:00
parent a46c97c88a
commit 652ac1e2af
14 changed files with 2142 additions and 49 deletions

View File

@@ -12,8 +12,13 @@
"test": "vitest run",
"test:watch": "vitest"
},
"engines": {
"node": ">=22"
},
"dependencies": {
"@ionic/vue": "^8.5.0",
"@ionic/vue-router": "8.8.2",
"@nuxtjs/ionic": "^1.0.2",
"@nuxtjs/supabase": "^1.5.0",
"@pinia/nuxt": "^0.11.3",
"@primevue/nuxt-module": "^4.5.4",
@@ -28,6 +33,7 @@
"devDependencies": {
"@vite-pwa/nuxt": "^1.1.1",
"sass-embedded": "^1.98.0",
"supabase": "^2.84.4",
"vitest": "^4.1.0",
"vue-tsc": "^2.0.0"
}