go with react-bootstrap for now

This commit is contained in:
Thomas Ruoff
2020-07-04 00:45:30 +02:00
parent 6b13096709
commit 298427b777
8 changed files with 613 additions and 166 deletions

View File

@@ -8,10 +8,13 @@
"start": "next start"
},
"dependencies": {
"bootstrap": "^4.5.0",
"moment": "^2.27.0",
"next": "9.4.4",
"react": "16.13.1",
"react-bootstrap": "^1.0.1",
"react-dates": "^21.8.0",
"react-dom": "16.13.1"
"react-dom": "16.13.1",
"rebass": "^4.0.7"
}
}