UNPKG

1.17 kBJSONView Raw
1{
2 "name": "@mdx-js/runtime",
3 "version": "1.6.1",
4 "description": "Parse and render MDX in a runtime environment",
5 "repository": "mdx-js/mdx",
6 "homepage": "https://mdxjs.com",
7 "bugs": "https://github.com/mdx-js/mdx/issues",
8 "funding": {
9 "type": "opencollective",
10 "url": "https://opencollective.com/unified"
11 },
12 "author": "John Otander <johnotander@gmail.com> (http://johnotander.com)",
13 "contributors": [
14 "John Otander <johnotander@gmail.com> (http://johnotander.com)",
15 "Tim Neutkens <tim@vercel.com>",
16 "Matija Marohnić <matija.marohnic@gmail.com>",
17 "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
18 "JounQin <admin@1stg.me> (https://www.1stg.me)"
19 ],
20 "license": "MIT",
21 "engines": {
22 "node": ">=8"
23 },
24 "main": "dist/cjs.js",
25 "module": "dist/esm.js",
26 "files": [
27 "dist"
28 ],
29 "keywords": [
30 "mdx",
31 "markdown",
32 "react",
33 "jsx",
34 "remark",
35 "mdxast"
36 ],
37 "peerDependencies": {
38 "react": "^16.9.0"
39 },
40 "dependencies": {
41 "@mdx-js/mdx": "^1.6.1",
42 "@mdx-js/react": "^1.6.1",
43 "buble-jsx-only": "^0.19.8"
44 },
45 "gitHead": "5c4dca3b25c90ae58fb9c867c3f97738736bd07f"
46}