b97d20c1fc
- Changed style in components.json from "new-york" to "radix-mira" and updated baseColor to "mist". - Added new properties: iconLibrary, rtl, menuColor, menuAccent, and registries in components.json. - Updated next-env.d.ts to import routes from the correct path. - Added new dependencies: @base-ui/react, @icons-pack/react-simple-icons, @lucide/lab, and updated existing ones. - Enhanced PDFViewer component in CVPage with client-side rendering. - Modified Tabs component in CVPage for better layout. - Added slidesUrl handling in ProjectsPage for displaying presentation links. - Refactored Avatar component to use Radix UI and added AvatarBadge and AvatarGroup components. - Refactored Breadcrumb component for better structure and readability. - Refactored DropdownMenu component to use Radix UI and improved accessibility. - Updated Skeleton component for better styling. - Added slidesUrl property to Project interface and updated project data. - Added new images and PDF files for F1 Halo removal project.
26 lines
551 B
JSON
26 lines
551 B
JSON
{
|
|
"$schema": "https://ui.shadcn.com/schema.json",
|
|
"style": "radix-mira",
|
|
"rsc": true,
|
|
"tsx": true,
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/styles/globals.css",
|
|
"baseColor": "mist",
|
|
"cssVariables": true,
|
|
"prefix": ""
|
|
},
|
|
"iconLibrary": "lucide",
|
|
"rtl": false,
|
|
"aliases": {
|
|
"components": "~/components",
|
|
"utils": "~/lib/utils",
|
|
"ui": "~/components/ui",
|
|
"lib": "~/lib",
|
|
"hooks": "~/hooks"
|
|
},
|
|
"menuColor": "default-translucent",
|
|
"menuAccent": "subtle",
|
|
"registries": {}
|
|
}
|