opencs2-dataset-viewer / components.json
blanchon's picture
Initial CS2 render dataset viewer
31d3580
{
"$schema": "https://shadcn-svelte.com/schema.json",
"tailwind": {
"css": "src/routes/layout.css",
"baseColor": "taupe"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
"registry": "https://shadcn-svelte.com/registry",
"style": "mira",
"iconLibrary": "phosphor",
"menuColor": "default",
"menuAccent": "subtle"
}