Began work on search
... | ... | @@ -18,13 +18,15 @@ |
"@material-ui/core": "^3.0.1", | ||
"babel-polyfill": "^6.26.0", | ||
"cross-fetch": "^2.2.2", | ||
"downshift": "^2.2.0", | ||
"js-cookie": "^2.2.0", | ||
"leaflet.markercluster": "^1.3.0", | ||
"react-redux": "^5.0.7", | ||
"react-router-dom": "^4.3.1", | ||
"redux": "^4.0.0", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0" | ||
"redux-thunk": "^2.3.0", | ||
"underscore": "^1.9.1" | ||
}, | ||
"devDependencies": { | ||
"@material-ui/icons": "^2.0.3", | ||
... | ... |
Please register or sign in to comment