-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.51 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
42
43
44
45
46
47
{
"name": "testing-react-components-workshop",
"version": "1.0.0",
"description": "Testing React Components Workshop",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@testing-library/dom": "^7.29.4",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^5.0.0",
"@testing-library/user-event": "^12.6.0",
"@types/jest-axe": "^3.5.1",
"babel-loader": "^8.2.2",
"babel-polyfill": "6.26.0",
"history": "^5.0.0",
"jest": "^26.6.3",
"jest-axe": "^4.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dariuszwojtowicz/testing-react-components-workshop"
},
"keywords": [],
"author": "Dariusz Wójtowicz <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/dariuszwojtowicz/testing-react-components-workshop#readme"
}