-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
37
38
39
40
41
{
"name": "marpit-with-revealjs-sample",
"version": "0.0.7",
"description": "MarpIt with RevealJs --sample",
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build && shx cp -R ./src/assets ./dist",
"pack": "parcel build && shx cp -R ./src/assets ./dist && parcel"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pi2pie/marpit-with-revealjs-sample.git"
},
"keywords": [
"marpit",
"markdown",
"slide",
"presentation",
"deck",
"revealjs"
],
"author": "dev-pi2pie",
"license": "MIT",
"bugs": {
"url": "https://github.com/pi2pie/marpit-with-revealjs-sample/issues"
},
"homepage": "https://github.com/pi2pie/marpit-with-revealjs-sample#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.4.1",
"buffer": "^6.0.3",
"parcel": "^2.4.1",
"parcel-transformer-markdown": "^2.1.0",
"punycode": "^2.1.1",
"shx": "^0.3.4"
},
"dependencies": {
"@marp-team/marpit": "^2.2.3",
"reveal.js": "^4.3.1"
}
}