-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.26 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
71
{
"name": "shareyourmeal",
"version": "1.0.0",
"main": "index.js",
"proxy": {
"/api/**": {
"target": "http://localhost:8080"
}
},
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "^2.4.7",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-bottom-tabs": "^6.2.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@react-navigation/stack": "^6.3.1",
"@reduxjs/toolkit": "^1.8.6",
"axios": "^1.1.2",
"expo": "~46.0.9",
"expo-camera": "^13.2.1",
"expo-image-picker": "~13.3.1",
"expo-location": "~14.3.0",
"expo-permissions": "^14.1.1",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.0",
"link": "^1.5.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "^0.69.5",
"react-native-animatable": "^1.3.3",
"react-native-country-flag": "^1.1.6",
"react-native-dropdown-picker": "^5.4.2",
"react-native-elements": "^3.4.3",
"react-native-form-validator": "^0.5.1",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "^2.8.0",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-image-picker": "^4.10.3",
"react-native-map": "^0.0.1",
"react-native-maps": "^1.3.2",
"react-native-paper": "^4.12.5",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "~3.15.0",
"react-native-star-rating": "^1.1.0",
"react-native-star-rating-widget": "^1.7.1",
"react-native-svg": "^13.9.0",
"react-native-toast-message": "^2.1.6",
"react-native-toast-notifications": "^3.3.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"react-navigation": "^4.4.4",
"react-redux": "^8.0.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"gradle": "^1.2.4"
},
"private": true
}