forked from imarvinle/CSGuide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 820 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
{
"name": "csguide",
"version": "1.0.0",
"main": "index.js",
"author": "xiaobei",
"license": "MIT",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy": "bash deploy.sh"
},
"devDependencies": {
"@vssue/api-github-v3": "^1.4.7",
"@vuepress/plugin-back-to-top": "^1.9.9",
"@vuepress/plugin-google-analytics": "^1.9.9",
"@vuepress/plugin-pwa": "^1.9.9",
"@xiaopanda/vuepress-plugin-code-copy": "^1.0.3",
"screenfull": "^5.1.0",
"vuepress": "^1.9.9",
"vuepress-plugin-readmore-popular": "^0.0.17",
"vuepress-plugin-seo": "0.1.4",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-thirdparty-search": "^1.0.2"
},
"dependencies": {
"vuepress-plugin-code-copy": "^1.0.6",
"webpack": "^4.47.0"
}
}