mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-20 05:19:38 +00:00
15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "new-york",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "src/tailwind.css",
|
|
"baseColor": "neutral",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide"
|
|
}
|