-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 990 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
{
"private": true,
"scripts": {
"dev": "vitepress",
"build": "vitepress build",
"postinstall": "node .vitepress/scripts/prepare.js"
},
"devDependencies": {
"@iconify/json": "^1.1.380",
"@slidev/client": "^0.13.13",
"@slidev/parser": "^0.13.13",
"@slidev/theme-default": "^0.7.9",
"@slidev/types": "^0.13.13",
"@types/fs-extra": "^9.0.12",
"@types/node": "^15.14.3",
"fs-extra": "^10.0.0",
"typescript": "^4.3.5",
"vite-plugin-components": "^0.10.4",
"vite-plugin-icons": "^0.6.5",
"vite-plugin-windicss": "^0.17.1",
"vitepress": "^0.14.1",
"windicss": "^3.1.5"
},
"dependencies": {
"@antfu/utils": "^0.1.7",
"@vueuse/core": "^4.11.2",
"typeit": "^7.0.4"
},
"pnpm": {
"overrides": {
"vue-demi": "0.9.1"
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}