From b91913605baa1f7f07a346a82746f953606cdb63 Mon Sep 17 00:00:00 2001 From: Akshayp02 Date: Fri, 25 Aug 2023 20:54:13 +0530 Subject: [PATCH 01/13] footer bug solved --- package-lock.json | 2 +- package.json | 3 +-- src/Style.css | 3 ++- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0559d55df..a200c4a6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react-dom": "^18.2.0", "react-icons": "^4.10.1", "react-router-dom": "^6.15.0", - "react-scripts": "5.0.1", + "react-scripts": "^5.0.1", "react-tsparticles": "^2.12.2", "styled-components": "^6.0.7", "typewriter-effect": "^2.20.1", diff --git a/package.json b/package.json index 6ccfee6e1..7d200cf67 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,8 @@ "react-icons": "^4.10.1", "react-router-dom": "^6.15.0", "react-scripts": "^5.0.1", - "styled-components": "^6.0.7", - "react-scripts": "5.0.1", "react-tsparticles": "^2.12.2", + "styled-components": "^6.0.7", "typewriter-effect": "^2.20.1", "web-vitals": "^2.1.4" }, diff --git a/src/Style.css b/src/Style.css index a2add2b30..2fb3e747c 100644 --- a/src/Style.css +++ b/src/Style.css @@ -149,7 +149,7 @@ button:focus { padding: 0.8rem 1rem !important; } -@media (max-width: 767px) { +@media (max-width: 768px) { .nav-link { padding: 0.7rem 1rem !important; } @@ -411,6 +411,7 @@ button:focus { bottom: 0 !important; padding-top: 10px !important; padding-bottom: 8px !important; + margin-top: auto; } .footer-copywright { From 43e4c47f2cd22ca4bfa2d2a58d8dac3b86451889 Mon Sep 17 00:00:00 2001 From: Akshayp02 Date: Sat, 26 Aug 2023 21:35:34 +0530 Subject: [PATCH 02/13] Merge branch 'main' of https://github.com/DIEMS-HUB/IETE-Website --- src/Style.css | 6 ++++-- src/components/Home2.js | 12 +++++++++++- src/index.css | 4 ++-- 3 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/Style.css b/src/Style.css index 2fb3e747c..8d595940d 100644 --- a/src/Style.css +++ b/src/Style.css @@ -54,7 +54,7 @@ button:focus { /* Navbar Section */ /* --------- */ .sticky { - background-color: #2e1a1aa9 !important; + background-color: rgba(43, 41, 53, 0.663)!important; transition: all 0.3s ease-out 0s !important; box-shadow: 0px 10px 10px 0px rgba(29, 5, 5, 0.171) !important; backdrop-filter: blur(15px) !important; @@ -336,7 +336,9 @@ button:focus { } .home-about-body { - padding-top: 30px; + padding-left: 150px !important; + padding-right: 150px !important; + justify-content: center; font-size: 1.2em !important; text-align: center; } diff --git a/src/components/Home2.js b/src/components/Home2.js index 6427f63a2..4352c9374 100644 --- a/src/components/Home2.js +++ b/src/components/Home2.js @@ -8,6 +8,7 @@ import { import { FaLinkedinIn } from "react-icons/fa"; import About from "./About"; import Faculty from "./Faculty"; +import wrldmap from "../assets/undraw_connected_world_wuay.svg" function Home2() { return ( @@ -18,7 +19,16 @@ function Home2() {

What is IETE Student Forum ?

-

+ world map +


IETE ISF is a student-driven initiative affiliated with the Institution of Electronics and Telecommunication Engineers (IETE). It aims to empower students by fostering collaborations with leading industry players, organizing industry-centric events, workshops, seminars, and networking opportunities. By bringing students and industry experts together, IETE ISF facilitates knowledge exchange, career development, and innovation in line with the latest industry trends and practices. diff --git a/src/index.css b/src/index.css index 374d198a3..224dc3e60 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,7 @@ -@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@500&display=swap"); +@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap"); body { margin: 0; - font-family: "Nunito", serif !important; + font-family: "Roboto", serif !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background-image: linear-gradient(to left,rgb(23, 26, 30), rgb(33, 37, 41)); From 2af24ff8fe3903cef83020cdc4e19955ecfd904c Mon Sep 17 00:00:00 2001 From: Akshayp02 Date: Sat, 26 Aug 2023 21:39:14 +0530 Subject: [PATCH 03/13] Merge branch 'main' of https://github.com/Akshayp02/IETE-Website --- src/components/Faculty.js | 2 +- src/components/Home.js | 2 +- src/components/Projectcards.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Faculty.js b/src/components/Faculty.js index e5d211089..842818a42 100644 --- a/src/components/Faculty.js +++ b/src/components/Faculty.js @@ -13,7 +13,7 @@ class Faculty extends Component {

A word from Faculty Coordinator

-

+


diff --git a/src/components/Home.js b/src/components/Home.js index 93f499f51..3ea54df01 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -25,7 +25,7 @@ function Home() {

Welcome to - Institute of Electronics and Telecommunication Engineers DIEMS ISF + < span className="main-name"> Institution of Electronics and Telecommunication Engineers DIEMS Student Forum

diff --git a/src/components/Projectcards.js b/src/components/Projectcards.js index f73f33786..58b1db336 100644 --- a/src/components/Projectcards.js +++ b/src/components/Projectcards.js @@ -8,7 +8,7 @@ function ProjectCards(props) { - {props.title} + {props.title} {props.description} From c54a2bc78d86f808b67dda08595caaa734dd0c56 Mon Sep 17 00:00:00 2001 From: Akshayp02 Date: Sat, 26 Aug 2023 21:39:49 +0530 Subject: [PATCH 04/13] style.css file added --- src/assets/undraw_connected_world_wuay.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/undraw_connected_world_wuay.svg b/src/assets/undraw_connected_world_wuay.svg index 7b767d466..a78292ccf 100644 --- a/src/assets/undraw_connected_world_wuay.svg +++ b/src/assets/undraw_connected_world_wuay.svg @@ -1 +1 @@ -connected world \ No newline at end of file + \ No newline at end of file From f18f63b738efe6de79fa1f8eeaeef9199742eca9 Mon Sep 17 00:00:00 2001 From: Akshay peherkar <95123298+Akshayp02@users.noreply.github.com> Date: Sat, 26 Aug 2023 22:07:30 +0530 Subject: [PATCH 05/13] done with #54 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ffcd7c36..f23ae1601 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Empowering Tomorrow: By Students For Students Our mission is to educate through workshops, connect minds for innovation, and drive change. DIEMS IETE ISF nurtures a culture of curiosity, collaboration, and positive tech-driven transformation. -

What stack is WeMakeDevs built on?

+

What stack is IETE-Website built on?


react logo javascript logo From 436cbf3ec9632711d3b2acdc42541e217fb1229f Mon Sep 17 00:00:00 2001 From: Akshayp02 Date: Tue, 29 Aug 2023 22:24:37 +0530 Subject: [PATCH 06/13] build-test workflow added --- .github/workflows/build-test.yml | 38 ++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/workflows/build-test.yml diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml new file mode 100644 index 000000000..4c5a38fce --- /dev/null +++ b/.github/workflows/build-test.yml @@ -0,0 +1,38 @@ +name: Build and Test + +on: + push: + branches: + - main + +jobs: + build-and-test: + runs-on: ubuntu-latest + + steps: + - name: Checkout code + uses: actions/checkout@v2 + + - name: Set up Node.js + uses: actions/setup-node@v2 + with: + node-version: 17 + + - name: Install frontend dependencies + run: npm install --prefix frontend + + - name: Build frontend + run: npm run build --prefix frontend + + - name: Set up backend Node.js + uses: actions/setup-node@v2 + with: + node-version: 17 + + - name: Install backend dependencies + run: npm install + working-directory: backend + + - name: Run backend tests + run: npm test + working-directory: backend From 540304b20dc5fa2f24abb22001ed19f6aaceee1f Mon Sep 17 00:00:00 2001 From: Akshay peherkar <95123298+Akshayp02@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:51:38 +0530 Subject: [PATCH 07/13] Update buildtest.yml --- .github/workflows/buildtest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index 4c5a38fce..df210e4de 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v2 with: - node-version: 17 + node-version: 14 - name: Install frontend dependencies run: npm install --prefix frontend @@ -27,7 +27,7 @@ jobs: - name: Set up backend Node.js uses: actions/setup-node@v2 with: - node-version: 17 + node-version: 14 - name: Install backend dependencies run: npm install From f84034e8f0062e7e2efea95c1d2c43c318d058f9 Mon Sep 17 00:00:00 2001 From: Akshay peherkar <95123298+Akshayp02@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:53:23 +0530 Subject: [PATCH 08/13] Update buildtest.yml --- .github/workflows/buildtest.yml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index df210e4de..b28738e6a 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -18,21 +18,11 @@ jobs: with: node-version: 14 - - name: Install frontend dependencies - run: npm install --prefix frontend - - - name: Build frontend - run: npm run build --prefix frontend - - - name: Set up backend Node.js - uses: actions/setup-node@v2 - with: - node-version: 14 - - - name: Install backend dependencies + - name: Install dependencies run: npm install - working-directory: backend - - name: Run backend tests + - name: Build + run: npm run build + + - name: Run tests run: npm test - working-directory: backend From 97c41ce63974ebd758757dccef5cbacaeacf1ef6 Mon Sep 17 00:00:00 2001 From: Akshay peherkar <95123298+Akshayp02@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:57:22 +0530 Subject: [PATCH 09/13] Update buildtest.yml --- .github/workflows/buildtest.yml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index b28738e6a..df210e4de 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -18,11 +18,21 @@ jobs: with: node-version: 14 - - name: Install dependencies - run: npm install + - name: Install frontend dependencies + run: npm install --prefix frontend + + - name: Build frontend + run: npm run build --prefix frontend - - name: Build - run: npm run build + - name: Set up backend Node.js + uses: actions/setup-node@v2 + with: + node-version: 14 + + - name: Install backend dependencies + run: npm install + working-directory: backend - - name: Run tests + - name: Run backend tests run: npm test + working-directory: backend From 5c50f023d51d23b13766751a90d88ac0b5e74170 Mon Sep 17 00:00:00 2001 From: Akshay peherkar <95123298+Akshayp02@users.noreply.github.com> Date: Tue, 29 Aug 2023 22:59:55 +0530 Subject: [PATCH 10/13] Update buildtest.yml --- .github/workflows/buildtest.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index df210e4de..aab527b37 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -22,7 +22,8 @@ jobs: run: npm install --prefix frontend - name: Build frontend - run: npm run build --prefix frontend + run: npm run build --prefix ./frontend + - name: Set up backend Node.js uses: actions/setup-node@v2 From 9862566f497da30724549f74c2132e6d2a3e2a10 Mon Sep 17 00:00:00 2001 From: Akshay peherkar <95123298+Akshayp02@users.noreply.github.com> Date: Tue, 29 Aug 2023 23:02:31 +0530 Subject: [PATCH 11/13] Update buildtest.yml --- .github/workflows/buildtest.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index aab527b37..f11bef199 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -18,13 +18,12 @@ jobs: with: node-version: 14 - - name: Install frontend dependencies - run: npm install --prefix frontend - + - name: Print working directory + run: echo $PWD + - name: Build frontend - run: npm run build --prefix ./frontend + run: npm run build --prefix /full/path/to/frontend - - name: Set up backend Node.js uses: actions/setup-node@v2 with: From 209f11bd3c1ebbe3353728cc206c1c913f968831 Mon Sep 17 00:00:00 2001 From: Akshay peherkar <95123298+Akshayp02@users.noreply.github.com> Date: Wed, 30 Aug 2023 07:07:40 +0530 Subject: [PATCH 12/13] Update_buildtest.yml --- .github/workflows/buildtest.yml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index f11bef199..b28738e6a 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -18,21 +18,11 @@ jobs: with: node-version: 14 - - name: Print working directory - run: echo $PWD - - - name: Build frontend - run: npm run build --prefix /full/path/to/frontend - - - name: Set up backend Node.js - uses: actions/setup-node@v2 - with: - node-version: 14 - - - name: Install backend dependencies + - name: Install dependencies run: npm install - working-directory: backend - - name: Run backend tests + - name: Build + run: npm run build + + - name: Run tests run: npm test - working-directory: backend From 0d6a12f388431114f27d3e6432010db5b2e73b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 01:38:04 +0000 Subject: [PATCH 13/13] Bump @adobe/css-tools from 4.3.0 to 4.3.1 Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.3.0 to 4.3.1. - [Changelog](https://github.com/adobe/css-tools/blob/main/History.md) - [Commits](https://github.com/adobe/css-tools/commits) --- updated-dependencies: - dependency-name: "@adobe/css-tools" dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 95 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 88 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index a200c4a6f..80efd0a9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,13 +16,15 @@ "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "bootstrap": "^5.3.1", + "framer-motion": "^10.16.1", "gh-pages": "^6.0.0", "react": "^18.2.0", "react-bootstrap": "^2.8.0", "react-dom": "^18.2.0", "react-icons": "^4.10.1", + "react-parallax-tilt": "^1.7.162", "react-router-dom": "^6.15.0", - "react-scripts": "^5.0.1", + "react-scripts": "5.0.1", "react-tsparticles": "^2.12.2", "styled-components": "^6.0.7", "typewriter-effect": "^2.20.1", @@ -38,9 +40,9 @@ } }, "node_modules/@adobe/css-tools": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.0.tgz", - "integrity": "sha512-+RNNcQvw2V1bmnBTPAtOLfW/9mhH2vC67+rUSi5T8EtEWt6lEnGNY2GuhZ1/YwbgikT1TkhvidCDmN5Q5YCo/w==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", + "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==" }, "node_modules/@alloc/quick-lru": { "version": "5.2.0", @@ -8543,6 +8545,44 @@ "url": "https://www.patreon.com/infusion" } }, + "node_modules/framer-motion": { + "version": "10.16.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.1.tgz", + "integrity": "sha512-K6TXr5mZtitC/dxQCBdg7xzdN0d5IAIrlaqCPKtIQVdzVPGC0qBuJKXggHX1vjnP5gPOFwB1KbCCTWcnFc3kWg==", + "dependencies": { + "tslib": "^2.4.0" + }, + "optionalDependencies": { + "@emotion/is-prop-valid": "^0.8.2" + }, + "peerDependencies": { + "react": "^18.0.0", + "react-dom": "^18.0.0" + }, + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } + } + }, + "node_modules/framer-motion/node_modules/@emotion/is-prop-valid": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", + "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", + "optional": true, + "dependencies": { + "@emotion/memoize": "0.7.4" + } + }, + "node_modules/framer-motion/node_modules/@emotion/memoize": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", + "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==", + "optional": true + }, "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", @@ -14576,6 +14616,15 @@ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, + "node_modules/react-parallax-tilt": { + "version": "1.7.163", + "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.163.tgz", + "integrity": "sha512-2hqXmH4MPGxCABOOza44WDQH24cpId2xsvDhRi/bXEtqOdSWZHFLa03KatraW2sYxP8J7W3X85o7/X480msJRg==", + "peerDependencies": { + "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0" + } + }, "node_modules/react-refresh": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz", @@ -17792,9 +17841,9 @@ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==" }, "@adobe/css-tools": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.0.tgz", - "integrity": "sha512-+RNNcQvw2V1bmnBTPAtOLfW/9mhH2vC67+rUSi5T8EtEWt6lEnGNY2GuhZ1/YwbgikT1TkhvidCDmN5Q5YCo/w==" + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.3.1.tgz", + "integrity": "sha512-/62yikz7NLScCGAAST5SHdnjaDJQBDq0M2muyRTpf2VQhw6StBg2ALiu73zSJQ4fMVLA+0uBhBHAle7Wg+2kSg==" }, "@alloc/quick-lru": { "version": "5.2.0", @@ -23910,6 +23959,32 @@ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==" }, + "framer-motion": { + "version": "10.16.1", + "resolved": "https://registry.npmjs.org/framer-motion/-/framer-motion-10.16.1.tgz", + "integrity": "sha512-K6TXr5mZtitC/dxQCBdg7xzdN0d5IAIrlaqCPKtIQVdzVPGC0qBuJKXggHX1vjnP5gPOFwB1KbCCTWcnFc3kWg==", + "requires": { + "@emotion/is-prop-valid": "^0.8.2", + "tslib": "^2.4.0" + }, + "dependencies": { + "@emotion/is-prop-valid": { + "version": "0.8.8", + "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz", + "integrity": "sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==", + "optional": true, + "requires": { + "@emotion/memoize": "0.7.4" + } + }, + "@emotion/memoize": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.7.4.tgz", + "integrity": "sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==", + "optional": true + } + } + }, "fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", @@ -28234,6 +28309,12 @@ "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, + "react-parallax-tilt": { + "version": "1.7.163", + "resolved": "https://registry.npmjs.org/react-parallax-tilt/-/react-parallax-tilt-1.7.163.tgz", + "integrity": "sha512-2hqXmH4MPGxCABOOza44WDQH24cpId2xsvDhRi/bXEtqOdSWZHFLa03KatraW2sYxP8J7W3X85o7/X480msJRg==", + "requires": {} + }, "react-refresh": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.11.0.tgz",