-
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathcomponents.json
More file actions
29 lines (29 loc) · 768 Bytes
/
Copy pathcomponents.json
File metadata and controls
29 lines (29 loc) · 768 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "base-nova",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/ui/shadcn",
"lib": "@/lib",
"hooks": "@/lib"
},
"iconLibrary": "lucide",
"rtl": false,
"menuColor": "inverted-translucent",
"menuAccent": "subtle",
"registries": {
"@coss": "https://coss.com/ui/r/{name}.json",
"@magicui": "https://magicui.design/r/{name}",
"@reui": "https://reui.io/r/{style}/{name}.json"
}
}