Initial commit
This commit is contained in:
commit
4c1925d3c4
19 changed files with 8709 additions and 0 deletions
20
package.json
Normal file
20
package.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"scripts": {
|
||||
"preview": "marp $npm_config_src --preview",
|
||||
"pdf": "marp $npm_config_src --pdf --pdf-outline",
|
||||
"build": "marp $npm_config_src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wekanteam/markdown-it-mermaid": "^0.6.4",
|
||||
"markdown-it-admonition": "^1.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@marp-team/marp-cli": "^4.2.0"
|
||||
},
|
||||
"marp": {
|
||||
"inputDir": "./src/slides",
|
||||
"output": "./build/slides",
|
||||
"themeSet": "./.marp/themes",
|
||||
"engine": "./.marp/engine.mjs"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue