UNPKG

@mdx-js/runtime

Version:

Parse and render MDX in a runtime environment

44 lines (43 loc) 1.13 kB
{ "name": "@mdx-js/runtime", "version": "1.5.2", "description": "Parse and render MDX in a runtime environment", "repository": "mdx-js/mdx", "homepage": "https://mdxjs.com", "bugs": "https://github.com/mdx-js/mdx/issues", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "author": "John Otander <johnotander@gmail.com> (http://johnotander.com)", "contributors": [ "John Otander <johnotander@gmail.com> (http://johnotander.com)", "Tim Neutkens <tim@zeit.co>", "Matija Marohnić <matija.marohnic@gmail.com>", "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", "JounQin <admin@1stg.me> (https://www.1stg.me)" ], "license": "MIT", "main": "dist/cjs.js", "module": "dist/esm.js", "files": [ "dist" ], "keywords": [ "mdx", "markdown", "react", "jsx", "remark", "mdxast" ], "peerDependencies": { "react": "^16.9.0" }, "dependencies": { "@mdx-js/mdx": "^1.5.2", "@mdx-js/react": "^1.5.2", "buble-jsx-only": "^0.19.8" }, "gitHead": "442c11da0dbdbd001b7ba80b7070bd32751b2171" }