diff options
| author | schererleander <leander@schererleander.de> | 2025-07-14 14:51:39 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-07-14 14:51:39 +0200 |
| commit | f5187f366774a7d53b5a06fa9af83d1a6b686013 (patch) | |
| tree | cc5df92b7a9ecbf515b7dd41341a8350507a5bbb /components.json | |
| parent | 297fa7ae5f6c2933870e64d67785cb0439e5e989 (diff) | |
install shadcn
Diffstat (limited to 'components.json')
| -rw-r--r-- | components.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/components.json b/components.json new file mode 100644 index 0000000..fc152dc --- /dev/null +++ b/components.json @@ -0,0 +1,21 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "new-york", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "tailwind.config.ts", + "css": "src/index.css", + "baseColor": "neutral", + "cssVariables": true, + "prefix": "" + }, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils", + "ui": "@/components/ui", + "lib": "@/lib", + "hooks": "@/hooks" + }, + "iconLibrary": "lucide" +}
\ No newline at end of file |
