-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 785 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 785 Bytes
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
{
"name": "my-blog-doc",
"version": "2.0.0",
"description": "A project of vuepress-theme-hope",
"license": "MIT",
"scripts": {
"build": "vuepress build src",
"clean-dev": "vuepress dev src --clean-cache",
"dev": "vuepress dev src",
"deploy": "serverless deploy",
"commit": "git add . && git-cz && git push"
},
"config": {
"commitizen": {
"path": "git-cz"
}
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@vuepress/client": "2.0.0-beta.53",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"git-cz": "^4.9.0",
"husky": "^8.0.1",
"vue": "^3.2.45",
"vuepress": "^2.0.0-beta.53",
"vuepress-plugin-search-pro": "2.0.0-beta.219",
"vuepress-theme-hope": "^2.0.0-beta.219"
}
}