mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-16 12:25:15 -06:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "@vue/cli-plugin-unit-jest",
|
|
"version": "4.0.0-alpha.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.4.5",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
|
|
"@vue/cli-shared-utils": "^4.0.0-alpha.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-jest": "^24.8.0",
|
|
"jest": "^24.8.0",
|
|
"jest-serializer-vue": "^2.0.2",
|
|
"jest-transform-stub": "^2.0.0",
|
|
"jest-watch-typeahead": "^0.3.1",
|
|
"vue-jest": "^3.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"ts-jest": "^24.0.2"
|
|
}
|
|
}
|