-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 865 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
31
{
"name": "myblog",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"prepare": "husky install",
"deploy": "bash deploy.sh",
"commit": "git-cz"
},
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@vuepress/plugin-back-to-top": "^2.0.0-beta.53",
"@vuepress/plugin-nprogress": "^2.0.0-beta.53",
"@vuepress/plugin-search": "^2.0.0-beta.53",
"cz-customizable": "^6.3.0",
"husky": "^7.0.1",
"vuepress": "^2.0.0-beta.53",
"vuepress-plugin-anchor-right": "^0.0.1-beta.7",
"vuepress-plugin-copy-code2": "2.0.0-beta.125",
"vuepress-plugin-search-pro": "2.0.0-beta.125"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
}
}