summaryrefslogtreecommitdiff
path: root/jb-ui/components.json
diff options
context:
space:
mode:
Diffstat (limited to 'jb-ui/components.json')
-rw-r--r--jb-ui/components.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/jb-ui/components.json b/jb-ui/components.json
new file mode 100644
index 0000000..88bee04
--- /dev/null
+++ b/jb-ui/components.json
@@ -0,0 +1,24 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "new-york",
+ "rsc": false,
+ "tsx": true,
+ "tailwind": {
+ "config": "",
+ "css": "index.css",
+ "baseColor": "neutral",
+ "cssVariables": true,
+ "prefix": ""
+ },
+ "iconLibrary": "lucide",
+ "aliases": {
+ "components": "@/components",
+ "utils": "@/lib/utils",
+ "ui": "@/components/ui",
+ "lib": "@/lib",
+ "hooks": "@/hooks"
+ },
+ "registries": {
+ "@magicui": "https://magicui.design/r/{name}"
+ }
+}