-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.03 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
{
"private": true,
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"postinstall": "node .vitepress/scripts/prepare.js"
},
"devDependencies": {
"@iconify/json": "^2.1.76",
"@slidev/client": "^0.34.3",
"@slidev/parser": "^0.34.3",
"@slidev/theme-default": "^0.21.2",
"@slidev/types": "^0.34.3",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.0.3",
"fs-extra": "^10.1.0",
"markdown-it": "^13.0.1",
"typescript": "^4.7.4",
"unplugin-icons": "^0.14.7",
"unplugin-vue-components": "^0.21.1",
"vite-plugin-inspect": "^0.5.1",
"vite-plugin-windicss": "^1.8.6",
"vitepress": "^0.22.4",
"windicss": "^3.5.6"
},
"dependencies": {
"@antfu/utils": "^0.5.2",
"@vueuse/core": "^8.9.2",
"typeit": "^7.0.4"
},
"pnpm": {
"overrides": {
"vue-demi": "0.9.1"
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}