Skip to content

Commit

Permalink
Initialize github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanAverS committed Dec 7, 2024
1 parent a1321b2 commit 770296c
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 1 deletion.
102 changes: 102 additions & 0 deletions package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
"name": "john-mayer-player",
"version": "0.1.0",
"private": true,
"homepage": "https://SeanAvers.github.io/john-mayer-player/",
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.7.2",
"gh-pages": "^6.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
Expand All @@ -18,7 +20,10 @@
"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",
"server": "node server.mjs"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 770296c

Please sign in to comment.