redesign site

This commit is contained in:
Nicholas Orlowsky 2022-10-22 20:13:52 -05:00
parent 92b527c3a2
commit 970d589b86
No known key found for this signature in database
GPG key ID: 3845F78A73B14100
6 changed files with 159 additions and 59 deletions

View file

@ -15,9 +15,14 @@
"react-bootstrap": "^2.4.0",
"react-dom": "^17.0.2",
"react-scripts": "5.0.0",
"react-tooltip": "^4.4.3",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",