-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
20 lines (20 loc) · 923 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress dev blog",
"push-baidu": "curl -H 'Content-Type:text/plain' --data-binary @'./blog/.vuepress/public/site-map.xml' 'http://data.zz.baidu.com/urls?site=fenghen.xyz&token=nqqbIIvUQ0XppZCk'",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vuepress build blog",
"deploy-github": "pnpm build && ./blog/deploy-github.sh",
"deploy-gitee": "VP_DEPLOY_ENV=gitee pnpm build && ./blog/deploy-gitee.sh",
"deploy": "pnpm deploy-github && pnpm deploy-coding"
},
"devDependencies": {
"@vuepress/plugin-blog": "^1.9.4",
"@vuepress/plugin-google-analytics": "^1.0.0-rc.1",
"@vuepress/theme-blog": "^2.3.3",
"lodash": "^4.17.10",
"vuepress": "^1.9.9",
"vuepress-plugin-copy-code1": "^1.31.0-beta.1",
"vuepress-plugin-feed": "^0.1.9",
"vuepress-plugin-google-analytics-4": "^0.1.1"
}
}