-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 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": "html-guide",
"version": "1.0.0",
"description": "An HTML guide for personal summary",
"main": "index.js",
"scripts": {
"test": "vuepress test docs",
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JunLiangWangX/HTML-Guide.git"
},
"keywords": [
"hmlt",
"h5",
"summary",
"guide"
],
"author": "JunLiangWang",
"license": "MIT",
"bugs": {
"url": "https://github.com/JunLiangWangX/HTML-Guide/issues"
},
"homepage": "https://github.com/JunLiangWangX/HTML-Guide#readme",
"devDependencies": {
"@vuepress/plugin-google-analytics": "^1.9.7",
"@vuepress/plugin-pwa": "^1.9.7",
"vuepress": "^1.9.7",
"vuepress-plugin-baidu-autopush": "^1.0.1",
"vuepress-plugin-seo": "^0.2.0",
"vuepress-plugin-social-share": "^1.2.1"
},
"dependencies": {
"@vssue/api-github-v4": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"vue-codemirror": "^4.0.6",
"vuepress-plugin-gotop-plus": "^1.0.4",
"vuepress-plugin-img-lazy": "^1.0.4",
"vuepress-plugin-last-reading": "^1.0.0"
}
}