{
  "name": "@uiw/react-markdown-preview",
  "version": "5.2.0",
  "description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.",
  "homepage": "https://uiwjs.github.io/react-markdown-preview",
  "funding": "https://jaywcjlove.github.io/#/sponsor",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "exports": {
    "./README.md": "./README.md",
    "./package.json": "./package.json",
    "./markdown.css": "./markdown.css",
    ".": {
      "import": "./esm/index.js",
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js"
    },
    "./common": {
      "import": "./esm/common.js",
      "types": "./lib/common.d.ts",
      "require": "./lib/common.js"
    },
    "./nohighlight": {
      "import": "./esm/nohighlight.js",
      "types": "./lib/nohighlight.d.ts",
      "require": "./lib/nohighlight.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/uiwjs/react-markdown-preview.git"
  },
  "author": "kenny wang <wowohoo@qq.com>",
  "license": "MIT",
  "files": [
    "dist",
    "lib",
    "esm",
    "common.d.ts",
    "nohighlight.d.ts",
    "markdown.css",
    "src/**/*.{ts,tsx,less}"
  ],
  "keywords": [
    "react",
    "markdown",
    "prismjs",
    "react-markdown"
  ],
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.17.2",
    "@uiw/copy-to-clipboard": "~1.0.12",
    "react-markdown": "~10.1.0",
    "rehype-attr": "~4.0.0",
    "rehype-autolink-headings": "~7.1.0",
    "rehype-ignore": "^2.0.0",
    "rehype-prism-plus": "~2.0.0",
    "rehype-raw": "^7.0.0",
    "rehype-rewrite": "~4.0.0",
    "rehype-slug": "~6.0.0",
    "remark-gfm": "~4.0.0",
    "remark-github-blockquote-alert": "^1.0.0",
    "unist-util-visit": "^5.0.0"
  }
}