20 lines
434 B
JSON
Executable File
20 lines
434 B
JSON
Executable File
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "",
|
|
"css": "app/globals.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "@/shared/components",
|
|
"utils": "@/shared/utils/utils",
|
|
"ui": "@/shared/components/ui",
|
|
"hooks": "@/shared/hooks"
|
|
},
|
|
"iconLibrary": "lucide"
|
|
} |