add react-scripts as dependency

This commit is contained in:
Michael Fatemi 2021-10-10 09:33:37 -04:00
parent 747f3f4364
commit d296dfc9df
3 changed files with 2575 additions and 2537 deletions

2
.gitignore vendored
View File

@ -22,4 +22,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache
build.zip
*.zip

5108
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-scripts": "^4.0.1",
"typescript": "^4.1.2",
"web-vitals": "^0.2.4"
},