package.json 2.0 KB
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/core",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.44",
U
ULIVZ 已提交
4 5 6 7
  "description": "Minimalistic doc generator with Vue component based layout system",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
8 9
    "url": "git+https://github.com/vuejs/vuepress.git",
    "directory": "packages/@vuepress/core"
U
ULIVZ 已提交
10
  },
U
ULIVZ 已提交
11 12 13
  "publishConfig": {
    "access": "public"
  },
U
ULIVZ 已提交
14 15 16 17 18 19
  "keywords": [
    "documentation",
    "vue",
    "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 30 31
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress#readme",
  "dependencies": {
U
ULIVZ 已提交
32
    "@babel/core": "^7.0.0",
U
ULIVZ 已提交
33
    "@vue/babel-preset-app": "^3.1.1",
U
ULIVZ 已提交
34 35 36 37 38 39
    "@vuepress/markdown": "^1.0.0-alpha.44",
    "@vuepress/markdown-loader": "^1.0.0-alpha.44",
    "@vuepress/plugin-container": "^1.0.0-alpha.44",
    "@vuepress/plugin-last-updated": "^1.0.0-alpha.44",
    "@vuepress/plugin-register-components": "^1.0.0-alpha.44",
    "@vuepress/shared-utils": "^1.0.0-alpha.44",
40
    "autoprefixer": "^7.1.2",
U
ULIVZ 已提交
41
    "babel-loader": "^8.0.4",
U
ULIVZ 已提交
42 43 44 45 46 47 48 49
    "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",
B
bailnl 已提交
50
    "lru-cache": "^5.1.1",
51
    "mini-css-extract-plugin": "0.4.4",
U
ULIVZ 已提交
52 53 54 55 56 57 58
    "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",
59
    "vue-router": "^3.0.2",
U
ULIVZ 已提交
60 61 62 63 64
    "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",
65
    "webpack-dev-server": "^3.1.14",
U
ULIVZ 已提交
66
    "webpack-merge": "^4.1.2",
U
ULIVZ 已提交
67
    "webpackbar": "^2.6.1"
U
ULIVZ 已提交
68 69
  },
  "engines": {
70
    "node": ">=8.6"
U
ULIVZ 已提交
71 72 73 74 75
  },
  "browserslist": [
    ">1%"
  ]
}