update,
This commit is contained in:
21
slides_01/package.json
Normal file
21
slides_01/package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "slides",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"ren_html": "marp slide-deck.md -o index.html",
|
||||
"ren_pdf": "marp --allow-local-files --pdf-notes slide-deck.md -o index.pdf",
|
||||
"gitUpdate":"git add . && git commit -m'update,'"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@marp-team/marp-cli": "^3.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"live-server": "^1.2.2"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user