forked from alvarosabu/slidev-theme-penguin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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
{
"name": "slidev-theme-penguin",
"version": "1.7.1",
"description": "A Penguin theme for Slidev",
"author": "Alvaro Saburido <[email protected]>",
"keywords": [
"slidev-theme",
"slidev",
"slidev-penguin"
],
"license": "MIT",
"homepage": "https://penguin-theme.alvarosaburido.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/alvarosaburido/slidev-theme-penguin.git"
},
"bugs": "https://github.com/alvarosaburido/slidev-theme-penguin/issues",
"slidev": {
"colorSchema": "both",
"highlighter": "shiki",
"default": {
"aspectRatio": "16/9",
"fonts": {
"sans": "Nunito",
"title": "Gilroy",
"mono": "Fira Code"
}
}
},
"scripts": {
"dev": "slidev example.md --open",
"build": "slidev build example.md",
"export": "slidev export example.md",
"release": "release-it",
"screenshot": "slidev export example.md --format png"
},
"dependencies": {
"@alvarosabu/ui": "^2.20.0",
"@slidev/types": "^0.40.14",
"prism-theme-vars": "^0.2.4",
"vite-svg-loader": "^4.0.0"
},
"devDependencies": {
"@alvarosabu/prettier-config": "^1.3.0",
"@iconify-json/logos": "^1.1.25",
"@iconify-json/simple-icons": "^1.1.49",
"@release-it/conventional-changelog": "^5.1.1",
"@slidev/cli": "0.40.14",
"playwright-chromium": "^1.32.3",
"release-it": "^15.10.1",
"sass": "^1.62.0"
}
}