-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "slidev-theme-unicorn",
"version": "1.1.2",
"author": "Alba Silvente<unicorn@dawntraoz.com>",
"description": "A Unicorn theme for Slidev",
"keywords": [
"slidev-theme",
"slidev",
"unicorn",
"dawntraoz"
],
"license": "MIT",
"private": false,
"homepage": "https://unicorn-theme.dawntraoz.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/Dawntraoz/slidev-theme-unicorn.git"
},
"bugs": "https://github.com/Dawntraoz/slidev-theme-unicorn/issues",
"slidev": {
"colorSchema": "both",
"highlighter": "all"
},
"scripts": {
"dev": "slidev example.md --open",
"build": "slidev build example.md && cp -r _redirects ./dist/_redirects",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png"
},
"dependencies": {
"@slidev/cli": "^0.48.5",
"@slidev/client": "^0.48.5",
"@slidev/theme-default": "^0.25.0"
},
"devDependencies": {
"playwright-chromium": "^1.42.1"
},
"engines": {
"node": ">=20.0.0"
}
}