mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-10 22:06:22 +10:00
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "@vuepress/test-utils",
|
|
"version": "1.0.0-alpha.39",
|
|
"description": "test-utils for vuepress",
|
|
"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": "^23.3.10",
|
|
"@vue/test-utils": "^1.0.0-beta.16",
|
|
"@vuepress/core": "^1.0.0-alpha.39",
|
|
"@vuepress/shared-utils": "^1.0.0-alpha.39",
|
|
"babel-core": "^7.0.0-0",
|
|
"babel-jest": "^23.4.0",
|
|
"execa": "^0.10.0",
|
|
"jest": "^23.4.0",
|
|
"jest-serializer-vue": "^1.0.0",
|
|
"ts-jest": "^23.10.5",
|
|
"vue-jest": "^2.6.0"
|
|
},
|
|
"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"
|
|
}
|