-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "mdx-deck-default",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"author": "Danilo Assis",
"devDependencies": {
"gh-pages": "^2.0.1",
"mdx-code": "^1.1.3",
"mdx-deck": "^1.6.7",
"mdx-deck-code-surfer": "^0.5.5",
"mdx-deck-live-code": "^1.0.0",
"patch-package": "^6.1.2",
"qrcode.react": "^0.9.2",
"raw-loader": "^1.0.0"
},
"scripts": {
"build": "mdx-deck build src/deck.mdx",
"help": "mdx-deck",
"image": "mdx-deck sGITcreenshot src/deck.mdx",
"pdf": "mdx-deck pdf src/deck.mdx",
"copy:static": "cp -r src/img dist",
"publish:deck": "yarn build && yarn copy:static && gh-pages -d dist",
"start": "mdx-deck src/deck.mdx",
"postinstall": "patch-package"
},
"dependencies": {
"codemirror": "^5.58.2",
"react-codemirror2": "^5.1.0",
"rebass": "^3.1.0"
}
}