aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/ui-new/components.json
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-25 01:32:51 +0800
committer苏向夜 <fu050409@163.com>2026-02-25 01:32:51 +0800
commit66668d85d603c5841d755a6023aa1925559fc6d4 (patch)
tree485464148c76b0021efb55b7d2afd1c3004ceee0 /packages/ui-new/components.json
parenta6773bd092db654360c599ca6b0108ea0e456e8c (diff)
downloadDropOut-66668d85d603c5841d755a6023aa1925559fc6d4.tar.gz
DropOut-66668d85d603c5841d755a6023aa1925559fc6d4.zip
chore(workspace): replace legacy codes
Diffstat (limited to 'packages/ui-new/components.json')
-rw-r--r--packages/ui-new/components.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/ui-new/components.json b/packages/ui-new/components.json
deleted file mode 100644
index f9d4fcd..0000000
--- a/packages/ui-new/components.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "$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": {}
-}