-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.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
44
45
46
{
"name": "slidev-theme-ksick-dynatrace",
"version": "1.1.0",
"keywords": [
"slidev-theme",
"slidev"
],
"engines": {
"node": ">=14.0.0",
"slidev": ">=0.19.3"
},
"scripts": {
"build": "slidev build example.md",
"dev": "slidev example.md --open",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png"
},
"dependencies": {
"@slidev/types": "^0.48.9",
"codemirror-theme-vars": "^0.1.2",
"theme-vitesse": "^0.7.9",
"tm-themes": "^1.4.0",
"vue": "^3.4.23"
},
"devDependencies": {
"@iconify-json/logos": "^1.1.42",
"@iconify-json/simple-icons": "^1.1.99",
"@iconify-json/skill-icons": "^1.1.8",
"@iconify-json/uim": "^1.1.9",
"@slidev/cli": "^0.48.9",
"playwright-chromium": "^1.43.1",
"shiki": "^1.0.0-beta.6"
},
"//": "Learn more: https://sli.dev/themes/write-a-theme.html",
"slidev": {
"colorSchema": "dark",
"highlighter": "all",
"defaults": {
"fonts": {
"sans": "Poppins",
"mono": "Fira Code"
},
"hightlighter": "shiki"
}
}
}