-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.37 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.37 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
{
"name": "foodeviry",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/barlow": "^0.2.3",
"@expo-google-fonts/raleway": "^0.2.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/blur": "^4.3.0",
"@react-native-firebase/app": "^17.3.2",
"@react-native-firebase/auth": "^17.3.0",
"@react-native-firebase/database": "^17.3.2",
"@react-navigation/native": "^6.1.4",
"@react-navigation/native-stack": "^6.9.10",
"@rneui/themed": "^4.0.0-rc.7",
"expo": "~47.0.12",
"expo-app-loading": "~2.1.1",
"expo-google-app-auth": "~8.3.0",
"expo-location": "~15.0.1",
"expo-status-bar": "~1.4.2",
"firebase": "^8.10.1",
"i": "^0.3.7",
"npm": "^9.6.2",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-elements": "^3.4.3",
"react-native-form-component": "^2.6.8",
"react-native-google-signin": "^2.1.1",
"react-native-maps": "1.3.2",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-vector-icons": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}