mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 14:40:05 -05:00
23 lines
839 B
JSON
23 lines
839 B
JSON
{
|
|
"name": "example-webpack-options",
|
|
"description": "Using default Webpack options to transpile simple tests",
|
|
"private": true,
|
|
"scripts": {
|
|
"check-coverage": "check-coverage Test.js calc.js ParentComponent.js ChildComponent.js",
|
|
"cy:open": "node ../../../../scripts/cypress open-ct",
|
|
"only-covered": "only-covered Test.js calc.js ParentComponent.js ChildComponent.js",
|
|
"test": "node ../../../../scripts/cypress run-ct"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "7.4.4",
|
|
"@babel/plugin-transform-modules-commonjs": "7.13.8",
|
|
"@babel/preset-env": "7.4.5",
|
|
"@babel/preset-react": "7.0.0",
|
|
"@cypress/react": "file:../../dist",
|
|
"babel-loader": "8.2.2",
|
|
"babel-plugin-istanbul": "6.0.0",
|
|
"cypress-circleci-reporter": "0.2.0"
|
|
}
|
|
}
|