-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 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
38
39
40
41
{
"name": "Wiki-book",
"version": "1.0.0",
"description": "",
"master": "index.js",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy": "bash deploy.sh",
"cname": "bash cname.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoyceKirkland/Wiki-book.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoyceKirkland/Wiki-book/issues"
},
"homepage": "https://github.com/JoyceKirkland/Wiki-book#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-google-analytics": "^1.3.1",
"@vuepress/plugin-nprogress": "^1.3.1",
"@vuepress/plugin-pwa": "^1.0.0-rc.1",
"vue-router": "3.4.5",
"vuepress": "^1.3.1",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-rss": "^2.0.0"
},
"dependencies": {
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-comment": "^0.7.3",
"vuepress-plugin-mathjax": "^1.2.8",
"vuepress-plugin-reading-progress": "^1.0.8",
"vuepress-theme-antdocs": "^0.1.1-beta",
"vuepress-theme-reco": "^1.2.2"
}
}