redocusaurus
Version:
Redoc for DocusaurusV2
65 lines (64 loc) • 1.48 kB
JSON
{
"name": "redocusaurus",
"version": "2.2.2",
"description": "Redoc for DocusaurusV2",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js",
"./plugin": "./dist/plugin.js",
"./theme": "./dist/theme.js"
},
"files": [
"dist",
"src",
"plugin.js",
"theme.js"
],
"scripts": {
"build": "tsc && echo \"built preset\"",
"dev": "tsc -w",
"prepublish": "rm -rf .tsbuild.info",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohit-gohri/redocusaurus.git"
},
"keywords": [
"redoc",
"openapi",
"api",
"swagger",
"documentation",
"api-doc",
"docusaurus",
"docusaurus-preset"
],
"author": "Rohit Gohri <code@rohit.page>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rohit-gohri/redocusaurus/issues"
},
"homepage": "https://redocusaurus.vercel.app/",
"dependencies": {
"docusaurus-plugin-redoc": "2.2.2",
"docusaurus-theme-redoc": "2.2.2"
},
"peerDependencies": {
"@docusaurus/theme-common": "^3.6.0",
"@docusaurus/utils": "^3.6.0"
},
"engines": {
"node": ">=14"
},
"devDependencies": {
"@docusaurus/theme-common": "^3.6.0",
"@docusaurus/utils": "^3.6.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.2",
"webpack": "^5.94.0"
}
}