Merge pull request #5 from bartvdbraak/initial-commit

Additional Changes to Pages and UI
This commit is contained in:
Bart van der Braak 2023-06-14 17:15:06 +02:00 committed by GitHub
commit e454f05f84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
22 changed files with 375 additions and 160 deletions

45
pnpm-lock.yaml generated
View file

@ -13,6 +13,12 @@ dependencies:
autoprefixer:
specifier: 10.4.14
version: 10.4.14(postcss@8.4.24)
class-variance-authority:
specifier: ^0.6.0
version: 0.6.0(typescript@5.1.3)
clsx:
specifier: ^1.2.1
version: 1.2.1
eslint:
specifier: 8.42.0
version: 8.42.0
@ -22,6 +28,9 @@ dependencies:
next:
specifier: 13.4.5
version: 13.4.5(react-dom@18.2.0)(react@18.2.0)
next-themes:
specifier: ^0.2.1
version: 0.2.1(next@13.4.5)(react-dom@18.2.0)(react@18.2.0)
postcss:
specifier: 8.4.24
version: 8.4.24
@ -31,6 +40,9 @@ dependencies:
react-dom:
specifier: 18.2.0
version: 18.2.0(react@18.2.0)
tailwind-merge:
specifier: ^1.13.1
version: 1.13.1
tailwindcss:
specifier: 3.3.2
version: 3.3.2
@ -645,10 +657,27 @@ packages:
fsevents: 2.3.2
dev: false
/class-variance-authority@0.6.0(typescript@5.1.3):
resolution: {integrity: sha512-qdRDgfjx3GRb9fpwpSvn+YaidnT7IUJNe4wt5/SWwM+PmUwJUhQRk/8zAyNro0PmVfmen2635UboTjIBXXxy5A==}
peerDependencies:
typescript: '>= 4.5.5 < 6'
peerDependenciesMeta:
typescript:
optional: true
dependencies:
clsx: 1.2.1
typescript: 5.1.3
dev: false
/client-only@0.0.1:
resolution: {integrity: sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==}
dev: false
/clsx@1.2.1:
resolution: {integrity: sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==}
engines: {node: '>=6'}
dev: false
/color-convert@2.0.1:
resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
engines: {node: '>=7.0.0'}
@ -1857,6 +1886,18 @@ packages:
resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==}
dev: false
/next-themes@0.2.1(next@13.4.5)(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-B+AKNfYNIzh0vqQQKqQItTS8evEouKD7H5Hj3kmuPERwddR2TxvDSFZuTj6T7Jfn1oyeUyJMydPl1Bkxkh0W7A==}
peerDependencies:
next: '*'
react: '*'
react-dom: '*'
dependencies:
next: 13.4.5(react-dom@18.2.0)(react@18.2.0)
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)
dev: false
/next@13.4.5(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-pfNsRLVM9e5Y1/z02VakJRfD6hMQkr24FaN2xc9GbcZDBxoOgiNAViSg5cXwlWCoMhtm4U315D7XYhgOr96Q3Q==}
engines: {node: '>=16.8.0'}
@ -2500,6 +2541,10 @@ packages:
tslib: 2.5.3
dev: false
/tailwind-merge@1.13.1:
resolution: {integrity: sha512-tRtRN22TDokGi2TuYSvuHQuuW6BJ/zlUEG+iYpAQ9i66msc/0eU/+HPccbPnNNH0mCPp0Ob8thaC8Uy9CxHitQ==}
dev: false
/tailwindcss@3.3.2:
resolution: {integrity: sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==}
engines: {node: '>=14.0.0'}