google map replaced with leaflet map
... | ... | @@ -46,6 +46,7 @@ |
"history": "^4.6.1", | ||
"immutability-helper": "^2.1.2", | ||
"isomorphic-fetch": "^2.2.1", | ||
"leaflet": "^1.2.0", | ||
"lodash": "^4.17.4", | ||
"material-design-icons": "^3.0.1", | ||
"material-ui": "1.0.0-beta.10", | ||
... | ... | @@ -59,7 +60,7 @@ |
"react-dom": "^15.5.4", | ||
"react-fontawesome": "^1.6.1", | ||
"react-google-login": "^2.9.2", | ||
"react-google-maps": "^7.2.0", | ||
"react-leaflet": "^1.6.6", | ||
"react-markdown": "^2.4.6", | ||
"react-redux": "^5.0.3", | ||
"react-router": "^3.0.5", | ||
... | ... |
Please register or sign in to comment