Skip to content

Commit

Permalink
Removing unused deps
Browse files Browse the repository at this point in the history
Change-Id: I15b4fb9be5022ef3c20b6db4bd4c76f3e2a5e62d
  • Loading branch information
ashutoshhathidara committed Mar 31, 2024
1 parent 8f3370f commit f9d37a5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 157 deletions.
142 changes: 3 additions & 139 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,12 @@
"test": "react-scripts test"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"apollo-boost": "^0.4.4",
"baseui": "^9.65.3",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"fs": "0.0.1-security",
"gh-pages": "^2.1.1",
"graphql": "^14.7.0",
"node-fetch": "^2.6.0",
"prettier-package-json": "^2.1.3",
"radium": "^0.26.0",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.16",
"react-chartjs-2": "^2.9.0",
Expand All @@ -31,14 +26,11 @@
"react-reveal": "^1.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-spring": "^8.0.27",
"styled-components": "^5.1.1",
"styletron-engine-atomic": "^1.4.6",
"styletron-react": "^5.2.7"
},
"devDependencies": {
"@iconify/icons-logos": "^1.0.9",
"@iconify/react": "^1.1.1",
"dotenv": "^6.2.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
Expand Down
19 changes: 9 additions & 10 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const greeting = {
subTitle:
"A passionate individual who always thrives to work on end to end products which develop sustainable and scalable social and technical systems to create impact.",
resumeLink:
"https://drive.google.com/file/d/1FL_wydnPF2SWCdw2goYAgZ1KKBx8TpcD/view?usp=sharing",
"https://drive.google.com/file/d/1bXRknv_h-XI_3CQ3SGPteGODtvEb7YvI/view?usp=sharing",
portfolio_repository: "https://github.com/ashutosh1919/masterPortfolio",
githubProfile: "https://github.com/ashutosh1919",
};
Expand Down Expand Up @@ -178,7 +178,7 @@ const skills = {
},
{
skillName: "NodeJS",
fontAwesomeClassname: "simple-icons:node-dot-js",
fontAwesomeClassname: "devicon-plain:nodejs-wordmark",
style: {
color: "#339933",
},
Expand Down Expand Up @@ -739,15 +739,14 @@ const contactPageData = {
},
addressSection: {
title: "Address",
subtitle:
"Ambavadi vas, Kanodar, T.A.-Palanpur, Dist.-Banaskantha, Gujarat - 385520",
locality: "Kanodar",
country: "IN",
region: "Gujarat",
postalCode: "385520",
streetAddress: "Ambavadi vas",
subtitle: "Saratoga Ave, San Jose, CA, USA 95129",
locality: "San Jose",
country: "USA",
region: "California",
postalCode: "95129",
streetAddress: "Saratoga Avenue",
avatar_image_path: "address_image.svg",
location_map_link: "https://goo.gl/maps/MpMqtRZytFchMkZ76",
location_map_link: "https://maps.app.goo.gl/NvYZqa34Wye4tpS17",
},
phoneSection: {
title: "",
Expand Down

0 comments on commit f9d37a5

Please sign in to comment.