mirror of
https://github.com/michivonah/themepark-assistant.git
synced 2025-12-22 22:16:29 +01:00
install zod for input validation
This commit is contained in:
parent
0b11cccf33
commit
9a4fd29fa5
4 changed files with 50 additions and 8 deletions
|
|
@ -9,9 +9,11 @@
|
|||
"dependencies": {
|
||||
"@auth/core": "^0.40.0",
|
||||
"@hono/auth-js": "^1.1.0",
|
||||
"@hono/zod-validator": "^0.7.4",
|
||||
"dotenv": "^17.2.2",
|
||||
"drizzle-orm": "^0.44.5",
|
||||
"hono": "^4.9.9"
|
||||
"hono": "^4.9.9",
|
||||
"zod": "^4.1.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.3.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue