diff --git a/frontend/frontend/components.json b/frontend/frontend/components.json new file mode 100644 index 0000000..15addee --- /dev/null +++ b/frontend/frontend/components.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "base-nova", + "rsc": false, + "tsx": true, + "tailwind": { + "config": "", + "css": "src/index.css", + "baseColor": "neutral", + "cssVariables": true, + "prefix": "" + }, + "iconLibrary": "lucide", + "rtl": false, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils", + "ui": "@/components/ui", + "lib": "@/lib", + "hooks": "@/hooks" + }, + "menuColor": "default", + "menuAccent": "subtle", + "registries": {} +} diff --git a/frontend/frontend/index.html b/frontend/frontend/index.html index f8242d0..e943cbc 100644 --- a/frontend/frontend/index.html +++ b/frontend/frontend/index.html @@ -12,6 +12,6 @@
- +