diff --git a/package.json b/package.json index 6767ebd..3f44252 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c619f46..d827f7a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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'}