UNPKG

fumadocs-typescript

Version:

Typescript Integration for Fumadocs

75 lines 1.72 kB
{ "name": "fumadocs-typescript", "version": "4.0.6", "description": "Typescript Integration for Fumadocs", "keywords": [ "NextJs", "fumadocs", "Docs" ], "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" }, "./ui": { "import": "./dist/ui/index.js", "types": "./dist/ui/index.d.ts" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist/*" ], "dependencies": { "estree-util-value-to-estree": "^3.4.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": "^3.6.0", "tinyglobby": "^0.2.14", "ts-morph": "^26.0.0", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@mdx-js/mdx": "^3.1.0", "@types/estree": "^1.0.8", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.3", "@types/node": "24.0.1", "@types/react": "19.1.8", "@types/react-dom": "19.1.6", "typescript": "^5.8.3", "unified": "^11.0.5", "eslint-config-custom": "0.0.0", "fumadocs-core": "15.5.2", "fumadocs-ui": "15.5.2", "tsconfig": "0.0.0" }, "peerDependencies": { "typescript": "*", "@types/react": "*" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "clean": "rimraf dist", "dev": "tsup --watch", "lint": "eslint .", "types:check": "tsc --noEmit" } }