|
2 | 2 | "name": "react-cra",
|
3 | 3 | "version": "0.1.0",
|
4 | 4 | "private": true,
|
5 |
| - "dependencies": { |
6 |
| - "@testing-library/jest-dom": "^5.16.5", |
7 |
| - "@testing-library/react": "^13.4.0", |
8 |
| - "@testing-library/user-event": "^13.5.0", |
9 |
| - "@types/jest": "^27.5.2", |
10 |
| - "@types/node": "^16.18.37", |
11 |
| - "@types/react": "^18.2.14", |
12 |
| - "@types/react-dom": "^18.2.6", |
13 |
| - "react": "^18.2.0", |
14 |
| - "react-dom": "^18.2.0", |
15 |
| - "react-scripts": "5.0.1", |
16 |
| - "typescript": "^4.9.5", |
17 |
| - "web-vitals": "^2.1.4" |
18 |
| - }, |
19 | 5 | "scripts": {
|
20 |
| - "start": "BROWSER=none react-scripts start", |
21 | 6 | "build": "react-scripts build",
|
22 |
| - "test": "react-scripts test", |
23 |
| - "eject": "react-scripts eject" |
24 |
| - }, |
25 |
| - "eslintConfig": { |
26 |
| - "extends": [ |
27 |
| - "react-app", |
28 |
| - "react-app/jest" |
29 |
| - ] |
| 7 | + "eject": "react-scripts eject", |
| 8 | + "start": "BROWSER=none react-scripts start", |
| 9 | + "test": "react-scripts test" |
30 | 10 | },
|
31 | 11 | "browserslist": {
|
32 | 12 | "production": [
|
|
39 | 19 | "last 1 firefox version",
|
40 | 20 | "last 1 safari version"
|
41 | 21 | ]
|
| 22 | + }, |
| 23 | + "eslintConfig": { |
| 24 | + "extends": [ |
| 25 | + "react-app", |
| 26 | + "react-app/jest" |
| 27 | + ] |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "@testing-library/jest-dom": "^5.16.5", |
| 31 | + "@testing-library/react": "^13.4.0", |
| 32 | + "@testing-library/user-event": "^13.5.0", |
| 33 | + "@types/jest": "^27.5.2", |
| 34 | + "@types/node": "^16.18.37", |
| 35 | + "@types/react": "^18.2.14", |
| 36 | + "@types/react-dom": "^18.2.6", |
| 37 | + "react": "^18.2.0", |
| 38 | + "react-dom": "^18.2.0", |
| 39 | + "react-scripts": "5.0.1", |
| 40 | + "typescript": "^4.9.5", |
| 41 | + "web-vitals": "^2.1.4" |
42 | 42 | }
|
43 | 43 | }
|
0 commit comments