-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
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
33
34
35
36
{
"name": "pildora-recursion",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "mdx-deck deck.mdx",
"build": "mdx-deck build deck.mdx --no-html",
"pdf": "mdx-deck pdf deck.mdx",
"image": "mdx-deck screenshot deck.mdx",
"help": "mdx-deck",
"lint": "eslint .",
"deploy": "yarn build && gh-pages -d dist"
},
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"gh-pages": "^2.0.1",
"jest": "^24.1.0",
"mdx-code": "^1.1.3",
"mdx-deck": "^1.6.7",
"mdx-deck-code-surfer": "^0.5.5",
"prism-react-renderer": "^0.1.5",
"prop-types": "^15.7.2",
"raw-loader": "^1.0.0",
"react": "^16.8.2",
"react-async-script-loader": "^0.3.0",
"react-markdown": "^4.0.6",
"react-mathjax": "^1.0.1",
"react-p5-wrapper": "^0.0.4",
"react-runkit": "^0.9.0",
"react-syntax-highlighter": "^10.1.3"
}
}