@gatsby-mdx-suite/mdx-image
Version:
Render a image from an internal or external source
37 lines (36 loc) • 865 B
JSON
{
"name": "@gatsby-mdx-suite/mdx-image",
"version": "0.10.11-alpha.0",
"description": "Render a image from an internal or external source",
"author": "Benedikt Rötsch <opensource@axe312.dev>",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/axe312ger/gatsby-mdx-suite"
},
"keywords": [
"gatsby-mdx-suite",
"gatsby",
"mdx",
"image",
"images",
"media"
],
"peerDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"prop-types": "^15.7.0",
"react": "^17.0.1"
},
"dependencies": {
"gatsby-theme-mdx-suite-core": "^0.14.7-alpha.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "49ae0c78b960d730e095d7036bedaee068012c41"
}