-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
{
"name": "slidev-theme-neversink",
"version": "0.3.6",
"author": "gureckis",
"type": "module",
"keywords": [
"slidev-theme",
"slidev"
],
"engines": {
"node": ">=18.0.0",
"slidev": ">=0.49.21"
},
"scripts": {
"build": "slidev build example.md -o docs/public/example --base /slidev-theme-neversink/example/",
"dev": "slidev example.md",
"export": "slidev export example.md",
"screenshot": "slidev export screenshot.md --format png --output docs/public/screenshots/",
"screenshot:dev": "slidev screenshot.md",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"ci:publish": "pnpm publish --access public --no-git-checks",
"release": "bumpp package.json"
},
"dependencies": {
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/twemoji": "^1.1.15",
"@iconify-json/uim": "^1.1.9",
"@iconify/json": "^2.2.221",
"@iconify/vue": "^4.1.2",
"@mdit/plugin-sub": "^0.12.0",
"@slidev/types": "^0.49.21",
"markdown-it-mark": "^4.0.0",
"qrcode.vue": "^3.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gureckis/slidev-theme-neversink.git"
},
"bugs": {
"url": "https://github.com/gureckis/slidev-theme-neversink/issues"
},
"homepage": "https://gureckis.github.io/slidev-theme-neversink/",
"slidev": {
"colorSchema": "light",
"highlighter": "all"
},
"devDependencies": {
"pnpm": "^9.6.0",
"vitepress": "^1.2.3",
"@slidev/cli": "^0.49.21",
"playwright-chromium": "^1.45.0",
"bumpp": "^9.4.1"
},
"packageManager": "[email protected]"
}