PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/@cypress/react

Просмотр файла: package.json

{
  "name": "@cypress/react",
  "version": "8.0.2",
  "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.0.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": "4.5.2",
    "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"
    ]
  }
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!