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