added react-scripts

This commit is contained in:
“spicecat” 2022-06-13 00:08:48 -05:00
commit 4e33fd8938
2 changed files with 25821 additions and 2019 deletions

23801
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -8,10 +8,11 @@
"nodemon": "^2.0.16",
"react": "^18.1.0",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"superagent": "^7.1.6"
},
"scripts": {
"start": "react-scripts start",
"start": "PORT=3000 react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -b gh-pages -d build",