UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

93 lines (92 loc) 2.68 kB
{ "name": "@cypress/vue", "version": "0.0.0-development", "description": "Browser-based Component Testing for Vue.js with Cypress.io ✌️🌲", "main": "dist/cypress-vue.cjs.js", "scripts": { "build": "rimraf dist && yarn rollup -c rollup.config.js", "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": "yarn build --watch --watch.exclude ./dist/**/*" }, "dependencies": { "@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", "@cypress/code-coverage": "3.8.1", "@cypress/webpack-dev-server": "0.0.0-development", "@intlify/vue-i18n-loader": "1.0.0", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-node-resolve": "^11.1.1", "@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", "rollup": "^2.38.5", "rollup-plugin-istanbul": "2.0.1", "rollup-plugin-typescript2": "^0.29.0", "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": { "@cypress/webpack-dev-server": "*", "babel-loader": "8", "cypress": ">=4.5.0", "vue": "2.x" }, "files": [ "dist/**/*", "src/**/*.js" ], "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" ], "unpkg": "dist/cypress-vue.browser.js", "module": "dist/cypress-vue.esm-bundler.js", "peerDependenciesMeta": { "@cypress/webpack-dev-server": { "optional": true } }, "publishConfig": { "access": "public", "registry": "http://registry.npmjs.org/" }, "ciJobs": [ "npm-vue" ] }