Add new blog posts covering React Hooks, Docker with Node.js, Tailwind CSS, and TypeScript best practices. Implement Tailwind Typography plugin for better blog post styling. Create blog post listing pages in both English and Chinese. Update BlogLayout to use prose styling for improved readability. The changes include: - Added 4 new blog posts in English and Chinese versions - Integrated @tailwindcss/typography plugin - Created blog post index pages - Updated BlogLayout with typography-focused styling - Added related dependencies to package.json
41 lines
1.0 KiB
JSON
41 lines
1.0 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/react": "^4.2.1",
|
|
"@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"
|
|
}
|
|
}
|