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