-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 958 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
{
"name": "slides",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "yKicchan",
"scripts": {
"new": "scripts/new",
"dev": "marp --debug=true -w --html -s src",
"dev:tmp": "marp --debug=true -w --html -s template",
"build": "marp dist --image png && marp dist",
"prebuild": "rm -rf dist && mkdir -p dist && cp -r src/* dist",
"start": "marp --html -s dist",
"check": "scripts/check"
},
"packageManager": "[email protected]+sha512.1acb565e6193efbebda772702950469150cf12bcc764262e7587e71d19dc98a423dff9536e57ea44c49bdf790ff694e83c27be5faa23d67e0c033b583be4bfcf",
"devDependencies": {
"@marp-team/marp-cli": "^4.0.3",
"@marp-team/marp-core": "^4.0.1",
"markdown-it-attrs": "^4.3.1",
"markdown-it-container": "^4.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-prism": "^2.3.0",
"markdown-it-textual-uml": "^0.17.1"
}
}