UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

170 lines (169 loc) 5.08 kB
{ "name": "@cypress/react", "version": "0.0.0-development", "description": "Unit test React components using Cypress", "main": "dist/cypress-react.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:open:debug": "NODE_OPTIONS=--max-http-header-size=1048576 node --inspect-brk ../../scripts/start.js --component-testing --project ${PWD}", "cy:run": "node ../../scripts/cypress.js run-ct --project ${PWD}", "cy:run:debug": "NODE_OPTIONS=--max-http-header-size=1048576 node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}", "pretest": "yarn transpile", "test": "yarn cy:run", "test-ci": "node run-tests.js", "transpile": "tsc", "watch": "yarn build --watch --watch.exclude ./dist/**/*" }, "dependencies": { "@cypress/webpack-preprocessor": "0.0.0-development", "debug": "4.3.2", "find-webpack": "2.2.1", "find-yarn-workspace-root": "2.0.0" }, "devDependencies": { "@babel/core": "7.4.5", "@babel/plugin-proposal-class-properties": "7.4.4", "@babel/plugin-syntax-dynamic-import": "7.8.3", "@babel/plugin-transform-modules-commonjs": "7.12.1", "@babel/preset-env": "7.4.5", "@babel/preset-react": "7.0.0", "@babel/preset-typescript": "7.10.4", "@bahmutov/cy-api": "1.4.2", "@bahmutov/cy-rollup": "2.0.0", "@cypress/code-coverage": "3.8.6", "@cypress/webpack-dev-server": "0.0.0-development", "@date-io/date-fns": "1", "@emotion/babel-preset-css-prop": "10.0.27", "@emotion/core": "10.0.22", "@material-ui/core": "4.9.5", "@material-ui/icons": "4.5.1", "@material-ui/lab": "4.0.0-alpha.39", "@material-ui/pickers": "3.2.10", "@percy/cypress": "2.3.2", "@rollup/plugin-commonjs": "^17.1.0", "@rollup/plugin-node-resolve": "^11.1.1", "@testing-library/cypress": "7.0.1", "@types/chalk": "2.2.0", "@types/semver": "7.3.4", "arg": "4.1.3", "autoprefixer": "9.7.6", "axios": "0.18.1", "babel-loader": "8.0.6", "babel-plugin-istanbul": "6.0.0", "babel-plugin-module-resolver": "4.0.0", "bootstrap": "4.4.1", "check-code-coverage": "1.9.2", "common-tags": "1.8.0", "css-loader": "2.1.1", "cypress": "0.0.0-development", "cypress-circleci-reporter": "0.2.0", "cypress-expect": "2.0.0", "cypress-image-snapshot": "3.1.1", "cypress-plugin-snapshots": "1.4.4", "cypress-react-selector": "2.0.4", "date-fns": "2.13.0", "framer-motion": "2.6.13", "i18next": "19.7.0", "lodash": "4.17.15", "mobx": "6.0.0", "mobx-react-lite": "3.0.0", "next": "^9.5.3", "pretty": "2.0.0", "prop-types": "15.7.2", "radioactive-state": "1.3.4", "react": "16.8.6", "react-bootstrap": "1.0.1", "react-calendar-heatmap": "1.8.1", "react-dom": "16.8.6", "react-google-maps": "9.4.5", "react-i18next": "11.7.2", "react-loading-skeleton": "2.0.1", "react-router": "6.0.0-alpha.1", "react-router-dom": "6.0.0-alpha.1", "react-scripts": "3.4.1", "react-tooltip": "4.2.6", "rollup": "^2.38.5", "rollup-plugin-istanbul": "2.0.1", "rollup-plugin-typescript2": "^0.29.0", "style-loader": "0.23.1", "styled-components": "5.0.0", "svg-url-loader": "3.0.3", "typescript": "4.0.3", "victory": "34.3.6", "webpack": "4.44.1", "webpack-cli": "3.3.9" }, "peerDependencies": { "@babel/core": "^=7.x", "@babel/preset-env": "^=7.x", "@cypress/webpack-dev-server": "*", "@types/react": "^16.9.16 || ^17.0.0", "babel-loader": "^=8.x", "cypress": "*", "next": "^=8.x", "react": "^=16.x || ^=17.x", "react-dom": "^=16.x || ^=17.x", "webpack": "^=3.x" }, "files": [ "dist", "support", "plugins" ], "types": "dist/index.d.ts", "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%2Freact&template=1-bug-report.md&title=", "keywords": [ "react", "cypress", "cypress-io", "test", "testing" ], "unpkg": "dist/cypress-react.browser.js", "module": "dist/cypress-react.esm-bundler.js", "peerDependenciesMeta": { "@babel/core": { "optional": true }, "@babel/preset-env": { "optional": true }, "@cypress/webpack-dev-server": { "optional": true }, "@types/react": { "optional": true }, "babel-loader": { "optional": true }, "next": { "optional": true }, "webpack": { "optional": true } }, "publishConfig": { "access": "public" }, "ciJobs": [ "npm-react" ], "standard": { "globals": [ "Cypress", "cy", "expect" ] } }