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.
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"name": "personal-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"preview": "next build && next start",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit",
|
|
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
|
|
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.4.1",
|
|
"@icons-pack/react-simple-icons": "^13.13.0",
|
|
"@lucide/lab": "^0.1.2",
|
|
"@mdx-js/loader": "^3.1.1",
|
|
"@mdx-js/react": "^3.1.1",
|
|
"@next/mdx": "^16.1.3",
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
"@t3-oss/env-nextjs": "^0.11.1",
|
|
"@types/pdfjs-dist": "2.10.378",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.11.0",
|
|
"next": "^16.2.4",
|
|
"pdfjs-dist": "4.10.38",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"shadcn": "^4.4.0",
|
|
"sharp": "^0.33.5",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tw-animate-css": "^1.4.0",
|
|
"zod": "^3.25.14"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/node": "^22.19.7",
|
|
"eslint": "9.39.2",
|
|
"eslint-config-next": "16.1.3",
|
|
"prettier": "^3.8.0",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"ct3aMetadata": {
|
|
"initVersion": "7.37.0"
|
|
},
|
|
"packageManager": "bun@1.12.1"
|
|
} |