File size: 347 Bytes
ebcc4b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"$schema": "https://next.shadcn-svelte.com/schema.json",
	"tailwind": {
		"css": "src/app.css",
		"baseColor": "stone"
	},
	"aliases": {
		"components": "@/components",
		"utils": "$lib/utils",
		"ui": "@/components/ui",
		"hooks": "$lib/hooks",
		"lib": "$lib"
	},
	"typescript": true,
	"registry": "https://next.shadcn-svelte.com/registry"
}