-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "slidev-theme-ventus-sandbox",
"version": "0.0.0",
"keywords": [
"slidev-theme",
"slidev"
],
"engines": {
"node": ">=14.0.0",
"slidev": ">=0.19.3"
},
"scripts": {
"build": "slidev build --base /ventus-sandbox/",
"dev": "slidev slides.md --open",
"export": "slidev export slides.md",
"screenshot": "slidev export slides.md --format png"
},
"dependencies": {
"@slidev/types": "^0.35.5",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.3",
"theme-vitesse": "^0.4.10",
"vite-svg-loader": "^3.4.0"
},
"devDependencies": {
"@iconify-json/wi": "^1.1.2",
"@slidev/cli": "^0.42.5",
"@types/node": "^18.0.0",
"playwright-chromium": "^1.25.1"
},
"//": "Learn more: https://sli.dev/themes/write-a-theme.html",
"slidev": {
"colorSchema": "both",
"highlighter": "all",
"defaults": {
"fonts": {
"sans": "Nunito Sans",
"mono": "Fira Code"
},
"hightlighter": "prism"
}
}
}