mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-23 23:59:02 -06:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
JSON
{
|
|
"name": "@vue/cli-plugin-unit-jest",
|
|
"version": "5.0.0-beta.1",
|
|
"description": "unit-jest plugin for vue-cli",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git",
|
|
"directory": "packages/@vue/cli-plugin-unit-jest"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"unit-jest"
|
|
],
|
|
"author": "Evan You",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/vuejs/vue-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/vuejs/vue-cli/tree/dev/packages/@vue/cli-plugin-unit-jest#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.12.13",
|
|
"@types/jest": "^26.0.20",
|
|
"@vue/cli-shared-utils": "^5.0.0-beta.1",
|
|
"babel-jest": "^26.6.3",
|
|
"deepmerge": "^4.2.2",
|
|
"jest": "^26.6.3",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"jest-watch-typeahead": "^0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "^1.1.3",
|
|
"ts-jest": "^26.5.3",
|
|
"vue-jest": "^4.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@vue/cli-service": "^3.0.0 || ^4.0.0 || ^5.0.0-0",
|
|
"ts-jest": "^26.5.3",
|
|
"vue-jest": "^4.0.1 || ^5.0.0-0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"ts-jest": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|