-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.26 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
{
"name": "studyBlog",
"version": "1.1.1-2",
"description": "",
"main": "index.js",
"scripts": {
"dev": " vuepress dev docs --temp .temp",
"build": "vuepress build docs",
"deploy": "bash ./scripts/deploy.sh",
"editFm": "node utils/editFrontmatter.js",
"test": "echo \"Error: no test specified\" && exit 1",
"release": "./scripts/release.sh",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && npm run changeissueurl",
"changeissueurl": "replace 'https://github.com/chst365/studyBlog/issues' 'https://redmine.example.com/' CHANGELOG.md"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"@vuepress/plugin-pwa": "1.9.7",
"dayjs": "^1.10.4",
"inquirer": "^8.0.0",
"json2yaml": "^1.1.0",
"vuepress": "1.9.7",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-demo-block": "^0.7.2",
"vuepress-plugin-one-click-copy": "^1.0.3",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.8",
"vuepress-theme-vdoing": "^1.8.1",
"yamljs": "^0.3.0"
},
"dependencies": {
"vuepress-plugin-comment": "^0.7.3"
}
}