mirror of
https://github.com/FranP-code/Reflecto.git
synced 2025-10-13 00:43:31 +00:00
feat: migrate authentication to Appwrite and remove Better-Auth references
This commit is contained in:
@@ -18,21 +18,21 @@
|
||||
"db:down": "docker compose down"
|
||||
},
|
||||
"dependencies": {
|
||||
"dotenv": "^17.2.1",
|
||||
"zod": "^4.0.2",
|
||||
"@trpc/server": "^11.5.0",
|
||||
"@trpc/client": "^11.5.0",
|
||||
"@hono/trpc-server": "^0.4.0",
|
||||
"hono": "^4.8.2",
|
||||
"@trpc/client": "^11.5.0",
|
||||
"@trpc/server": "^11.5.0",
|
||||
"dotenv": "^17.2.1",
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"hono": "^4.8.2",
|
||||
"node-appwrite": "^14.2.0",
|
||||
"pg": "^8.14.1",
|
||||
"better-auth": "^1.3.7"
|
||||
"zod": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsdown": "^0.14.1",
|
||||
"typescript": "^5.8.2",
|
||||
"@types/bun": "^1.2.6",
|
||||
"@types/pg": "^8.11.11",
|
||||
"drizzle-kit": "^0.31.2",
|
||||
"@types/pg": "^8.11.11"
|
||||
"tsdown": "^0.14.1",
|
||||
"typescript": "^5.8.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user