This repository has been archived by the owner on May 30, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.87 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
81
82
83
84
85
86
{
"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": {
"@blackbox-vision/react-native-mercadopago-px": "^0.6.2",
"@primer/octicons": "^11.0.0",
"@react-native-community/datetimepicker": "^3.0.9",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.9.1",
"@react-navigation/material-top-tabs": "5.2.9",
"@react-navigation/native": "^5.7.4",
"@react-navigation/stack": "^5.9.1",
"axios": "^0.21.1",
"expo": "^40.0.0",
"expo-app-auth": "~9.3.0",
"expo-app-loading": "^1.0.1",
"expo-auth-session": "~3.0.0",
"expo-facebook": "~9.1.0",
"expo-firebase-analytics": "~2.6.0",
"expo-firebase-core": "~1.3.0",
"expo-font": "~8.4.0",
"expo-google-app-auth": "^8.1.3",
"expo-image-picker": "~9.2.0",
"expo-linking": "~2.0.1",
"expo-location": "~10.0.0",
"expo-notifications": "~0.8.2",
"expo-permissions": "~10.0.0",
"expo-random": "~10.0.0",
"expo-sharing": "~8.5.0",
"expo-splash-screen": "~0.8.1",
"expo-status-bar": "~1.0.3",
"expo-updates": "~0.4.1",
"expo-web-browser": "~8.6.0",
"firebase": "8.4.3",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-dialog": "^6.1.2",
"react-native-dotenv": "^2.4.0",
"react-native-drawer": "^2.5.1",
"react-native-elements": "^2.3.2",
"react-native-gesture-handler": "~1.8.0",
"react-native-get-random-values": "^1.6.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-google-places-autocomplete": "^2.2.0",
"react-native-maps": "0.27.1",
"react-native-progress": "^4.1.2",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-stopwatch-timer": "^0.0.21",
"react-native-tab-view": "^2.0.0",
"react-native-web": "~0.13.12",
"react-navigation": "3.0.9",
"react-navigation-material-bottom-tabs": "^2.3.2",
"react-redux": "^7.2.4",
"redux": "^4.1.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"eslint": "7.2.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "4.0.0",
"prettier": "^2.1.2",
"typescript": "~4.0.0"
},
"private": true
}