UNPKG

react-markdown-content

Version:

React component to render Markdown content as HTML.

62 lines (61 loc) 1.57 kB
{ "name": "react-markdown-content", "version": "0.1.1", "description": "React component to render Markdown content as HTML.", "main": "./lib/MarkdownContent.js", "typings": "./lib/MarkdownContent.d.ts", "scripts": { "build": "tsc", "test": "jest --verbose", "snap": "jest --updateSnapshot" }, "files": [ "lib", "LICENSE", "README.md" ], "repository": { "type": "git", "url": "https://github.com/ClydeDz/react-markdown-content.git" }, "keywords": [ "Markdown", "React", "React Markdown", "Commonmark", "gfm", "react-markdown-content", "markdown-content" ], "author": "Clyde D'Souza", "license": "MIT", "bugs": { "url": "https://github.com/ClydeDz/react-markdown-content/issues" }, "homepage": "https://github.com/ClydeDz/react-markdown-content#readme", "devDependencies": { "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@types/react": "^16.14.2", "@types/react-dom": "^17.0.2", "jest": "^26.6.3", "jest-junit": "^12.0.0", "react": "^16.13.1", "react-dom": "^17.0.1", "ts-jest": "^26.5.3", "typescript": "^4.2.3" }, "dependencies": { "@types/domhandler": "^2.4.1", "@types/react-html-parser": "^2.0.1", "axios": "^0.21.1", "react-html-parser": "^2.0.2", "remark": "^13.0.0", "remark-gfm": "^1.0.0", "remark-html": "^13.0.1" }, "peerDependencies": { "@types/react": ">=16", "react": ">=16" } }