{ "name": "wang-yuanyou-fluid-portfolio", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite --host 0.0.0.0", "build": "vite build", "build:test": "PUBLIC_APP_ENV_LABEL=测试环境 vite build", "build:prod": "PUBLIC_APP_ENV_LABEL=生产环境 vite build", "preview": "vite preview --host 0.0.0.0" }, "dependencies": { "gsap": "^3.15.0", "lenis": "^1.3.23", "three": "^0.184.0", "vite": "^7.2.7" } }