Skip to content

Commit ce3807a

Browse files
msujawsclaude
andcommitted
chore(deps): add ShadCN UI dependencies and config
Add utility dependencies for potential future ShadCN component usage: - class-variance-authority, clsx, tailwind-merge for className utilities - tailwindcss-animate for animations - lucide-react for icons - CSS variables for theming support Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 721d0fd commit ce3807a

File tree

6 files changed

+265
-131
lines changed

6 files changed

+265
-131
lines changed

components.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "new-york",
4+
"rsc": false,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.js",
8+
"css": "src/index.css",
9+
"baseColor": "neutral",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"iconLibrary": "lucide",
14+
"aliases": {
15+
"components": "@/components",
16+
"utils": "@/lib/utils",
17+
"ui": "@/components/ui",
18+
"lib": "@/lib",
19+
"hooks": "@/hooks"
20+
},
21+
"registries": {}
22+
}

0 commit comments

Comments
 (0)