mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-23 15:39:05 -06:00
Co-authored-by: Zach Bloomquist <github@chary.us> Co-authored-by: Jennifer Shehane <jennifer@cypress.io>
90 lines
2.7 KiB
JSON
90 lines
2.7 KiB
JSON
{
|
|
"name": "@packages/driver",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"scripts": {
|
|
"clean-deps": "rm -rf node_modules",
|
|
"cypress:open": "node ../../scripts/cypress open",
|
|
"cypress:run": "node ../../scripts/cypress run",
|
|
"postinstall": "patch-package",
|
|
"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 the pluginsFile.\n\tChanges to the server will be watched and reloaded automatically.`))'"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/code-frame": "7.8.3",
|
|
"@cypress/bower-kendo-ui": "0.0.2",
|
|
"@cypress/sinon-chai": "2.9.1",
|
|
"@cypress/unique-selector": "0.4.2",
|
|
"@cypress/webpack-preprocessor": "0.0.0-development",
|
|
"@cypress/what-is-circular": "1.0.1",
|
|
"@packages/network": "0.0.0-development",
|
|
"@packages/runner": "0.0.0-development",
|
|
"@packages/server": "0.0.0-development",
|
|
"@packages/ts": "0.0.0-development",
|
|
"@sinonjs/fake-timers": "7.0.2",
|
|
"@types/chalk": "^2.2.0",
|
|
"@types/common-tags": "^1.8.0",
|
|
"@types/lodash": "^4.14.168",
|
|
"@types/mocha": "^8.0.3",
|
|
"angular": "1.8.0",
|
|
"basic-auth": "2.0.1",
|
|
"blob-util": "2.0.2",
|
|
"bluebird": "3.5.3",
|
|
"body-parser": "1.19.0",
|
|
"bootstrap": "4.4.1",
|
|
"bytes": "3.1.0",
|
|
"chai": "4.2.0",
|
|
"chai-as-promised": "7.1.1",
|
|
"chai-subset": "1.6.0",
|
|
"chokidar-cli": "2.1.0",
|
|
"clone": "2.1.2",
|
|
"compression": "1.7.4",
|
|
"cors": "2.8.5",
|
|
"cypress-multi-reporters": "1.4.0",
|
|
"dayjs": "^1.10.3",
|
|
"debug": "4.3.2",
|
|
"error-stack-parser": "2.0.6",
|
|
"errorhandler": "1.5.1",
|
|
"eventemitter2": "6.4.2",
|
|
"express": "4.17.1",
|
|
"is-valid-domain": "0.0.19",
|
|
"jquery": "3.1.1",
|
|
"jquery.scrollto": "2.1.3",
|
|
"js-cookie": "2.2.1",
|
|
"jsdom": "14.1.0",
|
|
"lodash": "4.17.21",
|
|
"md5": "2.3.0",
|
|
"method-override": "3.0.0",
|
|
"methods": "1.1.2",
|
|
"minimatch": "3.0.4",
|
|
"minimist": "1.2.5",
|
|
"mocha": "7.0.1",
|
|
"morgan": "1.9.1",
|
|
"multer": "1.4.2",
|
|
"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",
|
|
"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.5",
|
|
"unfetch": "4.1.0",
|
|
"url-parse": "1.5.1",
|
|
"vanilla-text-mask": "5.1.1",
|
|
"webpack": "4.41.2",
|
|
"zone.js": "0.9.0"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"patches"
|
|
],
|
|
"workspaces": {
|
|
"nohoist": [
|
|
"*"
|
|
]
|
|
}
|
|
}
|