-
Notifications
You must be signed in to change notification settings - Fork 4.8k
/
package.json
43 lines (43 loc) · 1.06 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
42
43
{
"name": "@vuepress/theme-default",
"version": "1.5.4",
"description": "Default theme for VuePress",
"keywords": [
"documentation",
"generator",
"vue",
"vuepress"
],
"homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/theme-default#readme",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/theme-default"
},
"license": "MIT",
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-active-header-links": "1.5.4",
"@vuepress/plugin-nprogress": "1.5.4",
"@vuepress/plugin-search": "1.5.4",
"docsearch.js": "^2.5.2",
"lodash": "^4.17.15",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vuepress-plugin-container": "^2.0.2",
"vuepress-plugin-smooth-scroll": "^0.0.3"
},
"publishConfig": {
"access": "public"
},
"maintainers": [
{
"name": "ULIVZ",
"email": "[email protected]"
}
]
}