mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-21 23:00:00 -06:00
- @vue/cli-init@3.1.1 - @vue/cli-plugin-e2e-cypress@3.1.1 - @vue/cli-plugin-e2e-nightwatch@3.1.1 - @vue/cli-plugin-eslint@3.1.4 - @vue/cli-plugin-pwa@3.1.1 - @vue/cli-plugin-typescript@3.1.1 - @vue/cli-plugin-unit-jest@3.1.1 - @vue/cli-plugin-unit-mocha@3.1.1 - @vue/cli-service-global@3.1.2 - @vue/cli-service@3.1.2 - @vue/cli-shared-utils@3.1.1 - @vue/cli-test-utils@3.1.1 - @vue/cli-ui-addon-webpack@3.1.1 - @vue/cli-ui-addon-widgets@3.1.1 - @vue/cli-ui@3.1.1 - @vue/cli-upgrade@3.1.1 - @vue/cli@3.1.1 - @vue/eslint-config-typescript@3.1.1
34 lines
811 B
JSON
34 lines
811 B
JSON
{
|
|
"name": "@vue/cli-plugin-e2e-cypress",
|
|
"version": "3.1.1",
|
|
"description": "e2e-cypress plugin for vue-cli",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vuejs/vue-cli.git"
|
|
},
|
|
"keywords": [
|
|
"vue",
|
|
"cli",
|
|
"e2e-cypress"
|
|
],
|
|
"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-e2e-cypress#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/webpack-preprocessor": "^3.0.0",
|
|
"@vue/cli-shared-utils": "^3.1.1",
|
|
"cypress": "^3.1.0",
|
|
"eslint-plugin-cypress": "^2.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@cypress/webpack-preprocessor": "^3.0.0"
|
|
}
|
|
}
|