Skip to content

Commit

Permalink
chore: export 관련 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn2468 committed Sep 5, 2022
1 parent 0459ea1 commit cda8583
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ dist
index.html
.remote-assets
components.d.ts
*.pdf
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"scripts": {
"build": "slidev build",
"dev": "slidev --open",
"export": "slidev export"
"export": "slidev export",
"export:click": "yarn export --with-clicks"
},
"dependencies": {
"@slidev/cli": "^0.35.6",
Expand All @@ -14,6 +15,7 @@
"vite-plugin-html": "^3.2.0"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.31"
"@iconify-json/mdi": "^1.1.31",
"playwright-chromium": "^1.25.1"
}
}
12 changes: 12 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2500,6 +2500,18 @@ plantuml-encoder@^1.4.0:
resolved "https://registry.yarnpkg.com/plantuml-encoder/-/plantuml-encoder-1.4.0.tgz#7899302cf785de956bf1a167e15420feee5975f7"
integrity sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==

playwright-chromium@^1.25.1:
version "1.25.1"
resolved "https://registry.yarnpkg.com/playwright-chromium/-/playwright-chromium-1.25.1.tgz#446f5f0932335f74ff014cb64075b89ace61dd75"
integrity sha512-X/B6ycySwV4L+smHu9t+rytPnBLCLI5RAV5TpjVwInv6RPYF6TWZ62zymwiSLxYXeNkyyx0pxTS7jqeOEmMM2g==
dependencies:
playwright-core "1.25.1"

playwright-core@1.25.1:
version "1.25.1"
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.25.1.tgz#abe56aec8bef645fba988320d9f9328fafab0446"
integrity sha512-lSvPCmA2n7LawD2Hw7gSCLScZ+vYRkhU8xH0AapMyzwN+ojoDqhkH/KIEUxwNu2PjPoE/fcE0wLAksdOhJ2O5g==

popmotion@^11.0.3:
version "11.0.5"
resolved "https://registry.yarnpkg.com/popmotion/-/popmotion-11.0.5.tgz#8e3e014421a0ffa30ecd722564fd2558954e1f7d"
Expand Down

0 comments on commit cda8583

Please sign in to comment.