mdx-scoped-runtime
Version:
@mdx-js/runtime wrapper that handles full MDX syntax
56 lines (55 loc) • 1.64 kB
JSON
{
"name": "mdx-scoped-runtime",
"version": "0.8.0",
"description": "@mdx-js/runtime wrapper that handles full MDX syntax",
"keywords": [
"mdx",
"mdx-runtime",
"scope"
],
"homepage": "https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime#readme",
"bugs": {
"url": "https://github.com/karolis-sh/gatsby-mdx/issues"
},
"repository": "https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime",
"license": "MIT",
"author": "Karolis Šarapnickis",
"main": "lib/index.js",
"scripts": {
"build": "babel src --out-dir lib --source-maps --ignore **/*.test.js",
"clean": "rm -rf lib",
"start": "yarn build --watch",
"test": "jest src"
},
"dependencies": {
"@babel/parser": "^7.2.3",
"@mdx-js/mdx": "^0.20.3",
"@mdx-js/tag": "^0.20.3",
"buble": "^0.19.6",
"prop-types": "^15.7.2",
"unist-util-remove": "^1.0.1"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.1",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"@babel/standalone": "^7.2.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.5.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"jest": "^26.5.3",
"jest-enzyme": "^7.1.2",
"jest-serializer-html": "^7.0.0",
"prettier": "^2.0.4",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"peerDependencies": {
"react": "*"
},
"gitHead": "5920d5806c66afbc3b8e438a0f9d03c89eac8da0"
}