aboutsummaryrefslogtreecommitdiff
path: root/components.json
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-05-25 18:41:41 -0500
committerDhravya <[email protected]>2024-05-25 18:41:41 -0500
commit7de11483c9bea1e7845a476e2ca40219f64b999d (patch)
treec9b38b49a4ff75f0983178ea5774e6e7f4038237 /components.json
parentrefactored UI, with shared components and UI, better rules and million lint (diff)
downloadsupermemory-7de11483c9bea1e7845a476e2ca40219f64b999d.tar.xz
supermemory-7de11483c9bea1e7845a476e2ca40219f64b999d.zip
refactored UI, with shared components and UI, better rules and million lint
Diffstat (limited to 'components.json')
-rw-r--r--components.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/components.json b/components.json
new file mode 100644
index 00000000..72e61759
--- /dev/null
+++ b/components.json
@@ -0,0 +1,18 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "default",
+ "rsc": true,
+ "tsx": true,
+ "tailwind": {
+ "config": "tailwind.config.ts",
+ "css": "packages/tailwind-config/globals.css",
+ "baseColor": "neutral",
+ "cssVariables": true,
+ "prefix": ""
+ },
+ "aliases": {
+ "components": "packages/ui/components",
+ "utils": "@repo/ui/lib/utils",
+ "ui": "packages/ui/shadcn"
+ }
+}