q9
This commit is contained in:
110
node_modules/cypress/react/package.json
generated
vendored
Normal file
110
node_modules/cypress/react/package.json
generated
vendored
Normal file
@@ -0,0 +1,110 @@
|
||||
{
|
||||
"name": "@cypress/react",
|
||||
"version": "0.0.0-development",
|
||||
"description": "Test React components using Cypress",
|
||||
"main": "dist/cypress-react.cjs.js",
|
||||
"scripts": {
|
||||
"build": "rimraf dist && rollup -c rollup.config.mjs",
|
||||
"postbuild": "node ../../scripts/sync-exported-npm-with-cli.js",
|
||||
"check-ts": "tsc --noEmit",
|
||||
"cy:open": "node ../../scripts/cypress.js open --component",
|
||||
"cy:open:debug": "node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}",
|
||||
"cy:run": "node ../../scripts/cypress.js run --component",
|
||||
"cy:run:debug": "node --inspect-brk ../../scripts/start.js --component-testing --run-project ${PWD}",
|
||||
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
|
||||
"test": "yarn cy:run",
|
||||
"watch": "yarn build --watch --watch.exclude ./dist/**/*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cypress/mount-utils": "0.0.0-development",
|
||||
"@types/semver": "7.5.0",
|
||||
"@vitejs/plugin-react": "4.3.0",
|
||||
"axios": "0.21.2",
|
||||
"cypress": "0.0.0-development",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "16.8.6",
|
||||
"react-dom": "16.8.6",
|
||||
"react-router": "6.0.0-alpha.1",
|
||||
"react-router-dom": "6.0.0-alpha.1",
|
||||
"semver": "^7.5.3",
|
||||
"typescript": "~5.4.5",
|
||||
"vite": "5.2.11",
|
||||
"vite-plugin-require-transform": "1.0.12"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^16.9.16 || ^17.0.0",
|
||||
"cypress": "*",
|
||||
"react": "^=16.x || ^=17.x",
|
||||
"react-dom": "^=16.x || ^=17.x"
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"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/develop/npm/react/#readme",
|
||||
"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": {
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
}
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"nx": {
|
||||
"targets": {
|
||||
"build": {
|
||||
"dependsOn": [
|
||||
"!@cypress/react18:build"
|
||||
],
|
||||
"outputs": [
|
||||
"{workspaceRoot}/cli/react",
|
||||
"{projectRoot}/dist"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"standard": {
|
||||
"globals": [
|
||||
"Cypress",
|
||||
"cy",
|
||||
"expect"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user