UNPKG

gatsby-plugin-mdx-v1

Version:
87 lines (86 loc) 2.46 kB
{ "name": "gatsby-plugin-mdx-v1", "version": "1.0.2", "description": "MDX integration for Gatsby (MDX v1)", "main": "index.js", "license": "MIT", "homepage": "https://github.com/tc-imba/gatsby-plugin-mdx-v1", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/tc-imba/gatsby-plugin-mdx-v1" }, "peerDependencies": { "@mdx-js/mdx": "^1.0.0", "@mdx-js/react": "^1.0.0", "gatsby": "^5.0.0", "react": "^16.9.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "@babel/core": "^7.15.5", "@babel/generator": "^7.15.4", "@babel/helper-plugin-utils": "^7.14.0", "@babel/plugin-proposal-object-rest-spread": "^7.14.7", "@babel/preset-env": "^7.15.4", "@babel/preset-react": "^7.14.0", "@babel/runtime": "^7.15.4", "@babel/types": "^7.15.4", "camelcase-css": "^2.0.1", "change-case": "^3.1.0", "core-js": "^3.22.3", "dataloader": "^1.4.0", "debug": "^4.3.1", "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^10.1.0", "gatsby-core-utils": "^3.21.0-next.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", "mkdirp": "^1.0.4", "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": { "@babel/cli": "^7.20.7", "cross-env": "^7.0.3", "del-cli": "^5.1.0", "@mdx-js/mdx": "^1.6.16", "@mdx-js/react": "^1.6.16", "gatsby-plugin-utils": "^3.15.0-next.1", "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": "d8efbc219c3f4c4250f1681d87757e2980ad6afc" }