-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1022 Bytes
/
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
{
"name": "my_growth",
"version": "1.0.0",
"description": "大型开源记录项目,从这里记录点滴,分享知识,共同进步,走向巅峰!",
"main": "config.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "deploy.sh"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vssue/api-github-v4": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-google-analytics": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-nprogress": "^1.8.2",
"@vuepress/plugin-pwa": "^1.8.2",
"dotenv": "^8.6.0",
"gulp": "^4.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-qcloud-cos-upload": "^1.1.4",
"html-webpack-plugin": "^4.5.2",
"vuepress": "^1.8.2",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-smooth-scroll": "^0.0.9"
}
}