package.json 947 字节
Newer Older
1 2
{
  "name": "@vuepress/test-utils",
U
ULIVZ 已提交
3
  "version": "1.0.0-alpha.0",
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
  "description": "test-utils for vuepress",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vuepress.git"
  },
  "keywords": [
    "documentation",
    "vue",
    "vuepress",
    "generator"
  ],
  "dependencies": {
    "@babel/core": "^7.0.0-beta.47",
    "@babel/preset-env": "^7.0.0-beta.47",
U
ULIVZ 已提交
21 22 23
    "@vue/test-utils": "^1.0.0-beta.16",
    "@vuepress/core": "^1.0.0-alpha.0",
    "@vuepress/shared-utils": "^1.0.0-alpha.0",
24
    "babel-core": "^7.0.0-0",
U
ULIVZ 已提交
25
    "babel-jest": "^23.4.0",
U
ULIVZ 已提交
26
    "execa": "^0.10.0",
U
ULIVZ 已提交
27
    "jest": "^23.4.0",
28
    "jest-serializer-vue": "^1.0.0",
U
ULIVZ 已提交
29
    "vue-jest": "^2.6.0"
30 31 32 33 34 35 36
  },
  "author": "Evan You",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vuepress/issues"
  },
  "homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/test-utils#readme"
U
ULIVZ 已提交
37
}