fumadocs-openapi
Version:
Generate MDX docs for your OpenAPI spec
114 lines • 2.95 kB
JSON
{
"name": "fumadocs-openapi",
"version": "10.2.3",
"description": "Generate MDX docs for your OpenAPI spec",
"keywords": [
"Docs",
"NextJs"
],
"homepage": "https://fumadocs.dev",
"license": "MIT",
"author": "Fuma Nama",
"repository": "github:fuma-nama/fumadocs",
"files": [
"css",
"dist"
],
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./css/*": "./css/*",
"./ui": {
"types": "./dist/ui/index.d.ts",
"import": "./dist/ui/index.js"
},
"./ui/client": {
"types": "./dist/ui/client/index.d.ts",
"import": "./dist/ui/client/index.js"
},
"./playground": {
"types": "./dist/playground/index.d.ts",
"import": "./dist/playground/index.js"
},
"./playground/client": {
"types": "./dist/playground/client.d.ts",
"import": "./dist/playground/client.js"
},
"./scalar": {
"types": "./dist/scalar/index.d.ts",
"import": "./dist/scalar/index.js"
},
"./server": {
"types": "./dist/server/index.d.ts",
"import": "./dist/server/index.js"
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@fumari/json-schema-to-typescript": "^2.0.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@scalar/json-magic": "^0.8.8",
"@scalar/openapi-parser": "0.23.9",
"ajv": "^8.17.1",
"class-variance-authority": "^0.7.1",
"github-slugger": "^2.0.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"js-yaml": "^4.1.1",
"lucide-react": "^0.562.0",
"next-themes": "^0.4.6",
"openapi-sampler": "^1.6.2",
"react-hook-form": "^7.69.0",
"remark": "^15.0.1",
"remark-rehype": "^11.1.2",
"tailwind-merge": "^3.4.0",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@scalar/api-client-react": "^1.3.59",
"@types/js-yaml": "^4.0.9",
"@types/node": "24.10.2",
"@types/openapi-sampler": "^1.0.3",
"@types/react": "^19.2.7",
"json-schema-typed": "^8.0.2",
"openapi-types": "^12.1.3",
"tailwindcss": "^4.1.18",
"tsdown": "^0.18.3",
"eslint-config-custom": "0.0.0",
"fumadocs-core": "16.4.2",
"fumadocs-ui": "16.4.2",
"tsconfig": "0.0.0"
},
"peerDependencies": {
"@scalar/api-client-react": "*",
"@types/react": "*",
"fumadocs-core": "^16.2.0",
"fumadocs-ui": "^16.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
},
"@scalar/api-client-react": {
"optional": true
}
},
"scripts": {
"build": "tsdown",
"clean": "rimraf dist",
"dev": "tsdown --watch",
"lint": "eslint .",
"types:check": "tsc --noEmit"
}
}