diff options
| author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-01 17:52:05 -0400 |
|---|---|---|
| committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-01 17:52:05 -0400 |
| commit | 3ca511f885b8cdcd1a3099e2f54179f5513aed92 (patch) | |
| tree | da0c048f447048f7b72944491887b9bcf95aab92 /package.json | |
| parent | 3627259a2b60564f60fb3979090a6dc03ee603b2 (diff) | |
install material ui dependencies
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index 6c770a4ca..24d4afc2b 100644 --- a/package.json +++ b/package.json @@ -127,6 +127,8 @@ "webpack-hot-middleware": "^2.25.1" }, "dependencies": { + "@emotion/react": "^11.10.8", + "@emotion/styled": "^11.10.8", "@ffmpeg/core": "0.10.0", "@ffmpeg/ffmpeg": "0.10.0", "@fortawesome/fontawesome-svg-core": "^1.3.0", @@ -138,6 +140,8 @@ "@hig/theme-context": "^2.1.3", "@hig/theme-data": "^2.23.1", "@material-ui/core": "^4.12.3", + "@mui/icons-material": "^5.11.16", + "@mui/material": "^5.12.2", "@octokit/core": "^4.0.4", "@react-google-maps/api": "^2.7.0", "@react-three/fiber": "^6.2.3", @@ -155,6 +159,7 @@ "@types/three": "^0.126.2", "@types/web": "0.0.53", "@webscopeio/react-textarea-autocomplete": "^4.9.1", + "D": "^1.0.0", "adm-zip": "^0.4.16", "archiver": "^3.1.1", "array-batcher": "^1.2.3", @@ -181,7 +186,6 @@ "cookie-parser": "^1.4.6", "cookie-session": "^2.0.0", "cors": "^2.8.5", - "D": "^1.0.0", "depcheck": "^0.9.2", "equation-editor-react": "github:bobzel/equation-editor-react#useLocally", "exif": "^0.6.0", |
