mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-11 09:40:11 -06:00
37 lines
1.0 KiB
JSON
37 lines
1.0 KiB
JSON
{
|
|
"name": "@packages/runner-shared",
|
|
"version": "0.0.0-development",
|
|
"private": true,
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "yarn test-unit",
|
|
"test-unit": "mocha --config test/.mocharc.json src/*.spec.* src/**/*.spec.* --exit"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@cypress/design-system": "0.0.0-development",
|
|
"@cypress/react-tooltip": "0.5.3",
|
|
"@packages/driver": "0.0.0-development",
|
|
"@packages/socket": "0.0.0-development",
|
|
"@packages/web-config": "0.0.0-development",
|
|
"@popperjs/core": "2.9.2",
|
|
"ansi-to-html": "0.6.14",
|
|
"chai": "4.2.0",
|
|
"chai-enzyme": "1.0.0-beta.1",
|
|
"classnames": "2.3.1",
|
|
"enzyme": "3.11.0",
|
|
"enzyme-adapter-react-16": "1.15.2",
|
|
"lodash": "4.17.21",
|
|
"mobx": "5.15.4",
|
|
"mobx-react": "6.1.8",
|
|
"mocha": "7.0.1",
|
|
"nanoid": "3.1.20",
|
|
"react": "16.8.6",
|
|
"react-dom": "16.8.6",
|
|
"react-popper": "2.2.5",
|
|
"react-shadow-dom-retarget-events": "1.0.11",
|
|
"sinon": "7.5.0",
|
|
"sinon-chai": "3.3.0"
|
|
}
|
|
}
|