mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-19 10:15:56 +10:00
38 lines
923 B
JSON
38 lines
923 B
JSON
{
|
|
"name": "@vuepress/test-utils",
|
|
"version": "1.0.0",
|
|
"description": "test-utils for vuepress",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vuepress.git"
|
|
},
|
|
"keywords": [
|
|
"documentation",
|
|
"vue",
|
|
"vuepress",
|
|
"generator"
|
|
],
|
|
"dependencies": {
|
|
"@vuepress/core": "^1.0.0",
|
|
"@vuepress/shared-utils": "^1.0.0",
|
|
"@vue/test-utils": "^1.0.0-beta.16",
|
|
"@babel/core": "^7.0.0-beta.47",
|
|
"@babel/preset-env": "^7.0.0-beta.47",
|
|
"babel-core": "^7.0.0-0",
|
|
"babel-jest": "^23.4.0",
|
|
"jest": "^23.4.0",
|
|
"jest-serializer-vue": "^1.0.0",
|
|
"vue-jest": "^2.6.0",
|
|
"execa": "^0.10.0"
|
|
},
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vuepress/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/test-utils#readme"
|
|
}
|