@fumadocs/mdx-remote
Version:
The remote MDX files adapter for Fumadocs
69 lines • 1.52 kB
JSON
{
"name": "@fumadocs/mdx-remote",
"version": "1.4.4",
"description": "The remote MDX files adapter for Fumadocs",
"keywords": [
"Docs",
"NextJs",
"fumadocs",
"next-mdx-remote"
],
"homepage": "https://fumadocs.dev",
"license": "MIT",
"author": "Fuma Nama",
"repository": "github:fuma-nama/fumadocs",
"files": [
"dist/*"
],
"type": "module",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./client": {
"types": "./dist/client/index.d.ts",
"import": "./dist/client/index.js"
}
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@mdx-js/mdx": "^3.1.1",
"gray-matter": "^4.0.3",
"zod": "^4.2.1"
},
"devDependencies": {
"@types/mdx": "^2.0.13",
"@types/node": "24.10.2",
"@types/react": "^19.2.7",
"react": "^19.2.3",
"tinyglobby": "^0.2.15",
"tsdown": "^0.18.3",
"unified": "^11.0.5",
"vfile": "^6.0.3",
"eslint-config-custom": "0.0.0",
"fumadocs-core": "16.4.2",
"tsconfig": "0.0.0"
},
"peerDependencies": {
"@types/react": "*",
"fumadocs-core": "^15.0.0 || ^16.0.0",
"react": "18.x.x || 19.x.x"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"scripts": {
"build": "tsdown",
"clean": "rimraf dist",
"dev": "tsdown --watch",
"lint": "eslint .",
"types:check": "tsc --noEmit"
}
}