-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.33 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
{
"dependencies": {
"@react-native-async-storage/async-storage": "^1.18.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"dotenv": "^16.3.1",
"expo": "^48.0.7",
"expo-camera": "~13.2.1",
"expo-image-picker": "~14.1.1",
"expo-location": "~15.1.1",
"expo-status-bar": "^1.4.4",
"expo-updates": "~0.16.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-dotenv": "^3.4.9",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "^2.12.0",
"react-native-maps": "^1.7.1",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-toast-message": "^2.1.6",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react-native-dotenv": "^0.2.0",
"typescript": "^4.6.3"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"version": "1.0.0",
"private": true,
"name": "favorite-places-app-reactnative-typescript"
}