-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.25 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
47
48
49
50
51
52
{
"name": "slidev-theme-euricom",
"version": "0.2.8",
"description": "A Euricom theme for Slidev",
"keywords": [
"slidev-theme",
"slidev",
"euricom"
],
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/Euricom/slidev-theme-euricom"
},
"bugs": "https://github.com/Euricom/slidev-theme-euricom/issues",
"slidev": {
"colorSchema": "both",
"highlighter": "shiki",
"defaults": {
"fonts": {
"sans": "Poppins",
"serif": "IBM Plex Serif",
"mono": "IBM Plex Mono",
"weights": [
"200",
"400",
"600"
]
},
"hightlighter": "shiki"
}
},
"scripts": {
"dev": "slidev example.md --open",
"build": "slidev build example.md && cp -r _redirects ./dist/_redirects",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png"
},
"dependencies": {
"@iconify-json/mdi": "^1.1.19",
"@iconify-json/twemoji": "^1.1.4",
"@iconify-json/uim": "^1.1.1",
"@slidev/theme-default": "^0.21.2",
"lodash-es": "^4.17.21",
"theme-vitesse": "^0.4.9"
},
"devDependencies": {
"@slidev/cli": "^0.32.3",
"playwright-chromium": "^1.22.2"
}
}