refactor: Implemented basic app structure
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user