-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
{
"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",
"lint": "eslint ."
},
"dependencies": {
"@expo/vector-icons": "12.0.0",
"@react-navigation/bottom-tabs": "^5.6.1",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"axios": "^0.21.1",
"easy-peasy": "^3.3.1",
"expo": "^40.0.1",
"expo-av": "~8.7.0",
"expo-google-app-auth": "^8.1.3",
"expo-image-picker": "~9.2.0",
"formik": "^2.2.5",
"moment": "^2.29.1",
"native-base": "2.13.8",
"query-string": "^6.13.1",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-moment": "^0.9.7",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-dotenv": "^2.4.0",
"react-native-elements": "^2.3.2",
"react-native-gesture-handler": "^1.10.1",
"react-native-gifted-chat": "^0.16.3",
"react-native-multiple-select": "^0.5.6",
"react-native-paper": "^4.2.0",
"react-native-paper-dropdown": "^0.0.5",
"react-native-reanimated": "^1.13.2",
"react-native-screens": "^2.17.1",
"react-native-svg": "^12.1.0",
"react-native-vector-icons": "^7.1.0",
"react-navigation": "^4.4.2",
"socket.io-client": "^2.3.1",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@react-native-community/eslint-config": "^0.0.7",
"babel-preset-expo": "~8.0.0",
"eslint": "^6.8.0"
},
"private": true
}