| gio | 5f2f100 | 2025-03-20 18:38:48 +0400 | [diff] [blame] | 1 | { |
| gio | d002661 | 2025-05-08 13:00:36 +0000 | [diff] [blame] | 2 | "$schema": "https://ui.shadcn.com/schema.json", |
| 3 | "style": "new-york", | ||||
| 4 | "rsc": false, | ||||
| 5 | "tsx": true, | ||||
| 6 | "tailwind": { | ||||
| 7 | "config": "tailwind.config.js", | ||||
| 8 | "css": "src/index.css", | ||||
| 9 | "baseColor": "neutral", | ||||
| 10 | "cssVariables": true, | ||||
| 11 | "prefix": "" | ||||
| 12 | }, | ||||
| 13 | "aliases": { | ||||
| 14 | "components": "@/components", | ||||
| 15 | "utils": "@/lib/utils", | ||||
| 16 | "ui": "@/components/ui", | ||||
| 17 | "lib": "@/lib", | ||||
| 18 | "hooks": "@/hooks" | ||||
| 19 | } | ||||
| 20 | } | ||||