Add bootstrap.min.js / jquery.min.js / popper.min.js

This commit is contained in:
NyxiumYuuki 2021-06-01 15:56:29 +02:00
parent aaf51632b4
commit c84a17b47e
3 changed files with 3707 additions and 380 deletions

View file

@ -37,7 +37,11 @@
"node_modules/bootstrap/scss/bootstrap.scss",
"src/styles.scss"
],
"scripts": []
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
},
"configurations": {
"production": {

File diff suppressed because it is too large Load diff

View file

@ -23,8 +23,13 @@
"@angular/router": "~12.0.1",
"@ng-bootstrap/ng-bootstrap": "^8.0.0",
"@types/socket.io-client": "^3.0.0",
"angular-bootstrap-md": "^11.1.0",
"bootstrap": "^4.6.0",
"jquery": "^3.6.0",
"jquery.js": "0.0.2-security",
"jquery.min.js": "^3.5.1",
"popper": "^1.0.1",
"popper.js": "^1.16.1",
"rxjs": "^7.1.0",
"socket.io-client": "^4.1.2",
"tslib": "^2.1.0",
@ -35,6 +40,7 @@
"@angular/cli": "~12.0.1",
"@angular/compiler-cli": "~12.0.1",
"@types/jasmine": "~3.6.0",
"@types/jquery": "^3.5.5",
"@types/node": "^12.11.1",
"jasmine-core": "~3.7.0",
"karma": "~6.3.0",