mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
9b2143cdf9
This is useful for using in docs pages where we want to be able to offer the reader a definition for a term inline. Some such cases have been added as part of this PR to get us started with some more technical terms early in our docs. Signed-off-by: Charlie Egan <charlie_egan@apple.com>
38 lines
972 B
JSON
38 lines
972 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",
|
|
"@floating-ui/react": "^0.27.16",
|
|
"@iconify/react": "^6.0.0",
|
|
"@mermaid-js/layout-elk": "^0.1.9",
|
|
"eslint": "^9.39.2",
|
|
"glob": "^11.0.3",
|
|
"markdownlint-cli2": "^0.21.0",
|
|
"js-yaml": "^4.1.0",
|
|
"md-front-matter": "^1.0.4",
|
|
"raw-loader": "^4.0.2",
|
|
"react-markdown": "^10.1.0",
|
|
"recharts": "3.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"baseline-browser-mapping": "^2.9.19"
|
|
}
|
|
}
|