rybbit/docs/components.json
Bill Yang 6812db0f39 Enhance styling and functionality in IndexPage and update dependencies
- Added new CSS variables and animations in globals.css for improved design consistency.
- Updated IndexPage layout with background gradients and integrated new components: Integrations, Logo, and AnimatedShinyText for enhanced user engagement.
- Included new dependencies: class-variance-authority, clsx, motion, and tailwind-merge in package.json and package-lock.json for better styling and animation capabilities.
- Updated TypeScript version in devDependencies for improved type checking.
2025-04-21 00:08:01 -07:00

21 lines
No EOL
430 B
JSON

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