Files
oysqn.app/package.json
Patrick Toal c789454810 docs: Update architecture for supabase
test: Add tests for auth workflow
2026-04-12 10:14:44 -04:00

45 lines
1.1 KiB
JSON

{
"name": "oysqn.app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"typecheck": "nuxt typecheck",
"test": "vitest run",
"test:watch": "vitest",
"test:integration": "vitest run --config vitest.integration.config.ts"
},
"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",
"@primevue/themes": "^4.5.4",
"ionicons": "^7.4.0",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"primevue": "^4.5.4",
"vue": "^3.5.30",
"vue-router": "^5.0.3"
},
"devDependencies": {
"@nuxt/test-utils": "^4.0.2",
"@vite-pwa/nuxt": "^1.1.1",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^20.8.9",
"sass-embedded": "^1.98.0",
"supabase": "^2.84.4",
"vitest": "^4.1.0",
"vue-tsc": "^2.0.0"
}
}