-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 920 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 920 Bytes
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.1.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": "^52.0.0",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.2",
"theme-vitesse": "^1.0.0"
},
"devDependencies": {
"@slidev/cli": "^52.1.0"
}
}