-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "@slidev/client",
"version": "0.35.5",
"description": "Presentation slides for developers",
"author": "antfu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://sli.dev",
"repository": {
"type": "git",
"url": "https://github.com/slidevjs/slidev"
},
"bugs": "https://github.com/slidevjs/slidev/issues",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@antfu/utils": "^0.5.2",
"@slidev/parser": "workspace:*",
"@slidev/types": "workspace:*",
"@unocss/reset": "^0.45.12",
"@vueuse/core": "^9.1.1",
"@vueuse/head": "^0.7.9",
"@vueuse/math": "^9.1.1",
"@vueuse/motion": "^2.0.0-beta.18",
"codemirror": "^5.65.5",
"defu": "^6.1.0",
"drauu": "^0.3.1",
"file-saver": "^2.0.5",
"js-base64": "^3.7.2",
"js-yaml": "^4.1.0",
"katex": "^0.16.0",
"mermaid": "^9.1.6",
"monaco-editor": "^0.34.0",
"nanoid": "^4.0.0",
"prettier": "^2.7.1",
"recordrtc": "^5.6.2",
"resolve": "^1.22.1",
"unocss": "^0.45.12",
"vite-plugin-windicss": "^1.8.7",
"vue": "^3.2.37",
"vue-router": "^4.1.4",
"vue-starport": "^0.3.0",
"windicss": "^3.5.6"
},
"devDependencies": {
"vite": "^3.0.9"
}
}