Mega push vol 5, working on messaging now

This commit is contained in:
AlacrisDevs
2026-02-07 01:31:55 +02:00
parent d8bbfd9dc3
commit e55881b38b
77 changed files with 8478 additions and 1554 deletions

View File

@@ -14,6 +14,8 @@
"test": "npm run test:unit -- --run"
},
"devDependencies": {
"@inlang/paraglide-js": "^2.10.0",
"@playwright/test": "^1.58.1",
"@sveltejs/adapter-node": "^5.5.2",
"@sveltejs/kit": "^2.50.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
@@ -31,11 +33,13 @@
"vitest-browser-svelte": "^2.0.2"
},
"dependencies": {
"@inlang/paraglide-js": "^2.10.0",
"@supabase/ssr": "^0.8.0",
"@supabase/supabase-js": "^2.94.0",
"@tiptap/core": "^3.19.0",
"@tiptap/extension-placeholder": "^3.19.0",
"@tiptap/pm": "^3.19.0",
"@tiptap/starter-kit": "^3.19.0"
"@tiptap/starter-kit": "^3.19.0",
"google-auth-library": "^10.5.0"
}
}