mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 17:11:21 +00:00
feat: added tailwind-merge
and clsx
This commit is contained in:
parent
c3a4d90966
commit
23bdd5aa94
2 changed files with 12 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
"@types/react-dom": "18.2.5",
|
||||
"autoprefixer": "10.4.14",
|
||||
"class-variance-authority": "^0.6.0",
|
||||
"clsx": "^1.2.1",
|
||||
"eslint": "8.42.0",
|
||||
"eslint-config-next": "13.4.5",
|
||||
"next": "13.4.5",
|
||||
|
@ -22,6 +23,7 @@
|
|||
"postcss": "8.4.24",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"tailwind-merge": "^1.13.1",
|
||||
"tailwindcss": "3.3.2",
|
||||
"typescript": "5.1.3"
|
||||
},
|
||||
|
|
|
@ -20,6 +20,9 @@ dependencies:
|
|||
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
|
||||
|
@ -41,6 +44,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
|
||||
|
@ -2539,6 +2545,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'}
|
||||
|
|
Loading…
Reference in a new issue