implemented new carousel component

This commit is contained in:
andres alcocer
2020-08-02 16:25:06 -04:00
parent 1985db16d6
commit 661e885905
4 changed files with 113 additions and 46 deletions

View File

@@ -16,7 +16,6 @@
"author": "Andres Alcocer",
"license": "ISC",
"dependencies": {
"@brainhubeu/react-carousel": "^1.19.26",
"axios": "^0.18.1",
"lodash": "^4.17.19",
"prop-types": "^15.6.2",
@@ -24,6 +23,7 @@
"react-dom": "^16.6.1",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-slick": "^0.27.1",
"redux": "^4.0.1",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.3.0"