mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
4c31c81a0f
https://app.netlify.com/projects/openpolicyagent/deploys/6908b1fae94d6a0007407fd6 Addresses these two issues: 1:45:52 PM: npm warn deprecated mkdirp@0.3.0: Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.) 1:45:52 PM: npm warn deprecated gauge@3.0.2: This package is no longer supported. Signed-off-by: Charlie Egan <charlie_egan@apple.com>
30 lines
753 B
JSON
30 lines
753 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.9.2",
|
|
"@docusaurus/plugin-content-docs": "^3.9.2",
|
|
"@docusaurus/plugin-google-gtag": "^3.9.2",
|
|
"@docusaurus/preset-classic": "^3.9.2",
|
|
"@docusaurus/theme-mermaid": "^3.9.2",
|
|
"@easyops-cn/docusaurus-search-local": "^0.49.2",
|
|
"@iconify/react": "^6.0.0",
|
|
"@mermaid-js/layout-elk": "^0.1.9",
|
|
"glob": "^11.0.3",
|
|
"md-front-matter": "^1.0.4",
|
|
"raw-loader": "^4.0.2",
|
|
"react-markdown": "^10.1.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
}
|