aboutsummaryrefslogtreecommitdiffstats
path: root/code/frontend/components.json
blob: cb6136fc4954e05818734845c1cff7b565a764a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"$schema": "https://shadcn-svelte.com/schema.json",
	"style": "new-york",
	"tailwind": {
		"config": "tailwind.config.js",
		"css": "src/app.pcss",
		"baseColor": "stone"
	},
	"aliases": {
		"components": "$components",
		"utils": "$utils/ui"
	},
	"typescript": true
}