|
13 | 13 | "lint:fix": "yarn lint --fix", |
14 | 14 | "test": "craco test --watchAll", |
15 | 15 | "test:no-watch": "craco test --watchAll=false --passWithNoTests", |
16 | | - "cy:run": "cypress run --reporter junit", |
17 | | - "cy:ci": "start-server-and-test 'serve -s build -n -p 3000' http://localhost:3000 'cy:run'", |
18 | 16 | "report:coverage": "nyc report --reporter=html", |
19 | 17 | "report:coverage:text": "nyc report --reporter=text", |
20 | 18 | "sb": "storybook dev -p 6006", |
|
132 | 130 | "@babel/preset-typescript": "^7.18.6", |
133 | 131 | "@babel/runtime": "^7.19.4", |
134 | 132 | "@craco/craco": "^7.1.0", |
135 | | - "@cypress/code-coverage": "^3.10.0", |
136 | 133 | "@jackwilsdon/craco-use-babelrc": "1.0.0", |
137 | 134 | "@storybook/addon-essentials": "^7.0.5", |
138 | 135 | "@storybook/addon-interactions": "^7.0.5", |
|
145 | 142 | "@testing-library/react": "^13.4.0", |
146 | 143 | "@testing-library/user-event": "^14.4.3", |
147 | 144 | "@types/axios": "^0.14.0", |
148 | | - "@types/cypress": "^1.1.3", |
149 | 145 | "@types/dompurify": "^2.3.4", |
150 | 146 | "@types/highlightjs": "^9.12.2", |
151 | 147 | "@types/jest": "^29.1.2", |
|
183 | 179 | "craco-resolve-url-loader": "^1.0.0", |
184 | 180 | "cross-env": "^7.0.3", |
185 | 181 | "css-loader": "3.5.3", |
186 | | - "cypress": "^10.10.0", |
187 | 182 | "eslint": "^8.25.0", |
188 | 183 | "eslint-config-airbnb": "^19.0.4", |
189 | 184 | "eslint-config-react-app": "^7.0.1", |
190 | 185 | "eslint-config-react-important-stuff": "^3.0.0", |
191 | 186 | "eslint-import-resolver-typescript": "^3.2.5", |
192 | | - "eslint-plugin-cypress": "^2.12.1", |
193 | 187 | "eslint-plugin-import": "^2.25.3", |
194 | 188 | "eslint-plugin-ordered-imports": "^0.6.0", |
195 | 189 | "eslint-plugin-react": "^7.28.0", |
|
0 commit comments