Skip to content

Commit

Permalink
added github pages package to packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ihorvasiuta committed Jul 28, 2024
1 parent 22d74dd commit e427175
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 9 deletions.
159 changes: 153 additions & 6 deletions package-lock.json

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

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "webcraftery_exp",
"homepage": "https://wyfir.github.io/WebCraftery",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand All @@ -11,20 +12,22 @@
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/react-dom": "^18.3.0",
"gh-pages": "^6.1.1",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "^15.5.0",
"typescript": "^5.5.4",
"web-vitals": "^4.2.2"
},
"scripts": {
"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 All @@ -47,6 +50,7 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react": "^18.3.3",
"@types/react-syntax-highlighter": "^15.5.13"
"@types/react-syntax-highlighter": "^15.5.13",
"typescript": "^4.9.5"
}
}

0 comments on commit e427175

Please sign in to comment.