This repository has been archived on 2025-08-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
coinstorge/website/components.json

17 lines
344 B
JSON
Raw Normal View History

2025-05-21 21:34:22 +03:00
{
2025-06-10 18:42:41 +03:00
"$schema": "https://shadcn-svelte.com/schema.json",
2025-05-21 21:34:22 +03:00
"tailwind": {
"css": "src\\app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks",
"lib": "$lib"
},
"typescript": true,
2025-06-10 18:42:41 +03:00
"registry": "https://shadcn-svelte.com/registry"
2025-05-21 21:34:22 +03:00
}