Files
zhaoguiyang.site/package.json
joyzhao c1bfb0915e refactor: 清理无用资源并更新项目配置
删除大量未使用的图标、图片和组件文件
更新.gitignore、tsconfig.json和astro配置
添加新的工具函数和UI组件
修改项目元数据和依赖项
2025-06-13 12:03:15 +08:00

37 lines
948 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",
"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"
}
}