UNPKG

1 kBJSONView Raw
1{
2 "name": "@mdx-js/react",
3 "version": "1.6.2",
4 "description": "React implementation for MDX",
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 "main": "dist/cjs.js",
22 "module": "dist/esm.js",
23 "files": [
24 "dist"
25 ],
26 "keywords": [
27 "mdx",
28 "markdown",
29 "react",
30 "jsx",
31 "remark",
32 "mdxast"
33 ],
34 "peerDependencies": {
35 "react": "^16.9.0"
36 },
37 "gitHead": "69f01bebbc23548c12cc04c4b2a818fd5ba6e393"
38}