package.json
{
"name": "coco-e2e",
"version": "0.1.0",
"private": true,
"scripts": {
"cypress": "cypress run",
"cypress:open": "cypress open",
"cypress:chrome": "cypress open --browser chrome"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/react": "^9.1.3",
"@xstate/test": "^0.4.2",
"chai": "^4.2.0",
"cypress": "^6.5.0",
"eslint-plugin-cypress": "^2.11.2",
"xstate": "^4.16.2"
}
}