mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-09 05:16:23 +10:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@vuepress/test-utils",
|
|
"version": "1.1.0",
|
|
"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.1.0",
|
|
"@vuepress/shared-utils": "^1.1.0",
|
|
"babel-jest": "^24.7.1",
|
|
"execa": "^1.0.0",
|
|
"jest": "^24.7.1",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"ts-jest": "^24.0.2",
|
|
"vue": "^2.5.16",
|
|
"vue-jest": "^4.0.0-beta.1",
|
|
"vue-template-compiler": "^2.5.16"
|
|
},
|
|
"author": "ULIVZ <chl814@foxmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/test-utils#readme"
|
|
}
|