-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 883 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 883 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
32
33
34
35
{
"name": "my_study_blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:nav": "vuepress nav docs",
"deploy": "bash deploy.sh",
"cname": "bash cname.sh"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-back-to-top": "1.8.2",
"@vuepress/plugin-medium-zoom": "1.8.2",
"@vuepress/plugin-search": "1.8.2",
"cz-conventional-changelog": "^3.3.0",
"git-cz": "^4.8.0",
"vuepress": "1.8.2",
"vuepress-plugin-auto-sidebar": "2.3.2",
"vuepress-theme-vdoing": "1.8.3"
},
"dependencies": {
"moment": "^2.29.1",
"vuepress-plugin-one-click-copy": "^1.0.5"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}