Files
cypress/packages/driver/package.json
Zach Bloomquist e2ea5bf663 Fix patch-package (#6583)
* fix patch-package

- don't hoist dependencies that are patched, this way we can be assured the path is always correct
- put all patches in root postinstall so postinstall-postinstall is guaranteed to work

* wip

* Revert "fix patch-package"

This reverts commit 5583f21478.

* use per package patches

* don't ignor engines or silence

* try: make sinon patch devonly

* fix socketspec

* run full ci on this branch

* bump xcode tools to bump mac node version

* also run appveyor

* Revert "run full ci on this branch"

This reverts commit c3e52d09ec.

* Revert "also run appveyor"

This reverts commit bfe7b0499a.
2020-02-28 12:17:54 -05:00

78 lines
2.0 KiB
JSON

{
"name": "@packages/driver",
"version": "0.0.0",
"private": true,
"scripts": {
"clean-deps": "rm -rf node_modules",
"cypress:open": "node ../../scripts/cypress open --project ./test",
"cypress:run": "node ../../scripts/cypress run --project ./test",
"postinstall": "patch-package",
"start": "$(yarn bin coffee) test/support/server.coffee"
},
"devDependencies": {
"@cypress/bower-kendo-ui": "0.0.2",
"@cypress/sinon-chai": "1.1.0",
"@cypress/underscore.inflection": "1.0.1",
"@cypress/unique-selector": "0.4.2",
"@cypress/webpack-preprocessor": "4.1.2",
"@cypress/what-is-circular": "1.0.1",
"@packages/coffee": "*",
"@packages/runner": "*",
"@packages/ts": "*",
"angular": "1.7.9",
"backbone": "1.4.0",
"basic-auth": "2.0.1",
"blob-util": "1.3.0",
"bluebird": "3.5.0",
"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": "1.2.2",
"clone": "2.1.2",
"compression": "1.7.4",
"cors": "2.8.5",
"debug": "4.1.1",
"errorhandler": "1.5.1",
"eventemitter2": "4.1.2",
"express": "4.16.4",
"jquery": "3.1.1",
"jquery.scrollto": "2.1.2",
"js-cookie": "2.2.1",
"jsdom": "14.1.0",
"lodash": "4.17.15",
"lolex": "4.1.0",
"md5": "2.2.1",
"method-override": "3.0.0",
"methods": "1.1.2",
"minimatch": "3.0.4",
"minimist": "1.2.0",
"mocha": "7.0.1",
"moment": "2.24.0",
"morgan": "1.9.1",
"npm-install-version": "6.0.2",
"parse-domain": "bahmutov/parse-domain#fb60bd4",
"setimmediate": "1.0.5",
"sinon": "8.1.1",
"text-mask-addons": "3.8.0",
"underscore": "1.9.1",
"underscore.string": "3.3.5",
"url-parse": "1.4.7",
"vanilla-text-mask": "5.1.1",
"wait-on": "3.3.0",
"webpack": "4.41.2",
"zone.js": "0.9.0"
},
"files": [
"lib",
"patches"
],
"workspaces": {
"nohoist": [
"*"
]
}
}