diff options
| author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-06-26 13:00:52 -0700 |
|---|---|---|
| committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-06-26 13:00:52 -0700 |
| commit | 73f0e51298866db9afb83c1c9086c6e9234ff131 (patch) | |
| tree | a295e9f9876f48134adee775bbf3197b60daedab /package.json | |
| parent | 4c1fc6bcfdf603bb8c620f9288da09ed69587bfb (diff) | |
overflow issue
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 6cbde9e1f..9df32995c 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "copy-webpack-plugin": "^4.6.0", "cross-env": "^5.2.1", "css-loader": "^2.1.1", - "dotenv": "^8.2.0", + "dotenv": "^8.6.0", "file-loader": "^3.0.1", "fork-ts-checker-webpack-plugin": "^1.6.0", "jsdom": "^15.2.1", @@ -125,6 +125,7 @@ "@hig/theme-context": "^2.1.3", "@hig/theme-data": "^2.16.1", "@material-ui/core": "^4.11.0", + "@react-google-maps/api": "^2.2.0", "@react-three/fiber": "^6.0.16", "@types/cors": "^2.8.8", "@types/d3-axis": "^2.0.0", @@ -132,6 +133,8 @@ "@types/d3-scale": "^3.2.2", "@types/d3-selection": "^2.0.0", "@types/google-maps": "^3.2.2", + "@types/mapbox-gl": "^2.3.0", + "@types/mapbox__mapbox-gl-geocoder": "^4.7.0", "@types/react-reconciler": "^0.26.1", "@types/reveal": "^3.3.33", "@types/three": "^0.126.2", @@ -191,6 +194,7 @@ "jszip": "^3.5.0", "libxmljs": "^0.19.7", "lodash": "^4.17.15", + "mapbox-gl": "^2.3.1", "material-ui": "^0.20.2", "mobile-detect": "^1.4.4", "mobx": "^5.15.7", |
