{
  "name": "@mdx-js/mdx",
  "version": "1.0.10",
  "description": "Parse MDX and transpile to JSX",
  "license": "MIT",
  "keywords": [
    "mdx",
    "markdown",
    "react",
    "jsx",
    "remark",
    "mdxast"
  ],
  "homepage": "https://mdxjs.com",
  "repository": "mdx-js/mdx",
  "bugs": "https://github.com/mdx-js/mdx/issues",
  "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)"
  ],
  "files": [
    "index.js",
    "util.js",
    "md-ast-to-mdx-ast.js",
    "mdx-ast-to-mdx-hast.js",
    "mdx-hast-to-jsx.js"
  ],
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.0.0",
    "@babel/plugin-syntax-jsx": "^7.2.0",
    "@babel/plugin-syntax-object-rest-spread": "^7.2.0",
    "change-case": "^3.0.2",
    "detab": "^2.0.0",
    "hast-util-raw": "^5.0.0",
    "lodash.uniq": "^4.5.0",
    "mdast-util-to-hast": "^4.0.0",
    "remark-mdx": "^1.0.8",
    "remark-parse": "^6.0.0",
    "remark-squeeze-paragraphs": "^3.0.1",
    "to-style": "^1.3.3",
    "unified": "^7.0.0",
    "unist-builder": "^1.0.1",
    "unist-util-visit": "^1.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.0.0",
    "@babel/plugin-transform-react-jsx": "^7.1.6",
    "@mapbox/rehype-prism": "^0.3.0",
    "@mdx-js/react": "^1.0.6",
    "hast-util-select": "^3.0.0",
    "jest": "^24.0.0",
    "prettier": "^1.14.2",
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "rehype-katex": "^1.1.1",
    "remark-math": "^1.0.4"
  },
  "scripts": {
    "test": "jest"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
