mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 22:19:46 -06:00
192 lines
5.5 KiB
JSON
192 lines
5.5 KiB
JSON
{
|
|
"name": "@cypress/react",
|
|
"version": "0.0.0-development",
|
|
"description": "Test React components using Cypress",
|
|
"main": "dist/cypress-react.cjs.js",
|
|
"scripts": {
|
|
"build": "rimraf dist && yarn transpile-plugins && yarn rollup -c rollup.config.js",
|
|
"build-prod": "yarn build",
|
|
"cy:open": "node ../../scripts/cypress.js open-ct",
|
|
"cy:open:debug": "node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}",
|
|
"cy:run": "node ../../scripts/cypress.js run-ct",
|
|
"cy:run:debug": "node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}",
|
|
"pretest": "yarn transpile",
|
|
"test": "yarn test-unit && yarn test-component",
|
|
"test-unit": "mocha -r @packages/ts/register test/**/*.spec.*",
|
|
"test-component": "yarn cy:run",
|
|
"test-ci": "node ../../scripts/run-ct-examples.js --examplesList=./examples.env",
|
|
"transpile": "tsc",
|
|
"transpile-plugins": "yarn transpile --project ./plugins",
|
|
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
|
|
},
|
|
"dependencies": {
|
|
"@cypress/mount-utils": "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.9.4",
|
|
"@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",
|
|
"@rollup/plugin-commonjs": "^17.1.0",
|
|
"@rollup/plugin-node-resolve": "^11.1.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-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-junit-reporter": "^2.0.0",
|
|
"mocha-multi-reporters": "^1.5.1",
|
|
"next": "^10.1.2",
|
|
"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.2.3",
|
|
"victory": "34.3.6",
|
|
"webpack": "4.44.1",
|
|
"webpack-cli": "3.3.9"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": ">=7",
|
|
"@babel/preset-env": ">=7",
|
|
"@cypress/webpack-dev-server": "*",
|
|
"@types/react": "^16.9.16 || ^17.0.0",
|
|
"babel-loader": ">=8",
|
|
"cypress": "*",
|
|
"next": ">=8",
|
|
"react": "^=16.x || ^=17.x",
|
|
"react-dom": "^=16.x || ^=17.x",
|
|
"webpack": ">=4"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"support",
|
|
"plugins"
|
|
],
|
|
"types": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cypress-io/cypress.git"
|
|
},
|
|
"homepage": "https://github.com/cypress-io/cypress/blob/master/npm/react/#readme",
|
|
"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"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Dmitriy Kovalenko",
|
|
"social": "@dmtrKovalenko"
|
|
},
|
|
{
|
|
"name": "Brian Mann",
|
|
"social": "@brian-mann"
|
|
},
|
|
{
|
|
"name": "Barthélémy Ledoux",
|
|
"social": "@elevatebart"
|
|
},
|
|
{
|
|
"name": "Lachlan Miller",
|
|
"social": "@lmiller1990"
|
|
},
|
|
{
|
|
"name": "Jessica Sachs",
|
|
"social": "@JessicaSachs"
|
|
}
|
|
],
|
|
"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",
|
|
"registry": "http://registry.npmjs.org/"
|
|
},
|
|
"standard": {
|
|
"globals": [
|
|
"Cypress",
|
|
"cy",
|
|
"expect"
|
|
]
|
|
}
|
|
}
|