mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-23 19:03:18 +00:00
Bumps [bootstrap-icons](https://github.com/twbs/icons) from 1.9.1 to 1.13.1. - [Release notes](https://github.com/twbs/icons/releases) - [Commits](https://github.com/twbs/icons/compare/v1.9.1...v1.13.1) --- updated-dependencies: - dependency-name: bootstrap-icons dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"bootstrap": "5.2.2",
|
|
"bootstrap-icons": "1.13.1",
|
|
"jquery": "3.6.0",
|
|
"marked": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"cypress": "^14.5.1",
|
|
"eslint": "^10.9.0",
|
|
"globals": "^17.11.0"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/copy-vendor.js",
|
|
"postinstall": "node scripts/copy-vendor.js"
|
|
}
|
|
}
|