Skip to content

Commit

Permalink
Pages Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbelloeil committed May 6, 2024
1 parent 5c46ac3 commit bf126bc
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 49 deletions.
94 changes: 47 additions & 47 deletions package-lock.json

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

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@emailjs/browser": "^4.1.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mediapipe/tasks-vision": "^0.10.13",
"@mui/icons-material": "^5.15.10",
"@mui/lab": "^5.0.0-alpha.165",
"@mui/material": "^5.15.10",
Expand All @@ -17,7 +18,6 @@
"@testing-library/user-event": "^13.5.0",
"emailjs": "^4.0.3",
"framer-motion": "^11.0.5",
"gh-pages": "^3.2.3",
"maath": "^0.10.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -36,7 +36,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 All @@ -55,5 +57,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"gh-pages": "^6.1.1"
}
}

0 comments on commit bf126bc

Please sign in to comment.