summaryrefslogtreecommitdiff
path: root/components.json
diff options
context:
space:
mode:
authorIwanIDev <iwan@iwani.dev>2026-03-20 15:16:51 +0000
committerIwanIDev <iwan@iwani.dev>2026-03-20 15:16:51 +0000
commit3d7963641db5e5c2fa92b088770162918003a7ff (patch)
treea2fd866420281ba63db3d813d2c1ab7e864e9e80 /components.json
parentc1013fc66f5d5ff94b821063670146f37e7475e1 (diff)
feat: initial commit
Diffstat (limited to 'components.json')
-rw-r--r--components.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/components.json b/components.json
new file mode 100644
index 0000000..15addee
--- /dev/null
+++ b/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": {}
+}