Skip to content

Commit

Permalink
modified: package-lock.json
Browse files Browse the repository at this point in the history
	modified:   package.json
  • Loading branch information
07sumit1002 committed Nov 22, 2024
1 parent 3323bb2 commit 00bf93b
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 1 deletion.
161 changes: 161 additions & 0 deletions package-lock.json

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

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"name": "my_portfolio",
"version": "0.1.0",
"private": true,
"homepage": "https://07sumit1002.github.io/portfolio_self/",
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"gh-pages": "^6.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
Expand All @@ -18,7 +20,9 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 00bf93b

Please sign in to comment.