UNPKG

1.18 kBJSONView Raw
1{
2 "name": "@vuepress/theme-default",
3 "version": "1.9.10",
4 "description": "Default theme for VuePress",
5 "keywords": [
6 "documentation",
7 "generator",
8 "vue",
9 "vuepress"
10 ],
11 "homepage": "https://github.com/vuejs/vuepress/blob/master/packages/@vuepress/theme-default#readme",
12 "bugs": {
13 "url": "https://github.com/vuejs/vuepress/issues"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/vuejs/vuepress.git",
18 "directory": "packages/@vuepress/theme-default"
19 },
20 "license": "MIT",
21 "author": "Evan You",
22 "maintainers": [
23 {
24 "name": "ULIVZ",
25 "email": "chl814@foxmail.com"
26 }
27 ],
28 "main": "index.js",
29 "dependencies": {
30 "@vuepress/plugin-active-header-links": "1.9.10",
31 "@vuepress/plugin-nprogress": "1.9.10",
32 "@vuepress/plugin-search": "1.9.10",
33 "@vuepress/types": "1.9.10",
34 "docsearch.js": "^2.5.2",
35 "lodash": "^4.17.15",
36 "stylus": "^0.54.8",
37 "stylus-loader": "^3.0.2",
38 "vuepress-plugin-container": "^2.0.2",
39 "vuepress-plugin-smooth-scroll": "^0.0.3"
40 },
41 "publishConfig": {
42 "access": "public"
43 },
44 "gitHead": "a3e4bbab8df198b8b18d55031ff0b6f0bf190fdb"
45}