blob: 1e961d331b37f707d852a0ad55c157879ae2a5a2 [file] [log] [blame]
Samuel Shuert4f932df2024-09-08 14:04:51 -04001{
2 "$schema": "https://ui.shadcn.com/schema.json",
3 "style": "new-york",
4 "rsc": true,
5 "tsx": true,
6 "tailwind": {
7 "config": "tailwind.config.ts",
8 "css": "app/globals.css",
9 "baseColor": "zinc",
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}