-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.21 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
{
"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",
"@react-native-community/masked-view": "0.1.10",
"@types/react": "~16.9.35",
"@types/react-native": "~0.63.2",
"@types/socket.io-client": "^1.4.32",
"axios": "^0.19.1",
"expo": "^39.0.0",
"expo-constants": "~9.2.0",
"expo-font": "~8.3.0",
"expo-location": "~9.0.0",
"formik": "^2.1.4",
"lodash": "^4.17.15",
"lottie-ios": "3.1.8",
"lottie-react-native": "~2.6.1",
"moment": "^2.24.0",
"qs": "^6.9.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-awesome-alerts": "^1.3.0",
"react-native-datepicker": "^1.7.2",
"react-native-gesture-handler": "~1.7.0",
"react-native-maps": "0.27.1",
"react-native-masked-text": "^1.13.0",
"react-native-material-menu": "^1.1.3",
"react-native-paper": "^3.5.1",
"react-native-reanimated": "~1.13.0",
"react-native-router-flux": "^4.2.0",
"react-native-safe-area-context": "3.1.4",
"react-native-screens": "~2.10.1",
"react-native-step-indicator": "^0.0.11",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.13.7",
"react-native-webview": "10.7.0",
"react-navigation": "^4.0.10",
"react-navigation-material-bottom-tabs": "^2.1.5",
"react-navigation-stack": "^2.0.15",
"socket.io-client": "2.1.1",
"typescript": "~3.9.2",
"yup": "^0.28.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/react-dom": "^16.9.8",
"@types/react-native-datepicker": "^1.7.0",
"@types/react-native-material-menu": "^1.0.3",
"@types/react-native-vector-icons": "^6.4.5",
"@types/yup": "^0.29.3",
"babel-preset-expo": "^8.3.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^1.7.0"
},
"private": true
}