From c379bfae6f235417195fce3eafac3796abc8261b Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 13 Jul 2025 20:01:19 -0400 Subject: [PATCH] package update --- package.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 7fa7d4b..8787567 100644 --- a/package.json +++ b/package.json @@ -9,15 +9,22 @@ "lint": "next lint" }, "dependencies": { - "lucide-react": "^0.300.0", - "next": "14.0.4", - "react": "^18", - "react-dom": "^18" + "@radix-ui/react-slot": "^1.2.3", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", + "lucide-react": "^0.300.0", + "next": "14.0.4", + "react": "^18", + "react-dom": "^18", + "tailwind-merge": "^3.3.1", + "tailwindcss-animate": "^1.0.7" }, "devDependencies": { - "autoprefixer": "^10.0.1", - "postcss": "^8", - "tailwindcss": "^3.3.0" + "@types/react": "19.1.8", + "autoprefixer": "^10.0.1", + "postcss": "^8", + "tailwindcss": "^3.3.0", + "typescript": "5.8.3" } - } +} \ No newline at end of file