-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.43 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/vector-icons": "^10.0.0",
"accordion-collapse-react-native": "1.1.1",
"expo": "^36.0.0",
"expo-av": "~8.0.0",
"expo-constants": "~8.0.0",
"expo-font": "~8.0.0",
"expo-image-picker": "~8.0.0",
"expo-localization": "~8.0.0",
"expo-location": "~8.0.0",
"expo-permissions": "~8.0.0",
"expo-updates": "~0.0.1-rc.0",
"i18next": "^17.0.16",
"moment": "^2.24.0",
"myanmar-phonenumber": "^0.3.1",
"native-base": "2.13.12",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-i18next": "^10.13.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-gesture-handler": "~1.5.0",
"react-native-gifted-chat": "^0.11.0",
"react-native-global-props": "^1.1.5",
"react-native-image-placeholder": "^1.0.14",
"react-native-maps": "0.26.1",
"react-native-md5": "^1.0.0",
"react-native-reanimated": "~1.4.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-segmented-control-tab": "^3.4.1",
"react-native-star-rating": "^1.1.0",
"react-native-web": "^0.11.7",
"react-navigation": "^4.0.6",
"react-navigation-stack": "^1.8.0",
"socket.io-client": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "~8.3.0"
},
"private": true
}