gatsby-remark-component-parent2div
Version:
When you use a React component in your Markdown, you may need this package to change the parent element to div to avoid incorrect nesting.
49 lines (48 loc) • 1.29 kB
JSON
{
"name": "gatsby-remark-component-parent2div",
"description": "When you use a React component in your Markdown, you may need this package to change the parent element to div to avoid incorrect nesting.",
"version": "1.2.3",
"author": "Baobab Koodaa <npm931823452@baobab.fi>",
"main": "lib.js",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "git+https://github.com/baobabkoodaa/gatsby-remark-component-parent2div.git"
},
"dependencies": {
"unist-util-visit": "^1.1.1"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-transformer-remark",
"component",
"remark",
"markdown"
],
"scripts": {
"pretest": "npm run build",
"test": "jest",
"dev": "rollup -c --watch",
"build": "rollup -c",
"prepublish": "npm run test"
},
"license": "MIT",
"devDependencies": {
"@babel/plugin-external-helpers": "^7.2.0",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-core": "^7.0.0-bridge.0",
"bili": "^3.1.2",
"regenerator-runtime": "^0.12.0",
"babel-jest": "^24.4.0",
"jest": "^24.4.0",
"remark": "^10.0.1",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.1"
}
}