Add magui components

This commit is contained in:
2025-11-02 16:42:26 -05:00
parent a220204004
commit 602eabc7ba
13 changed files with 1093 additions and 21 deletions

View File

@ -16,9 +16,15 @@
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.3",
"@tailwindcss/vite": "^4.1.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.552.0",
"motion": "^12.23.24",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.16"
},
"devDependencies": {
@ -35,6 +41,7 @@
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"prettier": "3.6.2",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"