aboutsummaryrefslogtreecommitdiff
path: root/components.json
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-07-14 14:51:39 +0200
committerschererleander <leander@schererleander.de>2025-07-14 14:51:39 +0200
commitf5187f366774a7d53b5a06fa9af83d1a6b686013 (patch)
treecc5df92b7a9ecbf515b7dd41341a8350507a5bbb /components.json
parent297fa7ae5f6c2933870e64d67785cb0439e5e989 (diff)
install shadcn
Diffstat (limited to 'components.json')
-rw-r--r--components.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/components.json b/components.json
new file mode 100644
index 0000000..fc152dc
--- /dev/null
+++ b/components.json
@@ -0,0 +1,21 @@
+{
+ "$schema": "https://ui.shadcn.com/schema.json",
+ "style": "new-york",
+ "rsc": false,
+ "tsx": true,
+ "tailwind": {
+ "config": "tailwind.config.ts",
+ "css": "src/index.css",
+ "baseColor": "neutral",
+ "cssVariables": true,
+ "prefix": ""
+ },
+ "aliases": {
+ "components": "@/components",
+ "utils": "@/lib/utils",
+ "ui": "@/components/ui",
+ "lib": "@/lib",
+ "hooks": "@/hooks"
+ },
+ "iconLibrary": "lucide"
+} \ No newline at end of file