Skip to content

Commit

Permalink
feat(update): home page
Browse files Browse the repository at this point in the history
  • Loading branch information
demosalexas committed Jul 1, 2022
1 parent b98948d commit 4813a40
Show file tree
Hide file tree
Showing 20 changed files with 526 additions and 12 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css"
integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w=="
Expand Down
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,28 @@
"@mui/material": "^5.8.5",
"@reduxjs/toolkit": "^1.8.2",
"axios": "^0.27.2",
"jquery": "^3.6.0",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-is": "^18.2.0",
"react-material-ui-carousel": "^3.4.2",
"react-redux": "^8.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-slick": "^0.29.0",
"redux-saga": "^1.1.3",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.5",
"swiper": "^8.2.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-helmet": "^6.1.5",
"@types/react-slick": "^0.23.8",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
Expand Down
Loading

0 comments on commit 4813a40

Please sign in to comment.