-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.18 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": "gcy-blog",
"version": "1.0.0",
"description": "blog",
"main": "index.js",
"scripts": {
"serve": "cross-env NODE_ENV=development vuepress dev docs",
"build": "cross-env NODE_ENV=production vuepress build docs",
"build:sh": "git.sh",
"production": "cross-env NODE_ENV=production vuepress build docs && npm run upload:sh",
"upload:sh": "sh build/upload.sh",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install"
},
"author": "gcy <[email protected]>",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@vuepress/plugin-last-updated": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"cross-env": "^7.0.3",
"dayjs": "^1.10.4",
"husky": "^8.0.3",
"markdown-it": "^13.0.1",
"vuepress": "^1.8.2",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-baidu-tongji": "^1.0.1",
"vuepress-plugin-one-click-copy": "^1.0.2",
"vuepress-plugin-zooming": "^1.1.8",
"vuepress-theme-vdoing": "^1.12.8"
},
"dependencies": {
"@nestjs/mapped-types": "*",
"vuepress-plugin-comment": "^0.7.3"
}
}