Files
zhaoguiyang.site/package.json
joyzhao 398093dde9 feat(mdx): add MDX support and migrate markdown files to MDX
- Add @astrojs/mdx integration to enable MDX support
- Migrate all markdown files (.md) to MDX (.mdx) format
- Create HighlightBox component for enhanced content styling
- Update astro config to include MDX integration
- Add documentation guide for MDX integration
2025-06-20 11:36:11 +08:00

44 lines
1.1 KiB
JSON

{
"name": "zhaoguiyang.site",
"type": "module",
"version": "0.0.1",
"description": "Modern portfolio template with animations and glassmorphism effects",
"author": "Joy Zhao",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rishikesh2003/my-portfolio"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.0",
"@astrojs/react": "^4.2.1",
"@astrojs/sitemap": "^3.4.1",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-slot": "^1.1.2",
"@tailwindcss/vite": "^4.0.14",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"aos": "^2.3.4",
"astro": "^5.5.3",
"astro-i18next": "1.0.0-beta.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.5.0",
"lucide-react": "^0.483.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.14",
"tw-animate-css": "^1.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16"
}
}