-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
38
39
40
{
"name": "vitepress-resources-nav",
"type": "module",
"version": "0.2.2",
"description": "",
"main": "index.js",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build && node .vitepress/scripts/update-version.js",
"preview": "vitepress preview",
"preinstall": "npx only-allow pnpm",
"postinstall": "npx simple-git-hooks"
},
"keywords": [],
"author": "xkfe <xkfe0516@gmail.com>",
"license": "MIT",
"devDependencies": {
"@iconify-json/fa6-solid": "^1.1.21",
"@vite-pwa/vitepress": "^0.4.0",
"@vue/tsconfig": "^0.5.1",
"only-allow": "^1.2.1",
"simple-git-hooks": "^2.11.1",
"vitepress": "^1.1.3"
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"@mdit-vue/shared": "^2.1.2",
"sass": "^1.75.0",
"unocss": "^0.59.4",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.10",
"vite-plugin-markdown-preview": "^1.1.1",
"vite-plugin-pwa": "^0.19.8",
"vue": "^3.4.23"
},
"simple-git-hooks": {
"pre-commit": "node .vitepress/scripts/update-version.js"
}
}