components.json 392 B

1234567891011121314151617
  1. {
  2. "$schema": "https://next.shadcn-svelte.com/schema.json",
  3. "style": "new-york",
  4. "tailwind": {
  5. "config": "tailwind.config.ts",
  6. "css": "src/app.css",
  7. "baseColor": "slate"
  8. },
  9. "aliases": {
  10. "components": "$lib/components",
  11. "utils": "$lib/utils",
  12. "ui": "$lib/components/ui",
  13. "hooks": "$lib/hooks"
  14. },
  15. "typescript": true,
  16. "registry": "https://next.shadcn-svelte.com/registry"
  17. }