package.json 2.0 KB
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/core",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.32",
U
ULIVZ 已提交
4 5 6 7 8 9
  "description": "Minimalistic doc generator with Vue component based layout system",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuepress.git"
  },
U
ULIVZ 已提交
10 11 12
  "publishConfig": {
    "access": "public"
  },
U
ULIVZ 已提交
13 14 15 16 17 18
  "keywords": [
    "documentation",
    "vue",
    "generator"
  ],
  "author": "Evan You",
U
ULIVZ 已提交
19 20 21 22 23 24
  "maintainers": [
    {
      "name": "ULIVZ",
      "email": "chl814@foxmail.com"
    }
  ],
U
ULIVZ 已提交
25 26 27 28 29 30
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress#readme",
  "dependencies": {
U
ULIVZ 已提交
31
    "@babel/core": "^7.0.0",
U
ULIVZ 已提交
32
    "@vue/babel-preset-app": "^3.1.1",
U
ULIVZ 已提交
33 34 35 36 37
    "@vuepress/markdown": "^1.0.0-alpha.32",
    "@vuepress/markdown-loader": "^1.0.0-alpha.32",
    "@vuepress/plugin-last-updated": "^1.0.0-alpha.32",
    "@vuepress/plugin-register-components": "^1.0.0-alpha.32",
    "@vuepress/shared-utils": "^1.0.0-alpha.32",
38
    "autoprefixer": "^7.1.2",
U
ULIVZ 已提交
39
    "babel-loader": "^8.0.4",
U
ULIVZ 已提交
40 41 42 43 44 45 46 47 48 49 50 51
    "cache-loader": "^1.2.2",
    "chokidar": "^2.0.3",
    "connect-history-api-fallback": "^1.5.0",
    "copy-webpack-plugin": "^4.5.1",
    "cross-spawn": "^6.0.5",
    "css-loader": "^0.28.11",
    "file-loader": "^1.1.11",
    "js-yaml": "^3.11.0",
    "koa-connect": "^2.0.1",
    "koa-mount": "^3.0.0",
    "koa-range": "^0.3.0",
    "koa-static": "^4.0.2",
B
bailnl 已提交
52
    "lru-cache": "^5.1.1",
53
    "mini-css-extract-plugin": "0.4.4",
U
ULIVZ 已提交
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
    "optimize-css-assets-webpack-plugin": "^4.0.0",
    "portfinder": "^1.0.13",
    "postcss-loader": "^2.1.5",
    "toml": "^2.3.3",
    "url-loader": "^1.0.1",
    "vue": "^2.5.16",
    "vue-loader": "^15.2.4",
    "vue-router": "^3.0.1",
    "vue-server-renderer": "^2.5.16",
    "vue-template-compiler": "^2.5.16",
    "vuepress-html-webpack-plugin": "^3.2.0",
    "webpack": "^4.8.1",
    "webpack-chain": "^4.6.0",
    "webpack-merge": "^4.1.2",
    "webpack-serve": "^1.0.2",
U
ULIVZ 已提交
69
    "webpackbar": "^2.6.1"
U
ULIVZ 已提交
70 71
  },
  "engines": {
72
    "node": ">=8.6"
U
ULIVZ 已提交
73 74 75 76 77
  },
  "browserslist": [
    ">1%"
  ]
}