package.json 948 字节
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/theme-default",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.35",
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 11 12 13 14 15
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuepress.git"
  },
  "keywords": [
    "documentation",
    "vue",
U
ULIVZ 已提交
16
    "vuepress",
U
ULIVZ 已提交
17 18 19
    "generator"
  ],
  "author": "Evan You",
U
ULIVZ 已提交
20 21 22 23 24 25
  "maintainers": [
    {
      "name": "ULIVZ",
      "email": "chl814@foxmail.com"
    }
  ],
U
ULIVZ 已提交
26 27 28 29
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
U
ULIVZ 已提交
30
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
31
  "dependencies": {
U
ULIVZ 已提交
32 33 34
    "@vuepress/plugin-active-header-links": "^1.0.0-alpha.35",
    "@vuepress/plugin-nprogress": "^1.0.0-alpha.35",
    "@vuepress/plugin-search": "^1.0.0-alpha.35",
U
ULIVZ 已提交
35
    "docsearch.js": "^2.5.2",
36 37
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2"
U
ULIVZ 已提交
38
  }
39
}