| 123456789101112131415161718192021 |
- {
- "$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"
- }
- }
|