-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.2 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "openwaters",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"ios": "expo run:ios",
"lint": "expo lint",
"test": "jest",
"postinstall": "patch-package"
},
"jest": {
"preset": "jest-expo",
"setupFilesAfterEnv": [
"<rootDir>/tests/setup.ts"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1",
"^@react-native-async-storage/async-storage$": "@react-native-async-storage/async-storage/jest/async-storage-mock"
},
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|@maplibre/.*|zustand|convert-units)"
]
},
"dependencies": {
"@expo/ui": "~55.0.11",
"@expo/vector-icons": "^15.0.2",
"@maplibre/maplibre-react-native": "11.0.0-beta.24",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-navigation/bottom-tabs": "^7.3.10",
"@react-navigation/elements": "^2.6.4",
"@react-navigation/native": "^7.1.6",
"coordinate-format": "^1.0.0",
"expo": "~55.0.15",
"expo-background-task": "~55.0.16",
"expo-blur": "~55.0.14",
"expo-build-properties": "~55.0.13",
"expo-clipboard": "~55.0.13",
"expo-constants": "~55.0.7",
"expo-dev-client": "~55.0.27",
"expo-file-system": "~55.0.10",
"expo-font": "~55.0.4",
"expo-glass-effect": "~55.0.10",
"expo-haptics": "~55.0.14",
"expo-image": "~55.0.8",
"expo-linking": "~55.0.13",
"expo-location": "~55.1.8",
"expo-platform-colors": "file:./modules/expo-platform-colors",
"expo-modules-core": "^55.0.22",
"expo-router": "~55.0.12",
"expo-sharing": "~55.0.18",
"expo-splash-screen": "~55.0.18",
"expo-sqlite": "~55.0.15",
"expo-status-bar": "~55.0.5",
"expo-symbols": "~55.0.5",
"expo-system-ui": "~55.0.15",
"expo-task-manager": "~55.0.14",
"expo-web-browser": "~55.0.14",
"fast-xml-parser": "^5.5.10",
"fflate": "^0.8.2",
"geolib": "^3.3.14",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "0.83.4",
"react-native-gesture-handler": "~2.30.0",
"react-native-logs": "^5.6.0",
"react-native-map-link": "^3.11.0",
"react-native-reanimated": "4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-tcp-socket": "^6.4.1",
"react-native-web": "^0.21.0",
"react-native-webview": "13.16.0",
"react-native-worklets": "^0.7.4",
"react-native-zeroconf": "^0.14.0",
"suncalc": "^1.9.0",
"valtio": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "29.5.14",
"@types/react": "~19.2.10",
"@types/suncalc": "^1.9.2",
"eas-cli": "^18.4.0",
"eslint": "^9.39.4",
"eslint-config-expo": "~55.0.0",
"jest": "^29.7.0",
"jest-expo": "~55.0.16",
"patch-package": "^8.0.1",
"react-native-svg-transformer": "^1.5.3",
"react-test-renderer": "^19.2.0",
"typescript": "~5.9.2"
},
"private": true
}