Files
releases/docs/package.json
T
dependabot[bot] d9c7856eae build(deps): bump js-yaml from 5.2.1 to 5.2.2 in /docs
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 5.2.1 to 5.2.2.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/5.2.1...5.2.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 5.2.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-28 11:06:38 +02:00

40 lines
1016 B
JSON

{
"name": "opa-website",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@docusaurus/core": "^3.10.1",
"@docusaurus/plugin-content-docs": "^3.10.1",
"@docusaurus/plugin-google-gtag": "^3.10.1",
"@docusaurus/preset-classic": "^3.10.1",
"@docusaurus/theme-mermaid": "^3.10.1",
"@eslint/js": "^10.0.1",
"@floating-ui/react": "^0.27.19",
"@iconify/react": "^6.0.2",
"@mermaid-js/layout-elk": "^0.1.9",
"eslint": "^10.5.0",
"glob": "^13.0.6",
"js-yaml": "^5.2.2",
"markdownlint-cli2": "^0.23.1",
"md-front-matter": "^1.0.4",
"raw-loader": "^4.0.2",
"react-markdown": "^10.1.0",
"recharts": "3.9.0",
"turndown": "^7.2.4",
"turndown-plugin-gfm": "^1.0.2"
},
"engines": {
"node": ">=24.0.0"
},
"devDependencies": {
"baseline-browser-mapping": "^2.10.38"
}
}