-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 759 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 759 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
{
"name": "slides",
"version": "0.0.1",
"description": "APC slides in reveal.js",
"private": true,
"scripts": {
"build": "marp ./public/bonus/coroutines/coroutines.md --html && webpack",
"start": "marp ./public/bonus/coroutines/coroutines.md --html && webpack && serve ./public",
"deploy": "marp ./public/bonus/coroutines/coroutines.md --html && webpack && gh-pages -d public --nojekyll"
},
"author": "",
"license": "MIT",
"dependencies": {
"@marp-team/marp-cli": "^4.2.3",
"css-loader": "^7.1.2",
"gh-pages": "^6.3.0",
"path-browserify": "^1.0.1",
"reveal.js": "^5.2.1",
"serve": "^14.2.5",
"style-loader": "^4.0.0",
"url": "^0.11.4",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1"
}
}