Files
upscayl/components.json
anna7261 5a2672651d refactor: update component styles and dependencies
- Modified component styles to use 'rounded-field' instead of 'rounded-btn' for consistency.
- Updated 'lucide-react' and 'react-resizable-panels' versions in package.json and package-lock.json.
- Adjusted paths in components.json for Tailwind CSS and global styles.
- Added new themes to the SelectTheme component for enhanced customization options.
2026-01-04 18:29:47 -04:00

22 lines
434 B
JSON

{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "default",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "src/styles/globals.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"iconLibrary": "lucide"
}