package.json 742 字节
Newer Older
U
ULIVZ 已提交
1 2 3 4
{
  "name": "@vuepress/theme-default",
  "version": "1.0.0",
  "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 20 21 22 23
    "generator"
  ],
  "author": "Evan You",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
U
ULIVZ 已提交
24
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
25
  "dependencies": {
U
ULIVZ 已提交
26 27
    "@vuepress/plugin-active-header-links": "1.0.0",
    "docsearch.js": "^2.5.2",
U
ULIVZ 已提交
28
    "nprogress": "^0.2.0",
U
ULIVZ 已提交
29
    "@vuepress/plugin-stylus": "^1.0.0"
U
ULIVZ 已提交
30
  }
U
ULIVZ 已提交
31
}