feat: authentication with OAuth
All checks were successful
ci / ci (push) Successful in 16m22s

This commit is contained in:
2025-12-07 21:27:23 +01:00
parent 4e9b4a19b8
commit 40ae2145cc
25 changed files with 3114 additions and 1466 deletions

View File

@@ -13,11 +13,8 @@
"typecheck": "nuxt typecheck",
"format": "prettier --write app/",
"format-check": "prettier --check app/",
"test": "pnpm test:cucumber && pnpm test:vitest",
"test:vitest": "vitest",
"test:cucumber": "cucumber-js",
"test:local": "pnpm test:cucumber && pnpm test:local:vitest",
"test:local:vitest": "vitest -c vitest.config.local.ts"
"test": "vitest",
"test:local": "vitest -c vitest.config.local.ts"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.74",
@@ -29,7 +26,6 @@
"pocketbase": "^0.26.5"
},
"devDependencies": {
"@cucumber/cucumber": "^12.3.0",
"@nuxt/eslint": "^1.10.0",
"@nuxt/test-utils": "3.21.0",
"@pinia/nuxt": "^0.11.3",
@@ -37,9 +33,10 @@
"@vitest/coverage-v8": "4.0.15",
"@vitest/ui": "^4.0.15",
"@vue/test-utils": "^2.4.6",
"chai": "^6.2.1",
"eslint": "^9.39.1",
"happy-dom": "^20.0.11",
"playwright-core": "^1.57.0",
"tsx": "^4.19.2",
"typescript": "^5.9.3",
"vitest": "^4.0.15",
"vue-tsc": "^3.1.5"