chore: set up material UI

This commit is contained in:
Jeremy Kahn 2022-08-08 21:43:16 -05:00
parent 6983bca544
commit 05ce67e982
2 changed files with 870 additions and 14 deletions

876
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,8 +4,12 @@
"homepage": "https://chitchatter.im/",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^28.1.6",
"@types/node": "^18.6.5",
@ -15,6 +19,8 @@
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"sass": "^1.54.3",
"typeface-public-sans": "^1.1.13",
"typeface-roboto": "^1.1.13",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4"
},