-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 963 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": "knowledge",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "vuepress dev docs",
"build": "vuepress build docs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"vuepress": "^1.9.7"
},
"dependencies": {
"@vssue/api-github-v3": "^1.4.7",
"@vssue/vuepress-plugin-vssue": "^1.4.8",
"@vuepress-reco/vuepress-plugin-bulletin-popover": "^1.6.0",
"@vuepress-reco/vuepress-plugin-kan-ban-niang": "^1.0.5",
"@vuepress/plugin-pwa": "^1.9.7",
"vuepress-plugin-boxx": "^0.0.7",
"vuepress-plugin-cursor-effects": "^1.1.2",
"vuepress-plugin-dynamic-title": "^1.0.0",
"vuepress-plugin-go-top": "^1.0.4",
"vuepress-plugin-nuggets-style-copy": "^1.0.3",
"vuepress-plugin-sakura": "^1.1.0",
"vuepress-plugin-sponsor": "^1.0.0",
"vuepress-theme-reco": "^1.6.10"
}
}