aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui/components.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ui/components.json')
-rw-r--r--packages/ui/components.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/packages/ui/components.json b/packages/ui/components.json
new file mode 100644
index 0000000..f9d4fcd
--- /dev/null
+++ b/packages/ui/components.json
@@ -0,0 +1,23 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "base-lyra",
+ "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"
+ },
+ "registries": {}
+}