diff options
| author | diogo464 <[email protected]> | 2025-08-11 16:04:32 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-11 16:04:32 +0100 |
| commit | f4d8a26972728891de8bde4eeb94c80f027ce2d2 (patch) | |
| tree | 3c8b9c25c2a1e3fab7a86f51922c39eb2ed93697 /frontend/components.json | |
| parent | 32b008a9c0c8e0130ab10bc96ffea9232f9cf95a (diff) | |
basic v0 ui working
Diffstat (limited to 'frontend/components.json')
| -rw-r--r-- | frontend/components.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/frontend/components.json b/frontend/components.json new file mode 100644 index 0000000..335484f --- /dev/null +++ b/frontend/components.json | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | { | ||
| 2 | "$schema": "https://ui.shadcn.com/schema.json", | ||
| 3 | "style": "new-york", | ||
| 4 | "rsc": true, | ||
| 5 | "tsx": true, | ||
| 6 | "tailwind": { | ||
| 7 | "config": "", | ||
| 8 | "css": "app/globals.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 | "iconLibrary": "lucide" | ||
| 21 | } \ No newline at end of file | ||
