mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-16 23:52:13 -05:00
19 lines
575 B
JSON
19 lines
575 B
JSON
{
|
|
"name": "example-using-babel",
|
|
"description": "Component testing for projects using Babel config",
|
|
"private": true,
|
|
"scripts": {
|
|
"cy:open": "node ../../../../scripts/cypress open --component",
|
|
"test": "node ../../../../scripts/cypress run --component"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
"@babel/preset-env": "7.4.5",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@cypress/react": "file:../../dist",
|
|
"mocha-junit-reporter": "^2.0.0",
|
|
"mocha-multi-reporters": "^1.5.1"
|
|
}
|
|
}
|