Files
cypress/npm/react/package.json
Brian Mann af26fbebe6 feat: component testing (#14479)
Co-authored-by: Jessica Sachs <jess@jessicasachs.io>
Co-authored-by: Barthélémy Ledoux <bart@cypress.io>
Co-authored-by: Lachlan Miller <lachlan.miller.1990@outlook.com>
Co-authored-by: Zach Bloomquist <github@chary.us>
Co-authored-by: Dmitriy Kovalenko <dmtr.kovalenko@outlook.com>
Co-authored-by: ElevateBart <ledouxb@gmail.com>
Co-authored-by: Ben Kucera <14625260+Bkucera@users.noreply.github.com>
2021-02-04 15:45:16 -05:00

175 lines
4.9 KiB
JSON

{
"name": "@cypress/react",
"version": "0.0.0-development",
"description": "Unit test React components using Cypress",
"main": "dist",
"scripts": {
"build": "rimraf dist && yarn transpile",
"build-prod": "yarn build",
"cy:open": "node ../../scripts/start.js --component-testing --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 open-ct --run-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",
"transpile": "tsc",
"watch": "tsc -w"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "7.12.1",
"@cypress/code-coverage": "3.8.6",
"@cypress/webpack-dev-server": "0.0.0-development",
"@cypress/webpack-preprocessor": "0.0.0-development",
"babel-plugin-istanbul": "6.0.0",
"debug": "4.3.2",
"find-up": "5.0.0",
"find-webpack": "2.2.1",
"mime-types": "2.1.26",
"semver": "7.3.2",
"unfetch": "4.1.0"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@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",
"@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",
"@testing-library/cypress": "7.0.1",
"@types/chalk": "2.2.0",
"@types/inquirer": "7.3.1",
"@types/mock-fs": "4.10.0",
"@types/node": "12.12.50",
"@types/semver": "7.3.4",
"arg": "4.1.3",
"autoprefixer": "9.7.6",
"axios": "0.18.1",
"babel-loader": "8.0.6",
"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-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",
"mocha": "7.1.1",
"mock-fs": "4.13.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.28.1",
"rollup-plugin-istanbul": "2.0.1",
"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",
"@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",
"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"
],
"peerDependenciesMeta": {
"@babel/core": {
"optional": true
},
"@babel/preset-env": {
"optional": true
},
"@types/react": {
"optional": true
},
"babel-loader": {
"optional": true
},
"next": {
"optional": true
},
"webpack": {
"optional": true
}
},
"ciJobs": [
"npm-react",
"npm-react-axe",
"npm-react-next",
"npm-react-cra",
"npm-react-cra-folder",
"npm-react-rollup",
"npm-react-sass-ts",
"npm-react-snapshots",
"npm-react-tailwind",
"npm-react-percy",
"npm-react-webpack-file",
"npm-react-webpack-options"
],
"standard": {
"globals": [
"Cypress",
"cy",
"expect"
]
}
}