-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 951 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
{
"name": "leezekee-blog",
"version": "2.0.0",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"type": "module",
"scripts": {
"prepare": "husky install",
"docs:build": "vuepress build src",
"docs:clean-dev": "vuepress dev src --clean-cache",
"docs:dev": "vuepress dev src",
"docs:update-package": "npx vp-update"
},
"husky": {
"hooks": {
"pre-commit": "echo \"[Husky] project building\" && npm run docs:build && git add src/.vuepress/dist -f"
}
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.0",
"@vuepress/client": "2.0.0-beta.63",
"husky": "^8.0.3",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.63",
"vuepress-plugin-photo-swipe": "^2.0.0-beta.225",
"vuepress-plugin-search-pro": "^2.0.0-beta.225",
"vuepress-theme-hope": "2.0.0-beta.224"
},
"dependencies": {
"@tato30/vue-pdf": "^1.9.4",
"size-sensor": "^1.0.2"
}
}