|
13 | 13 | "purge": "yarn purge:js; yarn purge:android; yarn purge:ios"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@mapbox/geo-viewport": "^0.5.0", |
| 16 | + "@mapbox/geo-viewport": "*", |
17 | 17 | "@maplibre-react-native/examples": "*",
|
18 |
| - "@react-native-masked-view/masked-view": "^0.3.1", |
19 |
| - "@react-navigation/native": "^6.1.8", |
20 |
| - "@react-navigation/stack": "^6.3.25", |
21 |
| - "@turf/along": "^6.5.0", |
22 |
| - "@turf/bbox-polygon": "^6.5.0", |
23 |
| - "@turf/distance": "^6.5.0", |
24 |
| - "@turf/helpers": "^6.5.0", |
25 |
| - "@turf/length": "^6.5.0", |
26 |
| - "@turf/nearest-point-on-line": "6.5.0", |
27 |
| - "@types/geojson": "7946.0.14", |
28 |
| - "debounce": "^2.0.0", |
29 |
| - "fbjs": "^3.0.5", |
30 |
| - "moment": "^2.30.1", |
31 |
| - "prop-types": "^15.7.2", |
32 |
| - "react": "^18.3.1", |
33 |
| - "react-native": "0.75.2", |
34 |
| - "react-native-elements": "^3.4.3", |
35 |
| - "react-native-gesture-handler": "^2.15.0", |
36 |
| - "react-native-safe-area-context": "^4.10.9", |
37 |
| - "react-native-screens": "^3.34.0", |
38 |
| - "react-native-svg": "^15.0.3", |
39 |
| - "react-native-vector-icons": "10.0.0" |
| 18 | + "@react-native-masked-view/masked-view": "*", |
| 19 | + "@react-navigation/native": "*", |
| 20 | + "@react-navigation/stack": "*", |
| 21 | + "@turf/along": "*", |
| 22 | + "@turf/bbox-polygon": "*", |
| 23 | + "@turf/distance": "*", |
| 24 | + "@turf/helpers": "*", |
| 25 | + "@turf/length": "*", |
| 26 | + "@turf/nearest-point-on-line": "*", |
| 27 | + "@types/geojson": "*", |
| 28 | + "debounce": "*", |
| 29 | + "fbjs": "*", |
| 30 | + "moment": "*", |
| 31 | + "prop-types": "*", |
| 32 | + "react": "*", |
| 33 | + "react-native": "*", |
| 34 | + "react-native-elements": "*", |
| 35 | + "react-native-gesture-handler": "*", |
| 36 | + "react-native-safe-area-context": "*", |
| 37 | + "react-native-screens": "*", |
| 38 | + "react-native-svg": "*", |
| 39 | + "react-native-vector-icons": "*" |
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@babel/core": "^7.24.0", |
43 |
| - "@babel/plugin-transform-private-methods": "^7.25.4", |
44 |
| - "@babel/preset-typescript": "7.22.5", |
45 |
| - "@babel/runtime": "^7.23.1", |
46 |
| - "@react-native/metro-config": "^0.75.2", |
47 |
| - "@types/react": "^18.2.61", |
48 |
| - "@types/react-native": "^0.72.2", |
49 |
| - "babel-plugin-module-resolver": "^4.1.0", |
50 |
| - "detox": "^20.17.0", |
51 |
| - "glob-to-regexp": "^0.4.0", |
52 |
| - "jest": "^29.7.0", |
53 |
| - "jest-circus": "^29.7.0", |
54 |
| - "jetifier": "^2.0.0", |
55 |
| - "metro-react-native-babel-preset": "^0.77.0", |
56 |
| - "typescript": "^5.3.3" |
| 42 | + "@babel/core": "*", |
| 43 | + "@babel/plugin-transform-private-methods": "*", |
| 44 | + "@babel/preset-typescript": "*", |
| 45 | + "@babel/runtime": "*", |
| 46 | + "@react-native/metro-config": "*", |
| 47 | + "@types/react": "*", |
| 48 | + "@types/react-native": "*", |
| 49 | + "babel-plugin-module-resolver": "*", |
| 50 | + "detox": "*", |
| 51 | + "glob-to-regexp": "*", |
| 52 | + "jest": "*", |
| 53 | + "jest-circus": "*", |
| 54 | + "jetifier": "*", |
| 55 | + "metro-react-native-babel-preset": "*", |
| 56 | + "typescript": "*" |
57 | 57 | }
|
58 | 58 | }
|
0 commit comments