Merge branch 'feat/configure-project' into 'develop'
Feat/configure project See merge request !3
Showing
... | ... | @@ -3,9 +3,10 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@emotion/react": "^11.11.3", | ||
"@emotion/react": "^11.11.4", | ||
"@emotion/styled": "^11.11.0", | ||
"@mui/material": "^5.15.11", | ||
"@mui/icons-material": "^5.15.13", | ||
"@mui/material": "^5.15.13", | ||
"@testing-library/jest-dom": "^6.4.1", | ||
"@testing-library/react": "^14.2.1", | ||
"@testing-library/user-event": "^14.5.2", | ||
... | ... | @@ -13,10 +14,13 @@ |
"@types/node": "^20.11.16", | ||
"@types/react": "^18.2.52", | ||
"@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-dom": "^18.2.0", | ||
"react-router-dom": "^6.22.1", | ||
"react-scripts": "5.0.1", | ||
"react-toastify": "^10.0.4", | ||
"typescript": "5.1.6", | ||
"web-vitals": "^3.5.2" | ||
}, | ||
... | ... |
src/Services/Utils/theme.ts
0 → 100644
Please register or sign in to comment