forked from AvencastF/slidev-theme-hep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "@avencastf/slidev-theme-hep",
"version": "0.1.1",
"type": "module",
"keywords": [
"slidev-theme",
"slidev",
"HEP"
],
"repository": {
"type": "git",
"url": "https://github.com:AvencastF/slidev-theme-hep.git"
},
"engines": {
"node": ">=18.0.0",
"slidev": ">=0.47.0"
},
"scripts": {
"build": "slidev build example.md",
"dev": "slidev example.md --open --port 3000",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png --output screenshot"
},
"dependencies": {
"@slidev/types": "^v0.47.5",
"codemirror-theme-vars": "^0.1.2",
"plotly.js-dist": "^2.29.1",
"prism-theme-vars": "^0.2.4"
},
"//": "Learn more: https://sli.dev/themes/write-a-theme.html",
"slidev": {
"colorSchema": "both",
"highlighter": "all",
"defaults": {
"aspectRatio": "16/9",
"canvasWidth": 1280,
"fonts": {
"mono": "Fira Code",
"sans": "Avenir Next,Nunito Sans",
"local": "Avenir Next"
}
}
},
"devDependencies": {
"@slidev/cli": "^0.50.0-beta.5",
"playwright-chromium": "^1.42.0"
}
}