generated from jerdog/jerdog-base-talk-slidev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 785 Bytes
/
package.json
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
{
"name": "jerdog-base-talk-slidev",
"private": true,
"author": "Jeremy Meiss",
"license": "MIT",
"description": "Base template for talks built with Slidev",
"scripts": {
"build": "slidev build",
"dev": "slidev --open",
"export": "slidev export"
},
"dependencies": {
"@iconify-json/carbon": "^1.2.4",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/twemoji": "^1.2.1",
"@iconify-json/uim": "^1.2.1",
"@slidev/cli": "*",
"@slidev/theme-default": "latest",
"@slidev/theme-seriph": "latest",
"slidev-addon-qrcode": "^1.0.2",
"slidev-theme-the-unnamed": "^0.0.20",
"unplugin-icons": "^0.20.1",
"vue": "^3.4.38"
},
"devDependencies": {
"playwright-chromium": "^1.49.0"
}
}