aboutsummaryrefslogtreecommitdiff
path: root/doc/docs/.vuepress/theme/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs/.vuepress/theme/package.json')
-rw-r--r--doc/docs/.vuepress/theme/package.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/doc/docs/.vuepress/theme/package.json b/doc/docs/.vuepress/theme/package.json
new file mode 100644
index 0000000..d5dfc26
--- /dev/null
+++ b/doc/docs/.vuepress/theme/package.json
@@ -0,0 +1,44 @@
1{
2 "name": "@vuepress/theme-default",
3 "version": "1.8.2",
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 "main": "index.js",
23 "dependencies": {
24 "@vuepress/plugin-active-header-links": "1.8.2",
25 "@vuepress/plugin-nprogress": "1.8.2",
26 "@vuepress/plugin-search": "1.8.2",
27 "docsearch.js": "^2.5.2",
28 "lodash": "^4.17.15",
29 "stylus": "^0.54.8",
30 "stylus-loader": "^3.0.2",
31 "vuepress-plugin-container": "^2.0.2",
32 "vuepress-plugin-smooth-scroll": "^0.0.3"
33 },
34 "publishConfig": {
35 "access": "public"
36 },
37 "maintainers": [
38 {
39 "name": "ULIVZ",
40 "email": "chl814@foxmail.com"
41 }
42 ],
43 "gitHead": "11eed0f0f105b97a7324cfa8e59d7d27bb966842"
44}