-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.24 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
53
54
55
56
57
58
{
"name": "slidev-theme-soba",
"version": "0.2.3",
"description": "A simple Slidev theme for Japanese",
"author": {
"name": "ryu",
"url": "https://www.ryu.app"
},
"keywords": [
"slidev-theme",
"slidev"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ryuapp/slidev-theme-soba.git"
},
"homepage": "https://slidev-theme-soba.ryu.app/",
"bugs": "https://github.com/ryuapp/slidev-theme-soba/issues",
"slidev": {
"colorSchema": "light",
"highlighter": "shiki",
"defaults": {
"fonts": {
"sans": [
"Poppins",
"Noto Sans JP"
],
"serif": "Roboto Slab",
"mono": "Fira Code",
"weights": [
200,
400,
500,
700
]
},
"hightlighter": "shiki"
}
},
"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": "^51.0.2",
"theme-vitesse": "^0.8.3"
},
"devDependencies": {
"@slidev/cli": "^51.0.2"
},
"license": "MIT"
}