Skip to content

Commit d5da55b

Browse files
authored
feat: add components.json to use CLI (#501)
1 parent c1552eb commit d5da55b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.changeset/sharp-peas-grow.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-llama": patch
3+
---
4+
5+
feat: add components.json to use CLI
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://ui.shadcn.com/schema.json",
3+
"style": "default",
4+
"rsc": true,
5+
"tsx": true,
6+
"tailwind": {
7+
"config": "tailwind.config.ts",
8+
"css": "app/globals.css",
9+
"baseColor": "slate",
10+
"cssVariables": true,
11+
"prefix": ""
12+
},
13+
"aliases": {
14+
"components": "@/app/components",
15+
"utils": "@/app/components/ui/lib/utils",
16+
"ui": "@/app/components/ui",
17+
"lib": "@/app/components/ui/lib",
18+
"hooks": "@/app/components/ui/hooks"
19+
},
20+
"iconLibrary": "lucide"
21+
}

0 commit comments

Comments
 (0)