mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-13 18:50:18 -06:00
* fix(deps): update dependency compression to v1.7.5 * fix(deps): update dependency compression to v1.7.5 * empty commit * Add changelog entry * fix(deps): update dependency compression to v1.8.0 * changelog entry * index on renovate/compression-1.x:bb26918351changelog entry * index on renovate/compression-1.x:bb26918351changelog entry * index on renovate/compression-1.x:bb26918351changelog entry --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jennifer Shehane <jennifer@cypress.io> Co-authored-by: cypress-bot[bot] <+cypress-bot[bot]@users.noreply.github.com>
110 lines
3.6 KiB
JSON
110 lines
3.6 KiB
JSON
{
|
|
"name": "@packages/driver",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"scripts": {
|
|
"check-ts": "tsc --noEmit && yarn -s tslint",
|
|
"clean-deps": "rimraf node_modules",
|
|
"cypress:open": "node ../../scripts/cypress open",
|
|
"cypress:run": "node ../../scripts/cypress run --config-file ./cypress.config.ts",
|
|
"cypress:run:inject-document-domain": "node ../../scripts/cypress run --config-file ./cypress.config-injectDocumentDomain.ts",
|
|
"postinstall": "patch-package",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.json, .",
|
|
"start": "node -e 'console.log(require(`chalk`).red(`\nError:\n\tRunning \\`yarn start\\` is no longer needed for driver/cypress tests.\n\tWe now automatically spawn the server in e2e.setupNodeEvents config.\n\tChanges to the server will be watched and reloaded automatically.`))'",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest watch",
|
|
"tslint": "tslint --config ../ts/tslint.json --project ."
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/code-frame": "7.24.7",
|
|
"@cypress/sinon-chai": "2.9.1",
|
|
"@cypress/unique-selector": "0.0.5",
|
|
"@cypress/webpack-dev-server": "0.0.0-development",
|
|
"@cypress/webpack-preprocessor": "0.0.0-development",
|
|
"@packages/config": "0.0.0-development",
|
|
"@packages/errors": "0.0.0-development",
|
|
"@packages/net-stubbing": "0.0.0-development",
|
|
"@packages/network": "0.0.0-development",
|
|
"@packages/proxy": "0.0.0-development",
|
|
"@packages/rewriter": "0.0.0-development",
|
|
"@packages/runner": "0.0.0-development",
|
|
"@packages/server": "0.0.0-development",
|
|
"@packages/socket": "0.0.0-development",
|
|
"@packages/telemetry": "0.0.0-development",
|
|
"@packages/ts": "0.0.0-development",
|
|
"@packages/types": "0.0.0-development",
|
|
"@sinonjs/fake-timers": "8.1.0",
|
|
"@types/chai": "5.0.1",
|
|
"@types/chai-subset": "1.3.5",
|
|
"@types/common-tags": "^1.8.0",
|
|
"@types/crypto-js": "4.1.1",
|
|
"@types/jquery.scrollto": "1.4.29",
|
|
"@types/mime": "^3.0.1",
|
|
"@types/mocha": "^8.0.3",
|
|
"@types/sinonjs__fake-timers": "8.1.1",
|
|
"basic-auth": "2.0.1",
|
|
"blob-util": "2.0.2",
|
|
"bluebird": "3.5.3",
|
|
"body-parser": "1.20.2",
|
|
"bytes": "3.1.2",
|
|
"chai": "4.2.0",
|
|
"chai-subset": "1.6.0",
|
|
"clone": "2.1.2",
|
|
"common-tags": "1.8.0",
|
|
"compression": "1.8.0",
|
|
"cookie-parser": "1.4.5",
|
|
"core-js-pure": "3.21.0",
|
|
"cors": "2.8.5",
|
|
"crypto-js": "4.2.0",
|
|
"cypress-multi-reporters": "1.4.0",
|
|
"dayjs": "^1.10.3",
|
|
"debug": "^4.3.4",
|
|
"error-stack-parser": "2.0.6",
|
|
"errorhandler": "1.5.1",
|
|
"eventemitter2": "6.4.7",
|
|
"express": "4.21.0",
|
|
"is-valid-domain": "0.0.20",
|
|
"is-valid-hostname": "1.0.1",
|
|
"jimp": "0.22.12",
|
|
"jquery": "3.7.1",
|
|
"js-cookie": "3.0.5",
|
|
"jsdom": "^26.0.0",
|
|
"json-stable-stringify": "1.0.1",
|
|
"lodash": "^4.17.21",
|
|
"md5": "2.3.0",
|
|
"method-override": "3.0.0",
|
|
"methods": "1.1.2",
|
|
"mime": "^3.0.0",
|
|
"minimatch": "3.1.2",
|
|
"mocha": "7.0.1",
|
|
"multer": "1.4.4",
|
|
"ordinal": "1.0.3",
|
|
"react-15.6.1": "npm:react@15.6.1",
|
|
"react-16.0.0": "npm:react@16.0.0",
|
|
"react-dom-15.6.1": "npm:react-dom@15.6.1",
|
|
"react-dom-16.0.0": "npm:react-dom@16.0.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"setimmediate": "1.0.5",
|
|
"sinon": "8.1.1",
|
|
"source-map": "0.8.0-beta.0",
|
|
"text-mask-addons": "3.8.0",
|
|
"underscore.string": "3.3.6",
|
|
"url-parse": "1.5.10",
|
|
"vanilla-text-mask": "5.1.1",
|
|
"vite": "5.2.11",
|
|
"vitest": "^2.1.8",
|
|
"webpack": "^5.88.2",
|
|
"zone.js": "0.9.0"
|
|
},
|
|
"files": [
|
|
"patches"
|
|
],
|
|
"workspaces": {
|
|
"nohoist": [
|
|
"*"
|
|
]
|
|
},
|
|
"nx": {}
|
|
}
|