- Add astro-i18next package for i18n support - Create LanguageSwitcher component with English and Chinese options - Add i18n guide documentation - Update .gitignore and package.json
38 lines
986 B
JSON
38 lines
986 B
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"
|
|
}
|
|
}
|