1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-10-26 07:37:23 +03:00
mdx-deck/packages/gatsby-theme/package.json
dependabot-preview[bot] d4aeab0d91
Bump remark-unwrap-images from 1.0.0 to 2.0.0
Bumps [remark-unwrap-images](https://github.com/remarkjs/remark-unwrap-images) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/remarkjs/remark-unwrap-images/releases)
- [Commits](https://github.com/remarkjs/remark-unwrap-images/compare/1.0.0...2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01 17:07:37 +00:00

49 lines
1.3 KiB
JSON

{
"name": "gatsby-theme-mdx-deck",
"version": "4.1.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"devDependencies": {
"gatsby": "^2.13.6",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"peerDependencies": {
"gatsby": "^2.13.6",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@mdx-deck/themes": "^4.1.0",
"@mdx-js/mdx": "^1.0.21",
"@mdx-js/react": "^1.0.21",
"@reach/router": "^1.2.1",
"debug": "^4.1.1",
"gatsby": "^2.13.24",
"gatsby-plugin-catch-links": "^2.1.0",
"gatsby-plugin-compile-es6-packages": "^2.0.0",
"gatsby-plugin-emotion": "^4.1.0",
"gatsby-plugin-mdx": "^1.0.13",
"gatsby-plugin-react-helmet": "^3.1.0",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-remark-import-code": "^0.1.1",
"gatsby-source-filesystem": "^2.1.3",
"hhmmss": "^1.0.0",
"lodash.get": "^4.4.2",
"lodash.merge": "^4.6.1",
"mkdirp": "^1.0.3",
"react-helmet": "^6.0.0-beta",
"react-swipeable": "^5.3.0",
"remark-emoji": "^2.0.2",
"remark-unwrap-images": "^2.0.0",
"theme-ui": "^0.3.1"
},
"gitHead": "13d00b47780424cc3b52d38ad6f19e99d007c06a"
}