UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

59 lines 1.71 kB
{ "name": "@redocly/asyncapi-docs", "version": "1.12.0", "description": "Async API docs for Redocly Realm", "type": "module", "main": "lib/index.js", "module": "lib/index.js", "types": "lib/index.d.ts", "author": "team@redocly.com", "keywords": [ "Redocly", "AsyncAPI", "API", "Docs" ], "license": "SEE LICENSE IN LICENSE", "devDependencies": { "@babel/core": "7.29.7", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.3.0", "@types/json-schema": "^7.0.15", "@types/node": "24.1.0", "@types/react": "^19.2.7", "@vitest/coverage-v8": "4.1.8", "@vitest/ui": "4.1.8", "esbuild-minify-dir": "^0.0.1", "jest-styled-components": "7.2.0", "json-schema": "0.4.0", "react": "^19.2.4", "tsc-alias": "1.8.16", "typescript": "6.0.3", "vitest": "4.1.8", "vitest-fetch-mock": "0.4.5" }, "dependencies": { "@markdoc/markdoc": "0.5.2", "jotai": "^2.11.1", "openapi-sampler": "^1.7.2", "react-router-dom": "^6.30.3", "styled-components": "^6.4.2", "web-vitals": "3.3.1", "@redocly/config": "0.50.1", "@redocly/openapi-docs": "3.23.0", "@redocly/theme": "0.67.0", "@redocly/redoc-opentelemetry": "0.2.2" }, "peerDependencies": { "react": "^19.2.4" }, "scripts": { "clean": "rm -rf lib", "compile": "tsgo -p tsconfig.build.json && tsc-alias -p tsconfig.build.json", "test": "nx run vitest:test", "build:minify": "esbuild-minify-dir lib --esm", "build:without-minify": "pnpm run clean && pnpm run compile", "build": "pnpm run clean && pnpm run compile && pnpm run build:minify", "watch": "tsgo -w -p tsconfig.build.json" } }