-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 794 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 794 Bytes
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
{
"dependencies": {
"@marp-team/marp-cli": "^0.17.3",
"@marp-team/marpit": "^1.5.1",
"cheerio": "^1.0.0-rc.3",
"chrome-aws-lambda": "^2.1.1",
"deasync": "^0.1.19",
"docopt": "^0.6.2",
"github-markdown-css": "^4.0.0",
"jake": "^10.4.6",
"js-yaml": "^3.13.1",
"markdown-it": "^10.0.0",
"markdown-it-attrs": "^3.0.2",
"node-sass": "^4.13.1",
"node-sass-package-importer": "^5.3.2",
"puppeteer-core": "^2.1.1",
"vuepress": "^1.4.0",
"watch": "^1.0.2"
},
"scripts": {
"build": "jake slides-html slides-pdf site",
"build-netlify": "AWS_LAMBDA_FUNCTION_NAME=true jake slides-html slides-pdf site",
"prettier": "prettier --write scripts/*.js lib/*.js Jakefile"
},
"devDependencies": {
"prettier": "^2.0.2"
}
}