UNPKG

@uiw/react-md-editor

Version:

A markdown editor with preview, implemented with React.js and TypeScript.

48 lines 1.03 kB
{ "name": "@uiw/react-md-editor", "version": "3.24.1", "description": "A markdown editor with preview, implemented with React.js and TypeScript.", "homepage": "https://uiwjs.github.io/react-md-editor/", "author": "kenny wang <wowohoo@qq.com>", "main": "lib/index.js", "module": "esm/index.js", "repository": { "type": "git", "url": "https://github.com/uiwjs/react-md-editor" }, "publishConfig": { "access": "public" }, "files": [ "markdown-editor.css", "lib", "dist", "esm", "src" ], "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "@babel/runtime": "^7.14.6", "@uiw/react-markdown-preview": "^4.1.14", "rehype": "~12.0.1", "rehype-prism-plus": "~1.6.1" }, "keywords": [ "react", "editor", "md-editor", "markdown", "react-markdown", "react-md-editor", "react-markdown-editor", "markdown-editor", "md", "uiw", "uiwjs", "code" ] }