package.json 2.0 KB
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/core",
U
ULIVZ 已提交
3
  "version": "1.0.0-beta.2",
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
    "@vuepress/markdown": "^1.0.0-beta.2",
    "@vuepress/markdown-loader": "^1.0.0-beta.2",
    "@vuepress/plugin-last-updated": "^1.0.0-beta.2",
    "@vuepress/plugin-register-components": "^1.0.0-beta.2",
    "@vuepress/shared-utils": "^1.0.0-beta.2",
39
    "autoprefixer": "^9.5.1",
U
ULIVZ 已提交
40
    "babel-loader": "^8.0.4",
41
    "cache-loader": "^3.0.0",
U
ULIVZ 已提交
42 43
    "chokidar": "^2.0.3",
    "connect-history-api-fallback": "^1.5.0",
44
    "copy-webpack-plugin": "^5.0.2",
U
ULIVZ 已提交
45
    "cross-spawn": "^6.0.5",
46 47
    "css-loader": "^2.1.1",
    "file-loader": "^3.0.1",
U
ULIVZ 已提交
48
    "js-yaml": "^3.11.0",
B
bailnl 已提交
49
    "lru-cache": "^5.1.1",
50
    "mini-css-extract-plugin": "0.6.0",
51
    "optimize-css-assets-webpack-plugin": "^5.0.1",
U
ULIVZ 已提交
52
    "portfinder": "^1.0.13",
53
    "postcss-loader": "^3.0.0",
54
    "postcss-safe-parser": "^4.0.1",
55
    "toml": "^3.0.0",
U
ULIVZ 已提交
56 57 58
    "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
    "vue-server-renderer": "^2.5.16",
    "vue-template-compiler": "^2.5.16",
    "vuepress-html-webpack-plugin": "^3.2.0",
S
Shigma 已提交
63
    "vuepress-plugin-container": "^2.0.0",
U
ULIVZ 已提交
64 65
    "webpack": "^4.8.1",
    "webpack-chain": "^4.6.0",
U
ULIVZ 已提交
66
    "webpack-dev-server": "^3.5.1",
U
ULIVZ 已提交
67
    "webpack-merge": "^4.1.2",
68
    "webpackbar": "3.2.0"
U
ULIVZ 已提交
69 70
  },
  "engines": {
71
    "node": ">=8.6"
U
ULIVZ 已提交
72 73 74 75 76
  },
  "browserslist": [
    ">1%"
  ]
}