blob: e7346c666521d4db98649949f4c773a0f6cc145d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"$schema": "https://ui.shadcn.com/schema.json",
"aliases": {
"components": "~/components",
"hooks": "~/hooks",
"lib": "~/lib",
"ui": "~/components/ui",
"utils": "~/lib/utils"
},
"rsc": false,
"style": "new-york",
"tailwind": {
"baseColor": "stone",
"config": "tailwind.config.ts",
"css": "app/tailwind.css",
"cssVariables": true,
"prefix": ""
},
"tsx": true
}
|