-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
34 lines (34 loc) · 907 Bytes
/
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
{
"name": "slidev-theme-light-icons",
"version": "1.0.2",
"engines": {
"node": ">=14.0.0"
},
"author": "Pulkit Aggarwal<pulkit.cloud@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/lightvue/slidev-theme-light-icons.git"
},
"homepage": "https://slidev.icons.lightvue.org/",
"description": "Light Icons theme for Slidev",
"keywords": [
"slidev-theme",
"slidev",
"icons",
"light-icons"
],
"scripts": {
"dev": "slidev example.md --open",
"build": "slidev build example.md && cp -r _redirects ./dist/_redirects && cp -r ./static ./dist/static",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png"
},
"dependencies": {
"@slidev/cli": "^0.7.1",
"@slidev/theme-default": "^0.7.2",
"light-icons": "^1.0.2"
},
"devDependencies": {
"@types/node": "^15.0.2"
}
}