gatsby-theme-wordpress-mdx
Version:
<p align="center"> <img width='200px' alt="Gatsby Theme" src="https://raw.githubusercontent.com/artezan/gatsby-theme-wordpress-mdx/master/%40artezan/gatsby-theme-wordpress-mdx/dn.png" />
66 lines (65 loc) • 1.69 kB
JSON
{
"name": "gatsby-theme-wordpress-mdx",
"author": "Cesar Artezan <artezan.cabrera@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/jlengstorf/gatsby-theme-wordpress-mdx.git"
},
"version": "1.0.5",
"main": "gatsby-config.js",
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.18.18",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"gatsby": "^2.18.18",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@mdx-js/mdx": "^1.5.1",
"@mdx-js/react": "^1.5.1",
"@reach/router": "^1.2.1",
"@vx/scale": "^0.0.192",
"animate.css": "^3.7.2",
"downshift": "^3.4.1",
"gatsby-awesome-pagination": "^0.3.3",
"gatsby-background-image": "^0.9.11",
"gatsby-image": "^2.2.37",
"gatsby-plugin-layout": "^1.1.16",
"gatsby-plugin-mdx": "^1.0.64",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-theme-ui": "^0.2.2",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-transformer-sharp": "^2.3.9",
"husky": "^3.1.0",
"react-animate-on-scroll": "^2.1.5",
"react-helmet": "^6.0.0-beta",
"sharp": "^0.23.4",
"theme-ui": "^0.2.2"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"WordPress",
"MDX",
"Theme-UI",
"gatsby-source-wordpress",
"gatsby-plugin-mdx",
"gatsby-plugin-theme-ui",
"gatsby-background-image",
"react-animate-on-scroll"
],
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}