UNPKG

fumadocs-mdx

Version:

The built-in source for Fumadocs

137 lines 3.35 kB
{ "name": "fumadocs-mdx", "version": "14.2.6", "description": "The built-in source for Fumadocs", "keywords": [ "Docs", "NextJs" ], "homepage": "https://fumadocs.dev", "license": "MIT", "author": "Fuma Nama", "repository": "github:fuma-nama/fumadocs", "bin": "./dist/bin.js", "files": [ "loader-mdx.cjs", "loader-meta.cjs", "dist/*" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "./loader-mdx": "./loader-mdx.cjs", "./loader-meta": "./loader-meta.cjs", "./config": { "types": "./dist/config/index.d.ts", "import": "./dist/config/index.js" }, "./next": { "types": "./dist/next/index.d.ts", "import": "./dist/next/index.js", "require": "./dist/next/index.cjs" }, "./vite": { "types": "./dist/vite/index.d.ts", "import": "./dist/vite/index.js" }, ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./runtime/*": { "types": "./dist/runtime/*.d.ts", "import": "./dist/runtime/*.js" }, "./node/loader": { "types": "./dist/node/loader.d.ts", "import": "./dist/node/loader.js" }, "./bun": { "types": "./dist/bun/index.d.ts", "import": "./dist/bun/index.js" }, "./plugins/*": { "types": "./dist/plugins/*.d.ts", "import": "./dist/plugins/*.js" } }, "publishConfig": { "access": "public" }, "dependencies": { "@mdx-js/mdx": "^3.1.1", "@standard-schema/spec": "^1.1.0", "chokidar": "^5.0.0", "esbuild": "^0.27.2", "estree-util-value-to-estree": "^3.5.0", "js-yaml": "^4.1.1", "mdast-util-to-markdown": "^2.1.2", "picocolors": "^1.1.1", "picomatch": "^4.0.3", "remark-mdx": "^3.1.1", "tinyexec": "^1.0.2", "tinyglobby": "^0.2.15", "unified": "^11.0.5", "unist-util-remove-position": "^5.0.0", "unist-util-visit": "^5.0.0", "vfile": "^6.0.3", "zod": "^4.3.5" }, "devDependencies": { "@types/bun": "^1.3.5", "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.4", "@types/mdx": "^2.0.13", "@types/node": "^25.0.5", "@types/picomatch": "^4.0.2", "@types/react": "^19.2.8", "mdast-util-directive": "^3.1.0", "mdast-util-mdx-jsx": "^3.2.0", "next": "16.1.1", "react": "^19.2.3", "remark": "^15.0.1", "remark-directive": "^4.0.0", "remark-stringify": "^11.0.0", "rollup": "^4.55.1", "tsdown": "^0.19.0", "vite": "^7.3.1", "webpack": "^5.104.1", "@fumadocs/mdx-remote": "1.4.4", "tsconfig": "0.0.0", "eslint-config-custom": "0.0.0", "fumadocs-core": "16.4.7" }, "peerDependencies": { "@fumadocs/mdx-remote": "^1.4.0", "@types/react": "*", "fumadocs-core": "^15.0.0 || ^16.0.0", "next": "^15.3.0 || ^16.0.0", "react": "*", "vite": "6.x.x || 7.x.x" }, "peerDependenciesMeta": { "react": { "optional": true }, "@types/react": { "optional": true }, "next": { "optional": true }, "vite": { "optional": true }, "@fumadocs/mdx-remote": { "optional": true } }, "scripts": { "build": "tsdown", "clean": "rimraf dist", "dev": "tsdown --watch", "lint": "eslint .", "types:check": "tsc --noEmit" } }