@alexkirsz/gatsby-remark-images
Version:
Processes images in markdown so they can be used in the production build.
46 lines (45 loc) • 1.4 kB
JSON
{
"name": "@alexkirsz/gatsby-remark-images",
"description": "Processes images in markdown so they can be used in the production build.",
"version": "2.0.1-rc.3",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "7.0.0-beta.52",
"cheerio": "^1.0.0-rc.2",
"is-relative-url": "^2.0.0",
"lodash": "^4.17.4",
"slash": "^1.0.0",
"unist-util-select": "^1.5.0",
"unist-util-visit-parents": "^2.0.1"
},
"devDependencies": {
"@babel/cli": "7.0.0-beta.52",
"@babel/core": "7.0.0-beta.52",
"cross-env": "^5.1.4"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images#readme",
"keywords": [
"gatsby",
"gatsby-plugin",
"image",
"markdown",
"remark",
"responsive images"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"gatsby": ">2.0.0-alpha",
"@alexkirsz/gatsby-plugin-sharp": "^2.0.0-rc.1"
},
"repository": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-remark-images",
"scripts": {
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__"
},
"gitHead": "788133e56dd005663f353fff90ffa37ce2fd87b9"
}