mirror of
https://github.com/chartdb/chartdb.git
synced 2025-10-23 07:11:56 +00:00
21 lines
483 B
JSON
21 lines
483 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/globals.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"aliases": {
|
|
"components": "src/components",
|
|
"utils": "src/lib/utils",
|
|
"ui": "src/components/ui",
|
|
"lib": "src/lib",
|
|
"hooks": "src/hooks"
|
|
}
|
|
}
|