# W-010 Status status: done task: 创建 React 工程 ## Evidence - Package: `web/package.json` - Lockfile: `web/package-lock.json` - Build: `npm run build` passed with Vite 8.2.0. - Three.js: `0.185.1` vendored under `web/app/src/vendor/three/` (latest stable version selected from npm registry, then copied into the project). - Screenshot: `tests/golden/W-010/desktop-1440x900.png` ## Verification ```text npm run typecheck # passed npm run lint # passed npm run build # passed ```