components.json 576 B

1234567891011121314151617181920212223242526
  1. {
  2. "$schema": "https://ui.shadcn.com/schema.json",
  3. "style": "radix-nova",
  4. "rsc": false,
  5. "tsx": true,
  6. "tailwind": {
  7. "config": "",
  8. "css": "src/styles/index.css",
  9. "baseColor": "neutral",
  10. "cssVariables": true,
  11. "prefix": ""
  12. },
  13. "iconLibrary": "hugeicons",
  14. "aliases": {
  15. "components": "@/components",
  16. "utils": "@/lib/utils",
  17. "ui": "@/components/ui",
  18. "lib": "@/lib",
  19. "hooks": "@/hooks"
  20. },
  21. "menuColor": "inverted",
  22. "menuAccent": "subtle",
  23. "registries": {
  24. "@ai-elements": "https://registry.ai-sdk.dev/{name}.json"
  25. }
  26. }