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