-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.12 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.12 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"marp": {
"themeSet": "./themes",
"engine": "./src/engine.js",
"html": true,
"theme": "./themes/main.css",
"allowLocalFiles": true,
"browser": "chrome",
"ignore": "./node_modules/",
"pdfNotes": true,
"pdfOutlines": {
"pages": false,
"headings": true
},
"bespoke": {
"progress": true,
"transition": "fade"
}
},
"dependencies": {
"@arothuis/markdown-it-biblatex": "^2.0.1",
"@fedify/markdown-it-hashtag": "^0.2.0",
"@gerhobbelt/markdown-it-html5-embed": "^1.0.0-2",
"@kazumatu981/markdown-it-fontawesome": "^1.0.4",
"@markslides/markdown-it-mermaid": "^0.1.0",
"@marp-team/marp-core": "^4.0.0",
"@vrcd-community/markdown-it-video": "^1.1.1",
"cheerio": "^1.0.0-rc.12",
"d3": "^7.9.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-admon": "^1.0.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.2.0",
"markdown-it-code-copy": "^0.1.2",
"markdown-it-collapsible": "^2.0.2",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-fontawesome": "^0.3.0",
"markdown-it-github-alert": "^1.0.6",
"markdown-it-github-alerts": "^0.3.0",
"markdown-it-graphviz": "^1.1.2",
"markdown-it-hashtag": "^0.4.0",
"markdown-it-hashtags": "^1.0.2",
"markdown-it-html5-embed": "^1.0.0",
"markdown-it-html5-media": "^0.7.1",
"markdown-it-include": "^2.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-label": "^2.0.2",
"markdown-it-mark": "^4.0.0",
"markdown-it-mermaid": "^0.2.0",
"markdown-it-plantuml": "^1.4.1",
"markdown-it-progress": "^2.1.0",
"markdown-it-ruby": "^1.1.2",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-table-merge-cells": "^1.0.5",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-video": "^0.6.3",
"markdown-toc": "^1.2.0",
"markvis": "^0.0.13",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@kazumatu981/markdown-it-kroki": "^1.3.4",
"@marp-team/marp-cli": "^4.0.3"
},
"scripts": {
"dev": "marp -I ./contents -s",
"debug": "marp -I ./contents -s --debug",
"build:pdf": "marp --pdf --timeout 160000",
"build": "marp"
}
}