mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-07 23:40:21 -05:00
78 lines
2.1 KiB
JSON
78 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:watch": "tsc --watch",
|
|
"cy:open": "node ../../scripts/cypress open",
|
|
"cy:run": "node ../../scripts/cypress run",
|
|
"pretest": "yarn build",
|
|
"test": "yarn cy:run"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-modules-commonjs": "7.10.4",
|
|
"@cypress/code-coverage": "3.8.1",
|
|
"@cypress/webpack-preprocessor": "*",
|
|
"@intlify/vue-i18n-loader": "1.0.0",
|
|
"@vue/test-utils": "1.0.3",
|
|
"babel-plugin-istanbul": "6.0.0",
|
|
"debug": "4.2.0",
|
|
"find-webpack": "2.1.0",
|
|
"unfetch": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.9.0",
|
|
"@babel/preset-env": "7.9.5",
|
|
"axios": "0.19.2",
|
|
"babel-loader": "8.1.0",
|
|
"ban-sensitive-files": "1.9.7",
|
|
"css-loader": "3.4.2",
|
|
"cypress": "*",
|
|
"dependency-check": "3.4.1",
|
|
"deps-ok": "1.4.1",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"git-issues": "1.3.1",
|
|
"license-checker": "19.0.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=JessicaSachs&labels=experiment%3A+component+testing,npm%3A%20%40cypress%2Fvue&template=component-testing.md&title=",
|
|
"keywords": [
|
|
"cypress",
|
|
"vue"
|
|
],
|
|
"publishConfig": {
|
|
"registry": "http://registry.npmjs.org/"
|
|
}
|
|
}
|