1{
2 ...
3 ...
4 ...
5 "name": "react-app",
6 "version": "0.1.0",
7 "private": true,
8 "dependencies": {
9 "@testing-library/jest-dom": "^4.2.4",
10 "@testing-library/react": "^9.5.0",
11 "@testing-library/user-event": "^7.2.1",
12 "react": "^16.13.1",
13 "react-dom": "^16.13.1",
14 "react-scripts": "3.4.1"
15 },
16 ...
17 ...
18 ...
19}
20