mirror of
https://git.zavage.net/Zavage-Software/skrill-frontend.git
synced 2025-01-18 12:26:44 -07:00
build: added bootstrap 5
This commit is contained in:
parent
feb747bb56
commit
d948062154
@ -19,8 +19,11 @@
|
|||||||
"polyfills": "src/polyfills.ts",
|
"polyfills": "src/polyfills.ts",
|
||||||
"tsConfig": "tsconfig.app.json",
|
"tsConfig": "tsconfig.app.json",
|
||||||
"assets": ["src/favicon.ico", "src/assets"],
|
"assets": ["src/favicon.ico", "src/assets"],
|
||||||
"styles": ["./node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "src/styles.css"],
|
"styles": ["./node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css"],
|
||||||
"scripts": [],
|
"scripts": [
|
||||||
|
"./node_modules/@popperjs/core/dist/umd/popper.min.js",
|
||||||
|
"./node_modules/bootstrap/dist/js/bootstrap.min.js"
|
||||||
|
],
|
||||||
"vendorChunk": true,
|
"vendorChunk": true,
|
||||||
"extractLicenses": false,
|
"extractLicenses": false,
|
||||||
"buildOptimizer": false,
|
"buildOptimizer": false,
|
||||||
|
31
package-lock.json
generated
31
package-lock.json
generated
@ -20,6 +20,7 @@
|
|||||||
"@angular/platform-browser-dynamic": "^17.3.6",
|
"@angular/platform-browser-dynamic": "^17.3.6",
|
||||||
"@angular/router": "^17.3.6",
|
"@angular/router": "^17.3.6",
|
||||||
"@ngneat/transloco": "^6.0.4",
|
"@ngneat/transloco": "^6.0.4",
|
||||||
|
"bootstrap": "^5.3.3",
|
||||||
"ng": "^0.0.0",
|
"ng": "^0.0.0",
|
||||||
"rxjs": "~7.8.1",
|
"rxjs": "~7.8.1",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
@ -7056,6 +7057,17 @@
|
|||||||
"node": ">=14"
|
"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": {
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
||||||
"version": "4.19.1",
|
"version": "4.19.1",
|
||||||
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.19.1.tgz",
|
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.19.1.tgz",
|
||||||
@ -10296,6 +10308,25 @@
|
|||||||
"dev": true,
|
"dev": true,
|
||||||
"license": "ISC"
|
"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": {
|
"node_modules/bootstrap.native": {
|
||||||
"version": "5.0.13",
|
"version": "5.0.13",
|
||||||
"resolved": "https://registry.npmjs.org/bootstrap.native/-/bootstrap.native-5.0.13.tgz",
|
"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/platform-browser-dynamic": "^17.3.6",
|
||||||
"@angular/router": "^17.3.6",
|
"@angular/router": "^17.3.6",
|
||||||
"@ngneat/transloco": "^6.0.4",
|
"@ngneat/transloco": "^6.0.4",
|
||||||
|
"bootstrap": "^5.3.3",
|
||||||
"ng": "^0.0.0",
|
"ng": "^0.0.0",
|
||||||
"rxjs": "~7.8.1",
|
"rxjs": "~7.8.1",
|
||||||
"tslib": "^2.5.0",
|
"tslib": "^2.5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user