implement a non-working version of the app, with no database and no

messages yet
This commit is contained in:
Soph :3 2026-01-02 18:53:48 +02:00
parent 8ba5b8ec90
commit f9c5c1cb36
90 changed files with 2278 additions and 15 deletions

View file

@ -20,7 +20,8 @@
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.39.1",
"@lucide/svelte": "^0.562.0",
"@internationalized/date": "^3.10.0",
"@lucide/svelte": "^0.561.0",
"@oslojs/crypto": "^1.0.1",
"@oslojs/encoding": "^1.1.0",
"@sveltejs/adapter-node": "^5.4.0",
@ -29,6 +30,7 @@
"@tailwindcss/vite": "^4.1.17",
"@types/bun": "^1.3.5",
"@types/node": "^24",
"bits-ui": "^2.14.4",
"clsx": "^2.1.1",
"drizzle-kit": "^0.31.8",
"drizzle-orm": "^0.45.0",