deploy react-app to gh-pages, dwnld dependencies

This commit is contained in:
Tyler Koenig
2021-09-20 20:29:28 -04:00
parent b50ff60540
commit 9dbea9fff5
4 changed files with 164 additions and 26 deletions

View File

@@ -1,17 +1,21 @@
{
"name": "react-scss2",
"homepage": "https://lerko96.github.io",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"gh-pages": "^3.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"web-vitals": "^1.1.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",