mirror of
https://git.suyu.dev/suyu/website.git
synced 2026-01-04 13:44:25 +01:00
sigh begin working on jwt
This commit is contained in:
parent
f56d94bffc
commit
e498d512b4
5 changed files with 174 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
"@sveltejs/kit": "^2.0.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
||||
"@types/cookie": "^0.6.0",
|
||||
"@types/jsonwebtoken": "^9.0.6",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"express": "^4.18.3",
|
||||
"flowbite": "^2.3.0",
|
||||
|
|
@ -45,6 +46,7 @@
|
|||
"@sveltejs/enhanced-img": "^0.1.8",
|
||||
"better-sqlite3": "^9.4.3",
|
||||
"cookie": "^0.6.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"reflect-metadata": "^0.2.1",
|
||||
"sequelize": "^6.37.1",
|
||||
"sqlite3": "^5.1.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue