-
-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
59 lines (59 loc) · 1.59 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
54
55
56
57
58
59
{
"name": "slidev-theme-penguin",
"type": "module",
"version": "2.3.1",
"packageManager": "[email protected]",
"description": "A Penguin theme for Slidev",
"author": "Alvaro Saburido <[email protected]>",
"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",
"keywords": [
"slidev-theme",
"slidev",
"slidev-penguin"
],
"slidev": {
"colorSchema": "both",
"highlighter": "shiki",
"default": {
"aspectRatio": "16/9",
"fonts": {
"sans": "Inter",
"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",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@alvarosabu/ui": "3.0.0",
"@slidev/types": "0.50.0-beta.5",
"prism-theme-vars": "^0.2.5",
"vite-svg-loader": "^5.1.0"
},
"devDependencies": {
"@alvarosabu/eslint-config": "^1.3.0",
"@iconify-json/la": "^1.2.0",
"@iconify-json/logos": "^1.2.3",
"@iconify-json/simple-icons": "^1.2.11",
"@release-it/conventional-changelog": "^9.0.2",
"@slidev/cli": "0.50.0-beta.5",
"eslint": "^9.14.0",
"playwright-chromium": "^1.48.2",
"release-it": "^17.10.0",
"sass": "^1.80.6"
}
}