generated from yKicchan/awesome-marp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.09 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.09 KB
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
{
"name": "slides",
"version": "1.0.0",
"description": "An ultimate Marp template for your awesome presentation!",
"main": "engine.mjs",
"private": true,
"keywords": [
"marp",
"markdown",
"presentation",
"slide",
"template"
],
"author": "haruyuki-16278",
"scripts": {
"new": "scripts/new",
"dev": "marp --debug=true -w --html -s src",
"dev:tmp": "marp --debug=true -w --html -s template",
"prebuild": "rm -rf dist && mkdir -p dist && cp -r src/* dist",
"build": "marp dist --image png && marp dist",
"start": "marp --html -s dist",
"check": "scripts/check"
},
"packageManager": "pnpm@9.15.1+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"
}
}