|
4 | 4 | "private": true,
|
5 | 5 | "packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
6 | 6 | "dependencies": {
|
7 |
| - "@chakra-ui/react": "^2.8.2", |
8 |
| - "@emotion/react": "^11.12.0", |
| 7 | + "@chakra-ui/react": "^2.10.6", |
| 8 | + "@emotion/react": "^11.14.0", |
9 | 9 | "@emotion/styled": "^11.14.0",
|
10 |
| - "eslint": "^8.0.0", |
11 |
| - "eslint-config-react-app": "^7.0.1", |
12 |
| - "framer-motion": "^12.0.6", |
| 10 | + "eslint": "^9.21.0", |
| 11 | + "eslint-plugin-react": "^7.37.4", |
| 12 | + "framer-motion": "^12.4.7", |
13 | 13 | "leaflet": "^1.9.4",
|
14 | 14 | "leaflet-draw": "^1.0.4",
|
15 | 15 | "prop-types": "^15.5.2",
|
16 | 16 | "ramda": "^0.30.1",
|
17 |
| - "react": "^19.0.0", |
18 |
| - "react-datepicker": "^7.6.0", |
19 |
| - "react-dom": "^19.0.0", |
20 |
| - "react-icons": "^5.4.0", |
21 |
| - "react-leaflet": "^5.0.0", |
22 |
| - "react-leaflet-draw": "^0.20.4", |
23 |
| - "react-markdown": "^9.0.3", |
| 17 | + "react": "^18.0.0", |
| 18 | + "react-datepicker": "^8.1.0", |
| 19 | + "react-dom": "^18.0.0", |
| 20 | + "react-icons": "^5.5.0", |
| 21 | + "react-leaflet": "^4.2.0", |
| 22 | + "react-leaflet-draw": "^0.20.6", |
| 23 | + "react-markdown": "^10.0.0", |
24 | 24 | "react-scripts": "5.0.1",
|
25 | 25 | "react-syntax-highlighter": "^15.5.13",
|
26 | 26 | "source-map-explorer": "^2.5.3",
|
27 |
| - "swagger-ui-react": "^5.18.3", |
28 |
| - "typescript": "^5.7.3", |
29 |
| - "web-vitals": "^2.1.4" |
| 27 | + "swagger-ui-react": "^5.19.0", |
| 28 | + "typescript": "^5.7.3" |
30 | 29 | },
|
31 | 30 | "scripts": {
|
32 | 31 | "start": "react-scripts start",
|
|
38 | 37 | "eslintConfig": {
|
39 | 38 | "extends": "react-app"
|
40 | 39 | },
|
| 40 | + "devDependencies": { |
| 41 | + "@babel/core": "^7.26.9", |
| 42 | + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
| 43 | + "@testing-library/jest-dom": "^6.6.3", |
| 44 | + "@testing-library/react": "^16.2.0", |
| 45 | + "@types/leaflet": "^1.9.16", |
| 46 | + "@types/react": "^18.0.0", |
| 47 | + "@types/react-dom": "^18.0.0", |
| 48 | + "@types/react-syntax-highlighter": "^15.5.13", |
| 49 | + "@types/swagger-ui-react": "^5.18.0", |
| 50 | + "depcheck": "^1.4.7" |
| 51 | + }, |
41 | 52 | "browserslist": {
|
42 | 53 | "production": [
|
43 | 54 | ">0.2%",
|
|
49 | 60 | "last 1 firefox version",
|
50 | 61 | "last 1 safari version"
|
51 | 62 | ]
|
52 |
| - }, |
53 |
| - "devDependencies": { |
54 |
| - "@babel/core": "^7.26.7", |
55 |
| - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
56 |
| - "@testing-library/jest-dom": "^6.6.3", |
57 |
| - "@testing-library/react": "^16.2.0", |
58 |
| - "@types/leaflet": "^1.9.12", |
59 |
| - "@types/react": "^18.0.9", |
60 |
| - "@types/react-dom": "^19.0.3", |
61 |
| - "@types/react-syntax-highlighter": "^15.5.13", |
62 |
| - "@types/swagger-ui-react": "^5.18.0", |
63 |
| - "depcheck": "^1.4.7" |
64 | 63 | }
|
65 | 64 | }
|
0 commit comments