mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-13 21:38:56 +00:00
/api/auth/login Endpoint 구현
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"@sveltejs/kit": "^2.0.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
||||
"@types/better-sqlite3": "^7.6.11",
|
||||
"@types/jsonwebtoken": "^9.0.7",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"drizzle-kit": "^0.22.0",
|
||||
"eslint": "^9.7.0",
|
||||
@@ -39,7 +40,10 @@
|
||||
"vite": "^5.4.11"
|
||||
},
|
||||
"dependencies": {
|
||||
"argon2": "^0.41.1",
|
||||
"better-sqlite3": "^11.1.2",
|
||||
"drizzle-orm": "^0.33.0"
|
||||
"drizzle-orm": "^0.33.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"zod": "^3.24.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user