UNPKG

fumadocs-typescript

Version:

Typescript Integration for Fumadocs

96 lines 2.15 kB
{ "name": "fumadocs-typescript", "version": "5.3.0", "description": "Typescript Integration for Fumadocs", "keywords": [ "Docs", "fumadocs" ], "homepage": "https://fumadocs.dev", "license": "MIT", "author": "Fuma Nama", "repository": { "type": "git", "url": "github:fuma-nama/fumadocs" }, "files": [ "dist" ], "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./ui": { "types": "./dist/ui/index.d.ts", "import": "./dist/ui/index.js" } }, "publishConfig": { "access": "public" }, "dependencies": { "estree-util-value-to-estree": "^3.5.0", "hast-util-to-estree": "^3.1.3", "hast-util-to-jsx-runtime": "^2.3.6", "remark": "^15.0.1", "remark-rehype": "^11.1.2", "shiki": "^4.3.1", "ts-morph": "^28.0.0", "unified": "^11.0.5", "unist-util-visit": "^5.1.0" }, "devDependencies": { "@mdx-js/mdx": "^3.1.1", "@types/estree": "^1.0.9", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.4", "@types/node": "26.1.0", "@types/react": "^19.2.17", "@types/react-dom": "^19.2.3", "mdast-util-mdx": "^3.0.0", "tsdown": "0.22.3", "typescript": "^6.0.3", "vfile": "^6.0.3", "fumadocs-ui": "npm:@fumadocs/base-ui@16.11.0", "fumadocs-core": "16.11.0", "tsconfig": "0.0.0" }, "peerDependencies": { "@types/estree": "*", "@types/hast": "*", "@types/mdast": "*", "@types/react": "*", "fumadocs-core": "^16.7.0", "fumadocs-ui": "^16.7.0", "react": "^19.2.0", "react-dom": "^19.2.0" }, "peerDependenciesMeta": { "@types/estree": { "optional": true }, "@types/hast": { "optional": true }, "@types/mdast": { "optional": true }, "@types/react": { "optional": true }, "fumadocs-ui": { "optional": true } }, "scripts": { "build": "tsdown", "clean": "rimraf dist", "dev": "tsdown --watch", "lint": "oxlint .", "types:check": "tsc --noEmit" } }