-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 KB
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
{
"name": "docs",
"type": "module",
"version": "52.14.2",
"private": true,
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://sli.dev",
"repository": {
"type": "git",
"url": "https://github.com/slidevjs/slidev",
"directory": "docs"
},
"bugs": "https://github.com/slidevjs/slidev/issues",
"files": [
"**/*.md",
"!.vitepress/**"
],
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"@antfu/utils": "^9.3.0",
"@iconify/json": "^2.2.460",
"@shikijs/vitepress-twoslash": "^4.0.2",
"@slidev/client": "^52.14.2",
"@slidev/parser": "^52.14.2",
"@slidev/theme-default": "latest",
"@slidev/types": "^52.14.2",
"@types/node": "^25.5.2",
"@unocss/reset": "^66.6.7",
"@vitejs/plugin-vue": "^6.0.5",
"@vueuse/core": "^14.2.1",
"fast-glob": "^3.3.3",
"floating-vue": "^5.2.2",
"gray-matter": "^4.0.3",
"markdown-exit": "1.0.0-beta.9",
"markdown-it": "^14.1.1",
"shiki": "^4.0.2",
"typeit": "8.1.0",
"typescript": "^5.9.3",
"unocss": "^66.6.7",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.0.0",
"vite": "^7.3.1",
"vite-plugin-inspect": "^11.3.3",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-group-icons": "^1.7.3",
"vitepress-plugin-llms": "^1.12.0",
"vue": "^3.5.32"
}
}