mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-23 16:55:48 -06:00
b1eb646ddc
* Update baseline-browser-mapping to version 2.9.19 Addresses issue in build [baseline-browser-mapping] The data in this module is over two months old. To ensure accurate Baseline data, please update: `npm i baseline-browser-mapping@latest -D` Signed-off-by: Charlie Egan <charlie_egan@apple.com> * Add fmt and lint config for docs This is based on dprint and eslint. Some vendored paths are ignored. Signed-off-by: Charlie Egan <charlie_egan@apple.com> * Format and lint docs project Markdown linting will be added in another PR. Signed-off-by: Charlie Egan <charlie_egan@apple.com> --------- Signed-off-by: Charlie Egan <charlie_egan@apple.com>
35 lines
873 B
JSON
35 lines
873 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",
|
|
"eslint": "^9.39.2",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"baseline-browser-mapping": "^2.9.19"
|
|
}
|
|
}
|