1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-12-01 21:42:08 +03:00
mdx-deck/docs/package.json
Brent Jackson af9c2f9c57 v2.0.0-6
2019-03-09 23:08:35 -05:00

23 lines
545 B
JSON

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