UNPKG

@fumadocs/mdx-remote

Version:

The remote MDX files adapter for Fumadocs

68 lines 1.5 kB
{ "name": "@fumadocs/mdx-remote", "version": "1.4.0", "description": "The remote MDX files adapter for Fumadocs", "keywords": [ "NextJs", "Docs", "fumadocs", "next-mdx-remote" ], "homepage": "https://fumadocs.vercel.app", "repository": "github:fuma-nama/fumadocs", "license": "MIT", "author": "Fuma Nama", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./client": { "import": "./dist/client/index.js", "types": "./dist/client/index.d.ts" } }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/*" ], "dependencies": { "@mdx-js/mdx": "^3.1.0", "gray-matter": "^4.0.3", "zod": "^4.0.5" }, "devDependencies": { "@types/mdx": "^2.0.13", "@types/node": "24.0.15", "@types/react": "^19.1.8", "react": "^19.1.0", "tinyglobby": "^0.2.14", "unified": "^11.0.5", "vfile": "^6.0.3", "eslint-config-custom": "0.0.0", "fumadocs-core": "15.6.5", "tsconfig": "0.0.0" }, "peerDependencies": { "@types/react": "*", "fumadocs-core": "^14.0.0 || ^15.0.0", "react": "18.x.x || 19.x.x" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "clean": "rimraf dist", "dev": "tsup --watch", "lint": "eslint .", "types:check": "tsc --noEmit" } }