UNPKG

fumadocs-typescript

Version:

Typescript Integration for Fumadocs

79 lines 1.81 kB
{ "name": "fumadocs-typescript", "version": "4.0.11", "description": "Typescript Integration for Fumadocs", "keywords": [ "NextJs", "fumadocs", "Docs" ], "homepage": "https://fumadocs.dev", "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", "tinyglobby": "^0.2.15", "ts-morph": "^27.0.0", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@mdx-js/mdx": "^3.1.1", "@types/estree": "^1.0.8", "@types/hast": "^3.0.4", "@types/mdast": "^4.0.3", "@types/node": "24.6.2", "@types/react": "19.2.0", "@types/react-dom": "19.2.0", "typescript": "^5.9.3", "unified": "^11.0.5", "eslint-config-custom": "0.0.0", "fumadocs-core": "15.8.3", "fumadocs-ui": "15.8.3", "tsconfig": "0.0.0" }, "peerDependencies": { "@types/react": "*", "fumadocs-core": "^15.7.0", "fumadocs-ui": "^15.7.0", "typescript": "*" }, "peerDependenciesMeta": { "fumadocs-ui": { "optional": true }, "@types/react": { "optional": true } }, "publishConfig": { "access": "public" }, "scripts": { "build": "tsup", "clean": "rimraf dist", "dev": "tsup --watch", "lint": "eslint .", "types:check": "tsc --noEmit" } }