mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2026-09-23 19:03:18 +00:00
Bumps [marked](https://github.com/markedjs/marked) from 4.3.0 to 18.0.13. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v4.3.0...v18.0.13) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.13 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
428 B
JSON
20 lines
428 B
JSON
{
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"bootstrap": "5.2.2",
|
|
"bootstrap-icons": "1.9.1",
|
|
"jquery": "3.6.0",
|
|
"marked": "^18.0.13"
|
|
},
|
|
"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"
|
|
}
|
|
}
|