-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomponents.json
More file actions
32 lines (32 loc) · 884 Bytes
/
Copy pathcomponents.json
File metadata and controls
32 lines (32 loc) · 884 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
30
31
32
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "radix-nova",
"rsc": true,
"tsx": true,
"tailwind": {
"config": "",
"css": "app/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "phosphor",
"rtl": false,
"menuColor": "default",
"menuAccent": "subtle",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"registries": {
"@evilbuttons": "http://localhost:3000/r/{name}.json",
"@xcn": "https://ui.radiumcoders.com/r/xcn/{name}.json",
"@dotmatrix": "https://dotmatrix.zzzzshawn.cloud/r/{name}.json",
"@react-bits": "https://reactbits.dev/r/{name}.json",
"@ncdai": "https://chanhdai.com/r/{name}.json",
"@ogimagecn": "https://ogimagecn.vercel.app/r/{name}.json"
}
}