Phase 6 complete

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 16:52:57 -07:00
commit 3a22b42492
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
11 changed files with 735 additions and 103 deletions

View file

@ -9,17 +9,18 @@
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.3",
"@google/genai": "^1.35.0",
"lucide-react": "^0.562.0",
"react-dom": "^19.2.3",
"uuid": "^13.0.0",
"recharts": "^3.6.0",
"framer-motion": "^12.26.1",
"canvas-confetti": "^1.9.4",
"peerjs": "^1.5.2",
"framer-motion": "^12.26.1",
"lucide-react": "^0.562.0",
"oidc-client-ts": "^3.1.0",
"react-oidc-context": "^3.2.0"
"peerjs": "^1.5.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hot-toast": "^2.6.0",
"react-oidc-context": "^3.2.0",
"recharts": "^3.6.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@types/node": "^22.14.0",