-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
39 lines (39 loc) · 1006 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
35
36
37
38
39
{
"name": "docs",
"type": "module",
"version": "0.49.29",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"preview": "vitepress preview"
},
"dependencies": {
"@antfu/utils": "^0.7.10",
"@vueuse/core": "^10.11.0",
"typeit": "8.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.230",
"@shikijs/vitepress-twoslash": "^1.11.1",
"@slidev/client": "latest",
"@slidev/parser": "latest",
"@slidev/theme-default": "latest",
"@slidev/types": "latest",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.11",
"@unocss/reset": "^0.61.5",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"shiki": "^1.11.1",
"typescript": "^5.5.4",
"unocss": "^0.61.5",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.3",
"vite-plugin-inspect": "^0.8.5",
"vitepress": "^1.3.1"
}
}