forked from testing-library/react-testing-library-help
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 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
{
"name": "react-testing-library-help",
"version": "0.1.0",
"description": "Use this to get help with React Testing Library",
"private": true,
"dependencies": {
"@material-ui/core": "4.12.3",
"@types/node": "^17.0.27",
"@types/react": "17.0.40",
"@types/react-dom": "17.0.14",
"react": "16.14.0",
"react-image-crop": "^10.0.0",
"react-scripts": "^5.0.1",
"ts-node": "9.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@swc/jest": "0.2.20",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "11.0.2",
"@testing-library/user-event": "13.5.0",
"@types/jest": "27.4.1",
"@types/testing-library__jest-dom": "5.14.3",
"axios-mock-adapter": "^1.20.0",
"jest-canvas-mock": "2.4.0",
"typescript": "^4.6.4"
}
}