1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00
mdx-deck/docs/package.json
2019-04-11 15:04:40 -04:00

24 lines
611 B
JSON

{
"private": true,
"name": "@mdx-deck/docs",
"version": "2.0.10-alpha.2",
"main": "index.js",
"author": "Brent Jackson <jxnblk@gmail.com>",
"license": "MIT",
"scripts": {
"start": "mdx-deck demo.mdx",
"build": "mdx-deck build demo.mdx",
"now-build": "yarn build"
},
"dependencies": {
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@mdx-deck/components": "^2.0.10-alpha.2",
"@mdx-deck/layouts": "^2.0.10-alpha.2",
"@mdx-deck/themes": "^2.0.10-alpha.2",
"@rebass/emotion": "^3.0.0",
"mdx-deck": "^2.0.10-alpha.2",
"rebass": "^3.0.1"
}
}