feat: added tailwind-merge and clsx

This commit is contained in:
Bart van der Braak 2023-06-14 04:11:13 +02:00
parent c3a4d90966
commit 23bdd5aa94
2 changed files with 12 additions and 0 deletions

View file

@ -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"
},