1
0
Fork 0
mirror of https://codeberg.org/MarkusThielker/next-ory.git synced 2025-07-04 21:59:18 +00:00

NORY-1: add user session management

This commit is contained in:
Markus Thielker 2024-11-24 00:06:00 +01:00
parent a74e7f3ebd
commit e2a8f1d2a4
No known key found for this signature in database
9 changed files with 934 additions and 143 deletions

View file

@ -19,6 +19,7 @@
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.1",
"@serwist/next": "^9.0.0-preview.21",
"@serwist/precaching": "^9.0.0-preview.21",
"@serwist/sw": "^9.0.0-preview.21",
@ -31,9 +32,11 @@
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.0",
"sharp": "^0.33.4",
"sonner": "^1.4.3",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^2.0.0",
"usehooks-ts": "^3.1.0",
"zod": "^3.22.4"
},