-
- Downloads
fix 2d9bbc83 fix
Showing
- package-lock.json 5 additions, 0 deletionspackage-lock.json
- package.json 2 additions, 1 deletionpackage.json
- src/actions/auth.js 2 additions, 2 deletionssrc/actions/auth.js
- src/components/pages/Home.js 0 additions, 1 deletionsrc/components/pages/Home.js
- src/components/pages/Profile.js 29 additions, 9 deletionssrc/components/pages/Profile.js
- src/index.js 2 additions, 0 deletionssrc/index.js
... | @@ -16,7 +16,8 @@ | ... | @@ -16,7 +16,8 @@ |
"redux-logger": "^3.0.6", | "redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.2.0", | "redux-thunk": "^2.2.0", | ||
"semantic-ui-css": "^2.2.12", | "semantic-ui-css": "^2.2.12", | ||
"semantic-ui-react": "^0.77.2" | "semantic-ui-react": "^0.77.2", | ||
"slick-carousel": "^1.8.1" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"start": "react-scripts start", | "start": "react-scripts start", | ||
... | ... |
Please register or sign in to comment