-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.27 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.27 KB
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
{
"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",
"server": "npx nodemon ./api/MercadoPago/index.js"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@react-native-community/datetimepicker": "3.5.2",
"@react-native-picker/picker": "2.1.0",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/core": "^6.1.0",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"axios": "^0.24.0",
"expo": "~43.0.2",
"expo-app-loading": "~1.2.1",
"expo-constants": "~12.1.3",
"expo-image-picker": "~11.0.3",
"expo-location": "~13.0.4",
"expo-notifications": "^0.13.3",
"expo-status-bar": "~1.1.0",
"express": "^4.17.1",
"fastest-validator": "^1.12.0",
"firebase": "^9.3.0",
"mercadopago": "^1.5.9",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-actions-sheet": "^0.5.6",
"react-native-animatable": "^1.3.3",
"react-native-checkbox-reanimated": "^0.1.0",
"react-native-chooser": "^1.7.0",
"react-native-dotenv": "^3.3.0",
"react-native-elements": "^3.4.2",
"react-native-geocoder": "^0.5.0",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-get-random-values": "~1.7.0",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-maps": "0.28.0",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-picker-select": "^8.0.4",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "^2.2.4",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-svg": "^12.1.1",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "0.17.1",
"react-native-webview": "11.13.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"nodemon": "^2.0.15"
},
"private": true
}