|
1 | 1 | { |
2 | | - "dependencies": { |
3 | | - "@emotion/react": "^11.7.1", |
4 | | - "@emotion/styled": "^11.6.0", |
5 | | - "@mui/icons-material": "^5.2.5", |
6 | | - "@mui/material": "^5.2.6", |
7 | | - "@testing-library/jest-dom": "^5.16.1", |
8 | | - "@testing-library/react": "^12.1.2", |
9 | | - "@testing-library/user-event": "^13.5.0", |
10 | | - "@types/jest": "^27.0.3", |
11 | | - "@types/node": "^16.11.17", |
12 | | - "@types/react": "^17.0.38", |
13 | | - "@types/react-dom": "^17.0.11", |
14 | | - "firebase": "^9.6.1", |
15 | | - "react": "^17.0.2", |
16 | | - "react-dom": "^17.0.2", |
17 | | - "react-firebase-hooks": "^4.0.1", |
18 | | - "react-router-dom": "^6.2.1", |
19 | | - "react-scripts": "5.0.0", |
20 | | - "typescript": "^4.5.4", |
21 | | - "web-vitals": "^2.1.2" |
22 | | - }, |
23 | | - "scripts": { |
24 | | - "start": "react-scripts start", |
25 | | - "build": "react-scripts build", |
26 | | - "test": "react-scripts test", |
27 | | - "eject": "react-scripts eject" |
| 2 | + "package": { |
| 3 | + "dependencies": { |
| 4 | + "@emotion/react": "^11.7.1", |
| 5 | + "@emotion/styled": "^11.6.0", |
| 6 | + "@mui/icons-material": "^5.2.5", |
| 7 | + "@mui/material": "^5.2.6", |
| 8 | + "@testing-library/jest-dom": "^5.16.1", |
| 9 | + "@testing-library/react": "^12.1.2", |
| 10 | + "@testing-library/user-event": "^13.5.0", |
| 11 | + "@types/jest": "^27.0.3", |
| 12 | + "@types/node": "^16.11.17", |
| 13 | + "@types/react": "^17.0.38", |
| 14 | + "@types/react-dom": "^17.0.11", |
| 15 | + "firebase": "^9.6.1", |
| 16 | + "react": "^17.0.2", |
| 17 | + "react-dom": "^17.0.2", |
| 18 | + "react-firebase-hooks": "^4.0.1", |
| 19 | + "react-router-dom": "^6.2.1", |
| 20 | + "react-scripts": "5.0.0", |
| 21 | + "typescript": "^4.5.4", |
| 22 | + "web-vitals": "^2.1.2" |
| 23 | + }, |
| 24 | + "scripts": { |
| 25 | + "start": "react-scripts start", |
| 26 | + "build": "react-scripts build", |
| 27 | + "test": "react-scripts test", |
| 28 | + "eject": "react-scripts eject" |
| 29 | + } |
28 | 30 | } |
29 | 31 | } |
0 commit comments