UNPKG

gatsby-plugin-mdx

Version:
80 lines (79 loc) 2.35 kB
{ "name": "gatsby-plugin-mdx", "version": "5.14.1", "description": "MDX integration for Gatsby", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-mdx#readme", "scripts": { "build": "babel src --out-dir dist/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\" --extensions \".ts\"", "typegen": "tsc --emitDeclarationOnly --declaration --declarationDir dist/", "prepare": "cross-env NODE_ENV=production npm run clean && npm run build && npm run typegen", "watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.tsx\"", "test": "jest", "clean": "del-cli dist/*" }, "repository": { "type": "git", "url": "https://github.com/gatsbyjs/gatsby.git", "directory": "packages/gatsby-plugin-mdx" }, "peerDependencies": { "@mdx-js/react": "^2.0.0", "gatsby": "^5.0.0-next", "gatsby-source-filesystem": "^5.0.0-next", "react": "^18.0.0 || ^0.0.0", "react-dom": "^18.0.0 || ^0.0.0" }, "dependencies": { "@mdx-js/mdx": "^2.3.0", "acorn": "^8.8.2", "acorn-jsx": "^5.3.2", "astring": "^1.8.5", "deepmerge": "^4.3.1", "estree-util-build-jsx": "^2.2.2", "fs-extra": "^11.2.0", "gatsby-core-utils": "^4.14.0", "gatsby-plugin-utils": "^4.14.0", "gray-matter": "^4.0.3", "mdast-util-mdx": "^2.0.1", "mdast-util-to-hast": "^10.2.0", "mdast-util-to-markdown": "^1.5.0", "mdast-util-toc": "^6.1.1", "rehype-infer-description-meta": "^1.1.0", "remark-unwrap-images": "^3.0.1", "unified": "^10.1.2", "unist-util-visit": "^4.1.2", "vfile": "^5.3.7" }, "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "@types/estree": "^1.0.1", "@types/mdast": "^3.0.11", "@types/unist": "^2.0.6", "babel-preset-gatsby-package": "^3.14.0", "cross-env": "^7.0.3", "del-cli": "^5.0.0", "opentracing": "^0.14.7", "typescript": "^5.1.6", "webpack": "~5.98.0" }, "jest": { "testEnvironment": "node" }, "keywords": [ "gatsby", "gatsby-plugin", "mdx", "markdown", "remark", "rehype" ], "files": [ "dist/*", "gatsby-node.js" ], "gitHead": "08137dc230048409dbb6c28194bc279644fedd0c" }