--- id: TASK-24 title: Add infrastructure dependencies for shape migration status: Done assignee: [] created_date: '2026-02-18 19:49' updated_date: '2026-03-15 00:45' labels: - infrastructure - phase-1 milestone: m-0 dependencies: [] priority: high status_history: - status: Done timestamp: '2026-03-15 00:45' --- ## Description Install npm dependencies required by shapes being ported from canvas-website: - h3-js (HolonShape geospatial) - @xterm/xterm + @xterm/addon-fit (Multmux terminal) - safe-apps-sdk or ethers (TransactionBuilder, if needed) Also verify existing deps like perfect-freehand are sufficient for Drawfast. ## Acceptance Criteria - [ ] #1 All required npm packages installed - [ ] #2 No build errors after adding dependencies - [ ] #3 WASM plugins configured if needed (h3-js) ## Implementation Notes Dependencies already installed: h3-js@4.4.0, @xterm/xterm@6.0.0, @xterm/addon-fit@0.11.0, perfect-freehand already present.