All pages now in Nuxt, work next on nav.

DB connected, check issues with writing.

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-05-16 20:17:33 +01:00
parent f9e7e5480c
commit 14659122c3
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B
17 changed files with 375 additions and 56 deletions

23
pnpm-lock.yaml generated
View file

@ -4,9 +4,15 @@ dependencies:
'@prisma/client':
specifier: 4.14.0
version: 4.14.0(prisma@4.14.0)
jose:
specifier: 4.14.4
version: 4.14.4
scss:
specifier: 0.2.4
version: 0.2.4
zod:
specifier: 3.21.4
version: 3.21.4
devDependencies:
'@nuxtjs/color-mode':
@ -15,6 +21,9 @@ devDependencies:
'@nuxtjs/tailwindcss':
specifier: 6.6.7
version: 6.6.7(webpack@5.82.0)
'@types/jsonwebtoken':
specifier: 9.0.2
version: 9.0.2
nuxt:
specifier: 3.4.3
version: 3.4.3(@types/node@20.1.1)
@ -1072,6 +1081,12 @@ packages:
resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
dev: true
/@types/jsonwebtoken@9.0.2:
resolution: {integrity: sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==}
dependencies:
'@types/node': 20.1.1
dev: true
/@types/node@20.1.1:
resolution: {integrity: sha512-uKBEevTNb+l6/aCQaKVnUModfEMjAl98lw2Si9P5y4hLu9tm6AlX2ZIoXZX6Wh9lJueYPrGPKk5WMCNHg/u6/A==}
dev: true
@ -3186,6 +3201,10 @@ packages:
hasBin: true
dev: true
/jose@4.14.4:
resolution: {integrity: sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==}
dev: false
/js-tokens@4.0.0:
resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==}
dev: true
@ -5890,3 +5909,7 @@ packages:
compress-commons: 4.1.1
readable-stream: 3.6.2
dev: true
/zod@3.21.4:
resolution: {integrity: sha512-m46AKbrzKVzOzs/DZgVnG5H55N1sv1M8qZU3A8RIKbs3mrACDNeIOeilDymVb2HdmP8uwshOCF4uJ8uM9rCqJw==}
dev: false