feat: add initial skeleton for authentication in sveltekit with pocketbase

This commit is contained in:
Bart van der Braak 2024-01-28 22:21:47 +01:00
parent 69ccab8129
commit 88884a69ac
30 changed files with 682 additions and 197 deletions

View file

@ -36,10 +36,11 @@
},
"type": "module",
"dependencies": {
"bits-ui": "^0.15.1",
"clsx": "^2.1.0",
"pocketbase": "^0.21.0",
"radix-icons-svelte": "^1.2.1",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.1.20"
}
}
}