-
Notifications
You must be signed in to change notification settings - Fork 169
/
package.json
35 lines (35 loc) · 925 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
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.4.0",
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"postinstall": "node .vitepress/scripts/prepare.js"
},
"dependencies": {
"@antfu/utils": "^0.7.8",
"@vueuse/core": "^10.10.0",
"typeit": "8.1.0"
},
"devDependencies": {
"@iconify/json": "^2.2.222",
"@shikijs/vitepress-twoslash": "^1.9.1",
"@slidev/client": "0.34.3",
"@slidev/parser": "0.34.3",
"@slidev/theme-default": "0.21.2",
"@slidev/types": "0.34.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.13.0",
"@unocss/reset": "^0.61.0",
"fs-extra": "^11.2.0",
"markdown-it": "^14.1.0",
"shiki": "^1.9.1",
"typescript": "^5.4.5",
"unocss": "^0.61.0",
"unplugin-icons": "^0.19.0",
"unplugin-vue-components": "^0.27.1",
"vite-plugin-inspect": "^0.8.4",
"vitepress": "^1.2.3"
}
}