Skip to content

Commit

Permalink
Dependencies for github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanAverS committed Dec 11, 2024
1 parent 9f30e36 commit 68cc85f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"version": "1.0.0",
"main": "src/index.js",
"homepage": "https://SeanAverS.github.io/john-mayer-player",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^6.2.0"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scripts": "^5.0.1"
}
}

0 comments on commit 68cc85f

Please sign in to comment.