|
@@ -12,6 +12,7 @@
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react": "^16.9.53",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-dom": "^16.9.8",
|
|
|
|
+ "bootstrap": "^4.5.3",
|
|
"react": "^17.0.1",
|
|
"react": "^17.0.1",
|
|
"react-bootstrap": "^1.4.0",
|
|
"react-bootstrap": "^1.4.0",
|
|
"react-dom": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
@@ -20,7 +21,7 @@
|
|
"web-vitals": "^0.2.4"
|
|
"web-vitals": "^0.2.4"
|
|
},
|
|
},
|
|
"scripts": {
|
|
"scripts": {
|
|
- "start": "PORT=3030 react-scripts start",
|
|
|
|
|
|
+ "start": "HOST=localhost PORT=3030 react-scripts start",
|
|
"build": "react-scripts build",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
"eject": "react-scripts eject"
|
|
@@ -42,5 +43,9 @@
|
|
"last 1 firefox version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
"last 1 safari version"
|
|
]
|
|
]
|
|
|
|
+ },
|
|
|
|
+ "devDependencies": {
|
|
|
|
+ "@types/bootstrap": "^5.0.1",
|
|
|
|
+ "@types/react-bootstrap": "^0.32.25"
|
|
}
|
|
}
|
|
}
|
|
}
|