-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.26 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.26 KB
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
40
41
42
43
{
"name": "vuepress-starter",
"version": "1.0.0",
"description": "这个仓库由两部分组成",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "npm run build && gh-pages -d docs/.vuepress/dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.5.2",
"@vuepress/plugin-medium-zoom": "^1.5.2",
"gh-pages": "^3.1.0",
"markdown-it-disable-url-encode": "^1.0.1",
"vuepress": "^1.5.2",
"vuepress-plugin-minimal-analytics": "^0.1.4",
"vuepress-plugin-smooth-scroll": "0.0.10",
"vuepress-plugin-zooming": "^1.1.7"
},
"dependencies": {
"@dovyp/vuepress-plugin-clipboard-copy": "^1.0.0-alpha.7",
"@vssue/api-github-v3": "^1.4.4",
"@vssue/vuepress-plugin-vssue": "^1.4.6",
"medium-zoom": "^1.0.6",
"moment": "^2.29.1",
"vssue": "^1.4.6"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SQwatermark/ResGuideSource.git"
},
"bugs": {
"url": "https://github.com/SQwatermark/ResGuideSource/issues"
},
"homepage": "https://github.com/SQwatermark/ResGuideSource#readme"
}