-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2 KB
/
package.json
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
{
"name": "picmap",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@googlemaps/markerclusterer": "^2.5.0",
"@likashefqet/react-native-image-zoom": "^2.1.1",
"@mapbox/geo-viewport": "^0.5.0",
"@react-navigation/bottom-tabs": "^6.5.10",
"@react-navigation/devtools": "^6.0.20",
"@react-navigation/drawer": "^6.6.4",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.15",
"@tanstack/react-query": "^5.8.7",
"@tanstack/react-query-devtools": "^5.8.7",
"axios": "^1.6.1",
"expo": "~49.0.13",
"expo-camera": "~13.4.4",
"expo-checkbox": "~2.4.0",
"expo-constants": "~14.4.2",
"expo-file-system": "~15.4.5",
"expo-image": "~1.3.4",
"expo-image-picker": "~14.3.2",
"expo-linking": "~5.0.2",
"expo-location": "~16.1.0",
"expo-router": "^2.0.0",
"expo-secure-store": "~12.3.1",
"expo-sharing": "~11.5.0",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-maps": "1.7.1",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-reanimated-zoom": "^0.3.3",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-signature-canvas": "^1.4.2",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.6",
"recoil": "^0.7.7",
"supercluster": "^8.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/node": "^20.8.10",
"babel-plugin-module-resolver": "^5.0.0",
"react-native-flipper": "^0.212.0"
},
"private": true
}