|
1 | 1 | {
|
2 | 2 | "name": "group-challenge",
|
3 | 3 | "version": "0.1.0",
|
| 4 | + "engines": { |
| 5 | + "node": "^17" |
| 6 | + }, |
4 | 7 | "private": true,
|
5 | 8 | "dependencies": {
|
6 |
| - "react": "^17.0.2", |
7 |
| - "react-datepicker": "4.5.0", |
8 |
| - "react-dom": "^17.0.2", |
9 |
| - "react-hook-form": "7.22.1", |
10 |
| - "react-icons": "^4.3.1", |
11 |
| - "react-input-emoji": "^4.0.9", |
12 |
| - "react-query": "^3.34.3", |
13 |
| - "react-router": "^6.1.1", |
14 |
| - "react-router-dom": "^6.1.1", |
15 |
| - "react-toastify": "^8.1.0", |
16 |
| - "react-use": "^17.3.1", |
17 |
| - "reconnecting-websocket": "^4.4.0", |
18 |
| - "use-local-storage-state": "^13.0.0", |
19 |
| - "web-vitals": "2.1.2" |
| 9 | + "react": "18.1.0", |
| 10 | + "react-date-picker": "8.4.0", |
| 11 | + "react-dom": "18.1.0", |
| 12 | + "react-hook-form": "7.30.0", |
| 13 | + "react-icons": "4.3.1", |
| 14 | + "react-input-emoji": "4.1.0", |
| 15 | + "react-query": "4.0.0-beta.15", |
| 16 | + "react-router": "6.3.0", |
| 17 | + "react-router-dom": "6.3.0", |
| 18 | + "react-toastify": "8.2.0", |
| 19 | + "reconnecting-websocket": "4.4.0", |
| 20 | + "use-local-storage-state": "17.0.1", |
| 21 | + "web-vitals": "2.1.4" |
20 | 22 | },
|
21 | 23 | "scripts": {
|
22 | 24 | "start": "react-scripts start",
|
|
42 | 44 | ]
|
43 | 45 | },
|
44 | 46 | "devDependencies": {
|
45 |
| - "@types/node": "^16.11.13", |
46 |
| - "@types/react": "^17.0.37", |
47 |
| - "@types/react-datepicker": "^4.3.2", |
48 |
| - "@types/react-dom": "^17.0.11", |
49 |
| - "@types/react-router": "^5.1.17", |
50 |
| - "@types/react-router-dom": "^5.3.2", |
51 |
| - "autoprefixer": "^10.4.0", |
52 |
| - "postcss": "^8.4.5", |
53 |
| - "react-scripts": "5.0.0", |
54 |
| - "tailwindcss": "^3.0.5", |
55 |
| - "typescript": "^4.5.4" |
| 47 | + "@types/node": "17.0.24", |
| 48 | + "@types/react": "18.0.8", |
| 49 | + "@types/react-dom": "18.0.1", |
| 50 | + "@types/react-router": "5.1.18", |
| 51 | + "@types/react-router-dom": "5.3.3", |
| 52 | + "autoprefixer": "10.4.5", |
| 53 | + "postcss": "8.4.12", |
| 54 | + "react-scripts": "5.0.1", |
| 55 | + "tailwindcss": "3.0.24", |
| 56 | + "typescript": "4.6.3" |
56 | 57 | }
|
57 | 58 | }
|
0 commit comments