bootstrap 5

This commit is contained in:
vigdorov
2020-07-09 09:24:10 +03:00
parent 2bbf6082a5
commit f0500e5c15
3 changed files with 6 additions and 12 deletions

View File

@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack-dev-server",
"start": "webpack-dev-server --open",
"start:dev": "webpack-dev-server",
"docs": "jsdoc -r ./src",
"show:docs": "lite-server --baseDir=\"out\""
},
@ -43,8 +44,7 @@
},
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"jquery": "^3.5.1",
"bootstrap": "^5.0.0-alpha1",
"popper.js": "^1.16.1",
"uuid": "^8.2.0"
}