generated from codecoolture/react-atdd-playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "octuweb-2020-example",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": {
"email": "[email protected]",
"name": "Sergio Álvarez"
},
"scripts": {
"cy:open": "start-test dev 3000 'cypress open'",
"cy:run": "start-test dev 3000 'cypress run'",
"dev": "next dev",
"test:acc": "yarn cy:run",
"test:unit": "jest"
},
"dependencies": {
"formik": "^2.1.5",
"next": "9.5.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"yup": "^0.29.3"
},
"devDependencies": {
"@testing-library/cypress": "^7.0.0",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.5",
"@types/jest": "^26.0.13",
"@types/node": "^14.6.4",
"@types/react": "^16.9.49",
"@types/testing-library__cypress": "^5.0.6",
"@types/yup": "^0.29.7",
"babel-jest": "^26.3.0",
"cypress": "^5.1.0",
"jest": "^26.4.2",
"prettier": "^2.1.2",
"start-server-and-test": "^1.11.3",
"ts-jest": "^26.3.0",
"typescript": "^4.0.2"
}
}