Skip to content

Commit

Permalink
build: shadcn components.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maxitect committed Dec 3, 2024
1 parent 53ecd09 commit 843fe2a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "tailwind.config.ts",
"css": "src/app/globals.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}

0 comments on commit 843fe2a

Please sign in to comment.