diff options
author | Mathias Magnusson <mathias@magnusson.space> | 2025-08-14 18:42:27 +0200 |
---|---|---|
committer | Mathias Magnusson <mathias@magnusson.space> | 2025-08-14 18:44:44 +0200 |
commit | 815de9906a014c2eb1a4fe2bd8cf1b3077f03c9c (patch) | |
tree | 9b773698f66dbc325f7823496db30477e0cbdd07 /package.json | |
parent | 923c7c6b1a6549a6c5012713a22d5cf6e478f994 (diff) | |
download | uneven-815de9906a014c2eb1a4fe2bd8cf1b3077f03c9c.tar.gz |
Add passkey authentication
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 831c042..fefacd0 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,16 @@ }, "dependencies": { "@hono/node-server": "^1.18.2", + "@hono/zod-validator": "^0.7.2", "@libsql/client": "^0.15.11", + "@simplewebauthn/server": "^13.1.2", "drizzle-orm": "^0.44.4", - "hono": "^4.9.1" + "hono": "^4.9.1", + "superjson": "^2.2.2", + "zod": "^4.0.17" }, "devDependencies": { + "@simplewebauthn/types": "^12.0.0", "@types/node": "^20.11.17", "drizzle-kit": "^0.31.4", "tsx": "^4.7.1", |