UNPKG

@uiw/react-md-editor

Version:

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

44 lines 945 B
{ "name": "@uiw/react-md-editor", "version": "3.19.5", "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" }, "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.5", "rehype": "~12.0.1" }, "keywords": [ "react", "editor", "md-editor", "markdown", "react-markdown", "react-md-editor", "react-markdown-editor", "markdown-editor", "md", "uiw", "uiwjs", "code" ] }