mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-04 22:10:40 -05:00
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "@cypress/vue",
|
|
"version": "0.0.0-development",
|
|
"description": "Browser-based Component Testing for Vue.js with Cypress.io ✌️🌲",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"build-prod": "yarn build",
|
|
"cy:open": "node ../../scripts/cypress.js open-ct --project ${PWD}",
|
|
"cy:run": "node ../../scripts/cypress.js run-ct --project ${PWD}",
|
|
"test": "yarn cy:run",
|
|
"watch": "tsc -w"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/code-coverage": "3.8.1",
|
|
"@cypress/webpack-dev-server": "0.0.0-development",
|
|
"@vue/test-utils": "1.0.3",
|
|
"unfetch": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@babel/plugin-transform-modules-commonjs": "7.10.4",
|
|
"@babel/preset-env": "7.9.5",
|
|
"@intlify/vue-i18n-loader": "1.0.0",
|
|
"@vue/cli-plugin-babel": "~4.4.0",
|
|
"@vue/cli-service": "~4.4.0",
|
|
"axios": "0.19.2",
|
|
"babel-loader": "8.1.0",
|
|
"babel-plugin-istanbul": "6.0.0",
|
|
"css-loader": "3.4.2",
|
|
"cypress": "0.0.0-development",
|
|
"debug": "4.3.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"find-webpack": "2.1.0",
|
|
"mocha": "7.1.1",
|
|
"tailwindcss": "1.1.4",
|
|
"typescript": "3.9.6",
|
|
"vue": "2.6.11",
|
|
"vue-i18n": "8.9.0",
|
|
"vue-loader": "15.9.3",
|
|
"vue-router": "3.0.5",
|
|
"vue-style-loader": "4.1.2",
|
|
"vue-template-compiler": "2.6.11",
|
|
"vuex": "3.1.1",
|
|
"webpack": "4.42.0"
|
|
},
|
|
"peerDependencies": {
|
|
"babel-loader": "8",
|
|
"cypress": ">=4.5.0",
|
|
"vue": "2.x"
|
|
},
|
|
"files": [
|
|
"dist/**/*"
|
|
],
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"types": "dist",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cypress-io/cypress.git"
|
|
},
|
|
"homepage": "https://on.cypress.io/component-testing",
|
|
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
|
|
"bugs": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fvue&template=1-bug-report.md&title=",
|
|
"keywords": [
|
|
"cypress",
|
|
"vue"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "http://registry.npmjs.org/"
|
|
},
|
|
"ciJobs": [
|
|
"npm-vue"
|
|
]
|
|
}
|