feat: import fluid portfolio snapshot

This commit is contained in:
湛兮
2026-06-11 12:24:52 +08:00
parent f7b529b1bd
commit 22baa715fd
22 changed files with 2955 additions and 6813 deletions
+9 -9
View File
@@ -1,17 +1,17 @@
{
"name": "wang-yuanyou-resume-site",
"name": "wang-yuanyou-fluid-portfolio",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build:test": "PUBLIC_APP_ENV_LABEL=测试环境 astro build",
"build:prod": "PUBLIC_APP_ENV_LABEL=生产环境 astro build",
"preview": "astro preview"
"dev": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"astro": "^6.3.1"
},
"devDependencies": {}
"gsap": "^3.15.0",
"lenis": "^1.3.23",
"three": "^0.184.0",
"vite": "^7.2.7"
}
}