add: shadcn switch

This commit is contained in:
Mahyar Khanbolooki
2025-07-11 21:07:56 +03:30
parent 7e4694f385
commit 3460e3e5bc
6 changed files with 442 additions and 23 deletions
+5
View File
@@ -9,15 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-switch": "^1.2.5",
"@tanstack/react-query": "^5.81.5",
"@tanstack/react-query-devtools": "^5.81.5",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dmenu-plus-frontned": "file:",
"framer-motion": "^12.20.1",
"lucide-react": "^0.525.0",
"next": "15.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.6"
},
"devDependencies": {
@@ -29,6 +33,7 @@
"eslint": "^9",
"eslint-config-next": "15.3.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.5",
"typescript": "^5"
}
}