-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.65 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.0.1",
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/netinfo": "9.3.0",
"@react-native-seoul/masonry-list": "^1.1.4",
"@react-navigation/bottom-tabs": "^6.5.2",
"@react-navigation/native": "^6.1.1",
"@react-navigation/native-stack": "^6.9.7",
"@react-navigation/stack": "^6.3.10",
"@rneui/base": "^4.0.0-rc.4",
"@rneui/themed": "^4.0.0-rc.4",
"axios": "^0.26.0",
"axios-auth-refresh": "^3.3.6",
"expo": "~46.0.21",
"expo-app-loading": "~2.1.0",
"expo-apple-authentication": "~4.3.0",
"expo-auth-session": "~3.7.4",
"expo-blur": "~11.2.0",
"expo-build-properties": "~0.3.0",
"expo-constants": "~13.2.4",
"expo-device": "~4.3.0",
"expo-firebase-analytics": "~7.2.0",
"expo-firebase-core": "~5.2.0",
"expo-font": "~10.2.0",
"expo-haptics": "~11.3.0",
"expo-linear-gradient": "~11.4.0",
"expo-linking": "~3.2.4",
"expo-notifications": "~0.16.1",
"expo-permissions": "~13.2.0",
"expo-random": "~12.3.0",
"expo-secure-store": "~11.3.0",
"expo-sharing": "~10.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"expo-store-review": "~5.3.0",
"expo-updates": "~0.14.7",
"expo-video-player": "^2.2.0",
"expo-web-browser": "~11.0.0",
"i18n-js": "4.2.0",
"metro-core": "^0.76.7",
"react": "18.0.0",
"react-native": "0.69.9",
"react-native-dropdownalert": "^4.5.1",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.5.0",
"react-native-internet-connection-alert": "^0.1.9",
"react-native-reanimated": "~2.9.1",
"react-native-reanimated-carousel": "^3.3.0",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-shared-element": "0.8.4",
"react-native-svg": "12.3.0",
"react-native-vector-icons": "^9.1.0",
"react-native-version-check-expo": "^3.4.7",
"react-navigation-shared-element": "^3.1.3",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.2.1",
"react-native-svg-transformer": "^1.0.0"
},
"private": true,
"name": "papaya-app",
"version": "1.0.0"
}