-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.35 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
38
39
{
"name": "ssscode-blog",
"version": "1.1.0",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"build:github":"cross-env APP_ENV=github vuepress build docs",
"deploy":"bash script/deploy.sh",
"deploy_github": "bash script/deploy_github.sh",
"deploy_coding": "bash script/deploy_coding.sh",
"deploy_github_coding_branch":"bash script/deploy_github_coding_branch.sh",
"editFm": "node utils/editFrontmatter.js",
"baiduPush": "node utils/baiduPush.js https://ssscode.com && bash script/baiduPush.sh",
"googlePush": "bash script/googlePush.sh",
"build:feed": "node utils/feed-generator.js"
},
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.8.2",
"cross-env": "^7.0.3",
"dayjs": "^1.9.7",
"inquirer": "^7.1.0",
"json2yaml": "^1.1.0",
"sitemap-generator": "^8.5.1",
"vuepress": "1.5.2",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-demo-block": "^0.7.2",
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-thirdparty-search": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.7",
"vuepress-theme-vdoing": "^1.7.2",
"yamljs": "^0.3.0"
},
"dependencies": {
"vuepress-plugin-comment": "^0.7.3"
},
"homepage": "https://JS-banana.github.io/blog"
}