@redocly/portal-plugin-async-api
Version:
Async API plugin for Redocly products
70 lines • 1.74 kB
JSON
{
"name": "@redocly/portal-plugin-async-api",
"version": "1.3.2",
"description": "Async API plugin for Redocly products",
"type": "module",
"exports": {
".": "./lib/plugin.js",
"./package.json": "./package.json",
"./plugin.js": "./lib/plugin.js",
"./template": "./lib/template.js",
"./template.js": "./lib/template.js",
"./config.js": "./lib/config.js",
"./config": "./lib/config.js"
},
"keywords": [
"redocly",
"theme",
"AsyncAPI"
],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@types/node": "22.10.5",
"@types/react": "18.3.9",
"@types/styled-components": "5.1.34",
"json-schema-to-ts": "2.9.1",
"typescript": "5.6.2"
},
"dependencies": {
"@asyncapi/parser": "3.4.0",
"@asyncapi/react-component": "2.4.1",
"@asyncapi/avro-schema-parser": "3.0.24",
"buffer": "6.0.3",
"events": "3.3.0",
"styled-components": "5.3.11"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"@redocly/realm": "0.120.2",
"@redocly/redoc-reef": "0.120.2",
"@redocly/redoc-revel": "0.120.2",
"@redocly/theme": "0.52.0",
"@redocly/redoc": "0.120.2"
},
"peerDependenciesMeta": {
"@redocly/realm": {
"optional": true
},
"@redocly/redoc": {
"optional": true
},
"@redocly/redoc-reef": {
"optional": true
},
"@redocly/redoc-revel": {
"optional": true
}
},
"overrides": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"scripts": {
"clean": "rm -rf lib",
"compile": "tsc -p tsconfig.build.json",
"build": "npm run clean && npm run compile",
"watch": "tsc -w -p tsconfig.build.json"
}
}