1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-12-01 21:42:08 +03:00
mdx-deck/packages/gatsby-theme/package.json
Brent Jackson be5481498b v2.2.3
2019-04-20 12:18:13 -04:00

37 lines
900 B
JSON

{
"name": "@mdx-deck/gatsby-theme",
"version": "2.2.3",
"main": "index.js",
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build"
},
"peerDependencies": {
"gatsby": "^2.3.17",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"gatsby": "^2.3.17",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@mdx-deck/components": "^2.2.3",
"@mdx-deck/themes": "^2.2.3",
"@mdx-js/mdx": "^1.0.1",
"@mdx-js/react": "^1.0.1",
"debug": "^4.1.1",
"gatsby-mdx": "^0.6.1",
"gatsby-plugin-compile-es6-packages": "^1.1.0",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-source-filesystem": "^2.0.29",
"lodash.get": "^4.4.2",
"mkdirp": "^0.5.1",
"remark-emoji": "^2.0.2",
"remark-unwrap-images": "^0.2.0"
}
}