build: add bootstrap as a dependency in package.json

This commit is contained in:
Jan K9f 2024-12-18 08:56:48 +01:00
parent 70d1b77e66
commit ed5353f342
Signed by: jank
GPG key ID: B267751B8AE29EFE
3 changed files with 109 additions and 203 deletions

View file

@ -18,6 +18,7 @@
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"bootstrap": "^5.3.3",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.10"