build: added bootstrap 5

This commit is contained in:
Mathew Guest 2024-08-02 03:38:42 -06:00
parent feb747bb56
commit d948062154
3 changed files with 37 additions and 2 deletions

@ -19,8 +19,11 @@
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"assets": ["src/favicon.ico", "src/assets"],
"styles": ["./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.css"],
"scripts": [],
"styles": ["./node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css"],
"scripts": [
"./node_modules/@popperjs/core/dist/umd/popper.min.js",
"./node_modules/bootstrap/dist/js/bootstrap.min.js"
],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,

31
package-lock.json generated

@ -20,6 +20,7 @@
"@angular/platform-browser-dynamic": "^17.3.6",
"@angular/router": "^17.3.6",
"@ngneat/transloco": "^6.0.4",
"bootstrap": "^5.3.3",
"ng": "^0.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",
@ -7056,6 +7057,17 @@
"node": ">=14"
}
},
"node_modules/@popperjs/core": {
"version": "2.11.8",
"resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz",
"integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==",
"license": "MIT",
"peer": true,
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/popperjs"
}
},
"node_modules/@rollup/rollup-android-arm-eabi": {
"version": "4.19.1",
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.19.1.tgz",
@ -10296,6 +10308,25 @@
"dev": true,
"license": "ISC"
},
"node_modules/bootstrap": {
"version": "5.3.3",
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.3.tgz",
"integrity": "sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/twbs"
},
{
"type": "opencollective",
"url": "https://opencollective.com/bootstrap"
}
],
"license": "MIT",
"peerDependencies": {
"@popperjs/core": "^2.11.8"
}
},
"node_modules/bootstrap.native": {
"version": "5.0.13",
"resolved": "https://registry.npmjs.org/bootstrap.native/-/bootstrap.native-5.0.13.tgz",

@ -57,6 +57,7 @@
"@angular/platform-browser-dynamic": "^17.3.6",
"@angular/router": "^17.3.6",
"@ngneat/transloco": "^6.0.4",
"bootstrap": "^5.3.3",
"ng": "^0.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.5.0",