@mdx-js/tag
Version:
A fully-featured Markdown/MDX React component for ambitious projects
49 lines (48 loc) • 1.29 kB
JSON
{
"name": "@mdx-js/tag",
"version": "0.20.3",
"description": "A fully-featured Markdown/MDX React component for ambitious projects",
"license": "MIT",
"keywords": [
"mdx",
"markdown",
"react",
"jsx",
"remark",
"mdxast"
],
"homepage": "https://mdxjs.com",
"repository": "mdx-js/mdx",
"bugs": "https://github.com/mdx-js/mdx/issues",
"author": "John Otander <johnotander@gmail.com> (http://johnotander.com)",
"contributors": [
"John Otander <johnotander@gmail.com> (http://johnotander.com)",
"Tim Neutkens <tim@zeit.co>",
"Matija Marohnić <matija.marohnic@gmail.com>",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"main": "dist/index.js",
"files": [
"dist"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"jest": "^23.1.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"rimraf": "^2.6.3"
},
"peerDependencies": {
"react": "^0.14.x || ^15.x || ^16.x"
},
"scripts": {
"build": "babel src -d dist",
"clean": "rimraf dist",
"prepublish": "npm run clean && npm run build",
"test": "jest"
},
"gitHead": "f7a232c19a6f35f347a4bfbceecde6ef362d36ba"
}