From 60c6f16c3194855607cefdd09786d063a36a5712 Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 7 Aug 2026 04:12:04 +0000 Subject: [PATCH] Modified by www.SourceFiles.app --- components.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 components.json diff --git a/components.json b/components.json new file mode 100644 index 0000000..f0817a8 --- /dev/null +++ b/components.json @@ -0,0 +1,22 @@ +{ + "$schema": "https://ui.shadcn.com/schema.json", + "style": "new-york", + "rsc": false, + "tsx": true, + "tailwind": { + "css": "src/styles.css", + "baseColor": "slate", + "cssVariables": true, + "prefix": "" + }, + "iconLibrary": "lucide", + "rtl": false, + "aliases": { + "components": "@/components", + "utils": "@/lib/utils", + "ui": "@/components/ui", + "lib": "@/lib", + "hooks": "@/hooks" + }, + "registries": {} +}