-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 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
{
"name": "slidev-theme-the-unnamed",
"version": "0.0.22",
"keywords": [
"slidev-theme",
"slidev"
],
"engines": {
"node": ">=14.0.0",
"slidev": ">=0.49.0"
},
"scripts": {
"build": "slidev build example.md",
"dev": "NODE_ENV=development slidev example.md",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png"
},
"dependencies": {
"@slidev/types": "^0.50.0-beta.5",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.4",
"theme-vitesse": "^0.6.2"
},
"devDependencies": {
"@slidev/cli": "^0.50.0-beta.5",
"@types/node": "^18.13.0"
},
"//": "Learn more: https://sli.dev/themes/write-a-theme.html",
"slidev": {
"colorSchema": "dark",
"highlighter": "shiki",
"defaults": {
"fonts": {
"mono": "Fira Code",
"sans": "Avenir Next,Nunito Sans",
"local": "Avenir Next"
}
}
},
"author": "Elio Struyf <elio@struyfconsulting.be>",
"funding": "https://github.com/sponsors/estruyf",
"bugs": "https://github.com/estruyf/slidev-theme-the-unnamed/issues"
}