mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-18 05:50:16 -05:00
196e8f62cc
Co-authored-by: Chris Breiding <chrisbreiding@users.noreply.github.com>
36 lines
927 B
JSON
36 lines
927 B
JSON
{
|
|
"name": "sudoku",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"homepage": "https://raravi.github.io/sudoku",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"cy:open": "node ../../../../scripts/cypress open --component",
|
|
"docker:run": "docker run -it -v $PWD/../..:/e2e -w /e2e/examples/visual-sudoku cypress/included:4.5.0",
|
|
"eject": "react-scripts eject",
|
|
"start": "react-scripts start",
|
|
"test": "node ../../../../scripts/cypress run --component"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/react": "file:../../dist",
|
|
"mocha-junit-reporter": "^2.0.0",
|
|
"mocha-multi-reporters": "^1.5.1"
|
|
}
|
|
}
|