mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-05 22:48:17 +08:00
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"$schema": "https://next.shadcn-svelte.com/schema.json",
|
|
"registry": "https://next.shadcn-svelte.com/registry",
|
|
"typescript": true,
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/styles/globals.css",
|
|
"baseColor": "neutral"
|
|
},
|
|
"aliases": {
|
|
"components": "@/components",
|
|
"utils": "@/utils",
|
|
"ui": "@/ui",
|
|
"hooks": "@/hooks"
|
|
}
|
|
}
|