UNPKG

gatsby-plugin-mdx

Version:
83 lines (82 loc) 2.25 kB
{ "name": "gatsby-plugin-mdx", "version": "2.7.1", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-mdx#readme", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-plugin-mdx" }, "peerDependencies": { "@mdx-js/mdx": "^1.0.0", "@mdx-js/react": "^1.0.0", "react": "^16.9.0 || ^17.0.0", "react-dom": "^16.9.0 || ^17.0.0" }, "dependencies": { "@babel/core": "^7.14.0", "@babel/generator": "^7.14.0", "@babel/helper-plugin-utils": "^7.14.0", "@babel/plugin-proposal-object-rest-spread": "^7.14.0", "@babel/preset-env": "^7.14.0", "@babel/preset-react": "^7.14.0", "@babel/types": "^7.14.0", "camelcase-css": "^2.0.1", "change-case": "^3.1.0", "core-js": "^3.6.5", "dataloader": "^1.4.0", "debug": "^4.3.1", "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", "gatsby-core-utils": "^2.7.1", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", "lodash": "^4.17.21", "mdast-util-to-string": "^1.1.0", "mdast-util-toc": "^3.1.0", "mime": "^2.4.6", "p-queue": "^6.6.2", "pretty-bytes": "^5.3.0", "remark": "^10.0.1", "remark-retext": "^3.1.3", "retext-english": "^3.0.4", "slugify": "^1.4.4", "static-site-generator-webpack-plugin": "^3.4.2", "style-to-object": "^0.3.0", "underscore.string": "^3.3.5", "unified": "^8.4.2", "unist-util-map": "^1.0.5", "unist-util-remove": "^1.0.3", "unist-util-visit": "^1.4.1" }, "devDependencies": { "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", "gatsby-plugin-utils": "^1.7.1", "jest": "^24.9.0", "js-combinatorics": "^1.4.5", "react-test-renderer": "^16.13.1" }, "jest": { "testEnvironment": "node" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-transformer-plugin", "mdx", "markdown", "remark", "rehype" ], "types": "index.d.ts", "gitHead": "3be9c246afd928dc72a873567d5f6e3bf61e82a8" }