mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Co-authored-by: Alf Eaton <alf.eaton@overleaf.com> GitOrigin-RevId: 79bb329932b1e6fcc88f648bca9cc4bee215cd41
22 lines
492 B
JSON
22 lines
492 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "default",
|
|
"rsc": false,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.js",
|
|
"css": "tailwind.css",
|
|
"baseColor": "slate",
|
|
"cssVariables": true
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"aliases": {
|
|
"components": "@overleaf/ai/components",
|
|
"utils": "@overleaf/ai/utils",
|
|
"ui": "@overleaf/ai/components/ui"
|
|
},
|
|
"registries": {
|
|
"@ai-elements": "https://registry.ai-sdk.dev/{name}.json"
|
|
}
|
|
}
|