-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 927 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "slidev-theme-nearform",
"version": "2.0.0",
"engines": {
"node": ">=14.0.0",
"slidev": ">=0.19.3"
},
"description": "NearForm theme for Slidev",
"keywords": [
"slidev-theme",
"slidev"
],
"license": "MIT",
"scripts": {
"dev": "slidev example.md --open"
},
"slidev": {
"colorSchema": "both",
"highlighter": "all",
"defaults": {
"colorSchema": "dark",
"fonts": {
"mono": "PT Mono",
"sans": "Inter",
"serif": "Bitter"
}
}
},
"repository": {
"type": "git",
"url": "https://github.com/nearform/slidev-theme-nearform"
},
"bugs": "https://github.com/nearform/slidev-theme-nearform",
"dependencies": {
"@slidev/types": "^0.49.2",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.2",
"theme-vitesse": "^0.8.0"
},
"devDependencies": {
"@slidev/cli": "^0.50.0-beta.2"
}
}