|
10 | 10 | "@hookform/error-message": "^2.0.1", |
11 | 11 | "@react-oauth/google": "^0.12.1", |
12 | 12 | "@reduxjs/toolkit": "^2.3.0", |
13 | | - "@types/lodash": "^4.14.182", |
14 | | - "@types/react-datepicker": "^4.4.1", |
15 | | - "@types/react-dom": "^18.0.4", |
16 | | - "@types/styled-components": "^5.1.25", |
17 | 13 | "bootstrap": "^5.2.1", |
18 | 14 | "dayjs": "^1.11.0", |
19 | 15 | "lodash": "^4.17.21", |
20 | 16 | "query-string": "^7.1.1", |
21 | | - "react": "^18.2.0", |
22 | 17 | "react-bootstrap": "^2.7.0", |
23 | 18 | "react-datepicker": "^4.7.0", |
24 | 19 | "react-dom": "^18.2.0", |
25 | 20 | "react-hook-form": "^7.52.0", |
26 | 21 | "react-redux": "^9.2.0", |
27 | 22 | "react-router-dom": "^7.9.1", |
28 | 23 | "react-select": "^5.3.0", |
| 24 | + "react": "^18.2.0", |
29 | 25 | "styled-components": "^5.3.3" |
30 | 26 | }, |
31 | 27 | "devDependencies": { |
32 | 28 | "@eslint/eslintrc": "^3.3.1", |
33 | 29 | "@eslint/js": "^9.35.0", |
| 30 | + "@types/lodash": "^4.14.182", |
34 | 31 | "@types/node": "^24.4.0", |
35 | | - "@types/react": "^18.0.9", |
| 32 | + "@types/react-datepicker": "^4.4.1", |
| 33 | + "@types/react-dom": "^18.0.4", |
36 | 34 | "@types/react-modal": "^3.16.3", |
| 35 | + "@types/react": "^18.0.9", |
| 36 | + "@types/styled-components": "^5.1.25", |
37 | 37 | "@vitejs/plugin-react": "^5.0.2", |
38 | | - "eslint": "^9.35.0", |
39 | 38 | "eslint-config-prettier": "^9.1.0", |
40 | 39 | "eslint-plugin-prettier": "^5.0.1", |
41 | | - "eslint-plugin-react": "^7.37.5", |
42 | 40 | "eslint-plugin-react-hooks": "^5.2.0", |
43 | 41 | "eslint-plugin-react-refresh": "^0.4.20", |
| 42 | + "eslint-plugin-react": "^7.37.5", |
| 43 | + "eslint": "^9.35.0", |
44 | 44 | "globals": "^16.4.0", |
45 | 45 | "prettier": "^3.1.1", |
46 | | - "typescript": "^5.9.2", |
47 | 46 | "typescript-eslint": "^8.44.0", |
| 47 | + "typescript": "^5.9.2", |
48 | 48 | "vite": "^7.1.5" |
49 | 49 | }, |
50 | 50 | "scripts": { |
|
0 commit comments