feat: initialize agora
Showing
... | @@ -13,10 +13,13 @@ | ... | @@ -13,10 +13,13 @@ |
"@types/node": "^20.11.16", | "@types/node": "^20.11.16", | ||
"@types/react": "^18.2.52", | "@types/react": "^18.2.52", | ||
"@types/react-dom": "^18.2.18", | "@types/react-dom": "^18.2.18", | ||
"agora-rtc-react": "2.0.0-beta.0", | |||
"agora-rtc-sdk-ng": "4.18.2", | |||
"react": "^18.2.0", | "react": "^18.2.0", | ||
"react-dom": "^18.2.0", | "react-dom": "^18.2.0", | ||
"react-router-dom": "^6.22.1", | "react-router-dom": "^6.22.1", | ||
"react-scripts": "5.0.1", | "react-scripts": "5.0.1", | ||
"react-toastify": "^10.0.4", | |||
"typescript": "5.1.6", | "typescript": "5.1.6", | ||
"web-vitals": "^3.5.2" | "web-vitals": "^3.5.2" | ||
}, | }, | ||
... | ... |
src/Services/Utils/theme.ts
0 → 100644
Please register or sign in to comment