mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
e2acecee3e
* Add survey data * Add survey results pages with recharts for plots Some simple cross year comparisons have been added too where data was available for the inspection of trends. Signed-off-by: Charlie Egan <charlie_egan@apple.com>
31 lines
778 B
JSON
31 lines
778 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",
|
|
"recharts": "3.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=22.0.0"
|
|
}
|
|
}
|