-
Notifications
You must be signed in to change notification settings - Fork 4.7k
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "@vuepress/test-utils",
"version": "1.0.0-alpha.42",
"description": "test-utils for vuepress",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vuepress.git",
"directory": "packages/@vuepress/test-utils"
},
"keywords": [
"documentation",
"vue",
"vuepress",
"generator"
],
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@types/jest": "^24.0.9",
"@vue/test-utils": "^1.0.0-beta.29",
"@vuepress/core": "1.0.0-alpha.42",
"@vuepress/shared-utils": "1.0.0-alpha.42",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"execa": "^0.10.0",
"jest-serializer-vue": "^1.0.0",
"ts-jest": "^23.10.5",
"vue": "^2.5.16",
"vue-jest": "^4.0.0-beta.1",
"vue-template-compiler": "^2.5.16"
},
"author": "ULIVZ <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/test-utils#readme"
}