package.json 2.0 KB
Newer Older
U
ULIVZ 已提交
1 2
{
  "name": "@vuepress/core",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.0",
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 19 20 21 22 23 24 25 26
  "keywords": [
    "documentation",
    "vue",
    "generator"
  ],
  "author": "Evan You",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress#readme",
  "dependencies": {
    "@babel/core": "7.0.0-beta.47",
    "@vue/babel-preset-app": "3.0.0-beta.11",
U
ULIVZ 已提交
27 28 29 30 31
    "@vuepress/markdown": "^1.0.0-alpha.0",
    "@vuepress/markdown-loader": "^1.0.0-alpha.0",
    "@vuepress/plugin-last-updated": "^1.0.0-alpha.0",
    "@vuepress/plugin-register-components": "^1.0.0-alpha.0",
    "@vuepress/shared-utils": "^1.0.0-alpha.0",
U
ULIVZ 已提交
32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
    "autoprefixer": "^8.2.0",
    "babel-loader": "8.0.0-beta.3",
    "cache-loader": "^1.2.2",
    "chokidar": "^2.0.3",
    "commander": "^2.15.1",
    "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",
    "globby": "^8.0.1",
    "gray-matter": "^4.0.1",
    "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",
    "lru-cache": "^4.1.2",
    "mini-css-extract-plugin": "^0.4.1",
    "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",
66
    "webpackbar": "^2.6.1"
U
ULIVZ 已提交
67 68 69 70 71 72 73 74
  },
  "engines": {
    "node": ">=8"
  },
  "browserslist": [
    ">1%"
  ]
}