16 lines
358 B
JSON
16 lines
358 B
JSON
{
|
|
"$schema": "https://next.shadcn-svelte.com/schema.json",
|
|
"tailwind": {
|
|
"css": "resources/css/app.css",
|
|
"baseColor": "neutral"
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/lib/utils",
|
|
"ui": "@/components/ui",
|
|
"hooks": "@/hooks",
|
|
"lib": "@/lib"
|
|
},
|
|
"typescript": true,
|
|
"registry": "https://next.shadcn-svelte.com/registry"
|
|
}
|