-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.82 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
{
"name": "pick",
"version": "1.0.1",
"scripts": {
"start": "expo start --dev-client"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-firebase/app": "^20.4.0",
"@react-native-firebase/messaging": "^20.4.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@sentry/react-native": "~5.22.0",
"@tanstack/react-query": "^5.20.5",
"axios": "1.2.1",
"date-fns": "^4.1.0",
"doctor": "^0.3.0",
"eas-cli": "^12.5.0",
"expo": "51",
"expo-asset": "~10.0.10",
"expo-dev-client": "~4.0.26",
"expo-device": "^6.0.2",
"expo-font": "~12.0.10",
"expo-haptics": "~13.0.1",
"expo-image-picker": "~15.0.7",
"expo-navigation-bar": "~3.0.4",
"expo-notifications": "~0.28.16",
"expo-status-bar": "^1.11.1",
"expo-system-ui": "^3.0.7",
"global": "^4.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.5",
"react-native-android-widget": "^0.13.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-pixel-perfect": "^1.0.2",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "^1.5.0",
"react-native-web": "~0.19.10",
"react-native-websocket": "^1.0.2",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.79",
"babel-jest": "24.9.0",
"babel-plugin-module-resolver": "^5.0.0",
"metro-react-native-babel-preset": "0.56.0",
"react-test-renderer": "16.9.0",
"typescript": "~5.3.3"
},
"private": true
}