mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +08:00
- Added new components including CodeEditor, CollapsibleSearchBar, and DraggableList. - Removed obsolete components such as Button, CustomCollapse, and StatusTag. - Updated migration status documentation and adjusted component exports. - Enhanced package.json dependencies for better compatibility.
22 lines
511 B
JSON
22 lines
511 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"aliases": {
|
|
"components": "@cherrystudio/ui/components",
|
|
"hooks": "@cherrystudio/ui/hooks",
|
|
"lib": "@cherrystudio/ui/lib",
|
|
"ui": "@cherrystudio/ui/components/primitives",
|
|
"utils": "@cherrystudio/ui/utils"
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rsc": false,
|
|
"style": "new-york",
|
|
"tailwind": {
|
|
"baseColor": "zinc",
|
|
"config": "",
|
|
"css": "src/styles/globals.css",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"tsx": true
|
|
}
|