Add bootstrap.min.js / jquery.min.js / popper.min.js
This commit is contained in:
parent
aaf51632b4
commit
c84a17b47e
3 changed files with 3707 additions and 380 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
4075
frontend/package-lock.json
generated
4075
frontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||
|
|
|
|||
Reference in a new issue