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