aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json
index 45402e0..22e56f1 100644
--- a/package.json
+++ b/package.json
@@ -11,13 +11,19 @@
},
"dependencies": {
"@babel/preset-react": "^7.27.1",
- "@tailwindcss/vite": "^4.1.7",
+ "@tailwindcss/vite": "^4.1.11",
+ "class-variance-authority": "^0.7.1",
+ "clsx": "^2.1.1",
+ "lucide-react": "^0.525.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
- "react-router-dom": "^7.6.1"
+ "react-router-dom": "^7.6.1",
+ "tailwind-merge": "^3.3.1",
+ "tailwindcss": "^4.1.11"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
+ "@types/node": "^24.0.13",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "^4.4.1",
@@ -25,6 +31,7 @@
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
+ "tw-animate-css": "^1.3.5",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite": "^6.3.5",