Updated packages.
This commit is contained in:
parent
4e386704d6
commit
68a5eeee58
3 changed files with 255 additions and 338 deletions
20
package.json
20
package.json
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Vandevliet Aerial Shots Website",
|
"description": "Vandevliet Aerial Shots Website",
|
||||||
"author": "Bob Vandevliet",
|
"author": "Bob Vandevliet",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"packageManager": "pnpm@9.2.0+sha1.886364ebd6dae009284bebc56ed4296bb6dd557a",
|
"packageManager": "pnpm@10.11.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm-run-all css-compile css-prefix js-minify",
|
"build": "npm-run-all css-compile css-prefix js-minify",
|
||||||
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=node_modules --quiet-deps src/scss/styles.scss:public/assets/css/styles.min.css --silence-deprecation=import",
|
"css-compile": "sass --style compressed --source-map --embed-sources --no-error-css --load-path=node_modules --quiet-deps src/scss/styles.scss:public/assets/css/styles.min.css --silence-deprecation=import",
|
||||||
|
|
@ -14,19 +14,19 @@
|
||||||
"start": "npm-run-all build server"
|
"start": "npm-run-all build server"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^5.3.3"
|
"bootstrap": "^5.3.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.19.0",
|
"@eslint/js": "^9.27.0",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.21",
|
||||||
"clean-css": "^5.3.3",
|
"clean-css": "^5.3.3",
|
||||||
"eslint": "^9.19.0",
|
"eslint": "^9.27.0",
|
||||||
"globals": "^15.14.0",
|
"globals": "^15.15.0",
|
||||||
"html-minifier-terser": "^7.2.0",
|
"html-minifier-terser": "^7.2.0",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"postcss": "^8.5.1",
|
"postcss": "^8.5.3",
|
||||||
"postcss-cli": "^11.0.0",
|
"postcss-cli": "^11.0.1",
|
||||||
"sass": "^1.84.0",
|
"sass": "^1.89.0",
|
||||||
"terser": "^5.38.1"
|
"terser": "^5.39.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
567
pnpm-lock.yaml
generated
567
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
|
|
@ -16,9 +16,9 @@ $primary: $red; // Default: $blue
|
||||||
@import "bootstrap/scss/variables-dark";
|
@import "bootstrap/scss/variables-dark";
|
||||||
|
|
||||||
// Include any default map overrides here
|
// Include any default map overrides here
|
||||||
$carousel-dark-indicator-active-bg: $white;
|
$carousel-indicator-active-bg-dark: $white;
|
||||||
$carousel-dark-caption-color: $white;
|
$carousel-caption-color-dark: $white;
|
||||||
$carousel-dark-control-icon-filter: unset;
|
$carousel-control-icon-filter-dark: unset;
|
||||||
|
|
||||||
// Include remainder of required parts
|
// Include remainder of required parts
|
||||||
@import "bootstrap/scss/maps";
|
@import "bootstrap/scss/maps";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue