UNPKG

fumadocs-mdx

Version:

The built-in source for Fumadocs

122 lines 2.98 kB
{ "name": "fumadocs-mdx", "version": "11.7.5", "description": "The built-in source for Fumadocs", "keywords": [ "NextJs", "Docs" ], "homepage": "https://fumadocs.vercel.app", "repository": "github:fuma-nama/fumadocs", "license": "MIT", "author": "Fuma Nama", "type": "module", "exports": { "./loader-mdx": "./loader-mdx.cjs", "./config": { "import": "./dist/config/index.js", "types": "./dist/config/index.d.ts", "require": "./dist/config/index.cjs" }, "./config/zod-3": { "import": "./dist/config/zod-3.js", "types": "./dist/config/zod-3.d.ts", "require": "./dist/config/zod-3.cjs" }, "./next": { "import": "./dist/next/index.js", "types": "./dist/next/index.d.ts", "require": "./dist/next/index.cjs" }, "./vite": { "import": "./dist/vite/index.js", "types": "./dist/vite/index.d.ts", "require": "./dist/vite/index.cjs" }, "./runtime/async": { "import": "./dist/runtime/async.js", "types": "./dist/runtime/async.d.ts" }, "./runtime/vite": { "import": "./dist/runtime/vite.js", "types": "./dist/runtime/vite.d.ts" }, ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts", "require": "./dist/index.cjs" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "bin": "./bin.js", "files": [ "dist/*", "loader-mdx.cjs", "bin.js" ], "dependencies": { "@mdx-js/mdx": "^3.1.0", "@standard-schema/spec": "^1.0.0", "chokidar": "^4.0.3", "esbuild": "^0.25.8", "estree-util-value-to-estree": "^3.4.0", "js-yaml": "^4.1.0", "lru-cache": "^11.1.0", "picocolors": "^1.1.1", "tinyexec": "^1.0.1", "tinyglobby": "^0.2.14", "unist-util-visit": "^5.0.0", "zod": "^4.0.17" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/mdast": "^4.0.3", "@types/mdx": "^2.0.13", "@types/node": "^24.2.1", "@types/react": "^19.1.9", "mdast-util-mdx-jsx": "^3.2.0", "next": "^15.4.6", "react": "^19.1.1", "rollup": "^4.46.2", "unified": "^11.0.5", "vfile": "^6.0.3", "vite": "^7.1.1", "webpack": "^5.101.0", "fumadocs-core": "15.6.10", "eslint-config-custom": "0.0.0", "@fumadocs/mdx-remote": "1.4.0", "tsconfig": "0.0.0" }, "peerDependencies": { "@fumadocs/mdx-remote": "^1.4.0", "fumadocs-core": "^14.0.0 || ^15.0.0", "next": "^15.3.0", "react": "*", "vite": "6.x.x || 7.x.x" }, "peerDependenciesMeta": { "react": { "optional": true }, "next": { "optional": true }, "vite": { "optional": true }, "@fumadocs/mdx-remote": { "optional": true } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "clean": "rimraf dist", "dev": "tsup --watch", "lint": "eslint .", "types:check": "tsc --noEmit" } }