-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.64 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
{
"name": "banking-app",
"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/config-plugins": "~7.8.0",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-community/datetimepicker": "7.6.1",
"@react-navigation/bottom-tabs": "^6.4.3",
"@react-navigation/native": "^6.0.16",
"@react-navigation/stack": "^6.3.7",
"@types/uuid": "^9.0.0",
"expo": "^50.0.4",
"expo-clipboard": "~5.0.1",
"expo-contacts": "~12.8.2",
"expo-dev-client": "~3.3.7",
"expo-font": "~11.10.2",
"expo-image-picker": "~14.7.1",
"expo-linear-gradient": "~12.7.1",
"expo-navigation-bar": "~2.8.1",
"expo-secure-store": "~12.8.1",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"firebase": "^9.14.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.2",
"react-native-country-codes-picker": "^2.2.2",
"react-native-flags": "^1.0.0",
"react-native-flags-typescript": "^1.0.1",
"react-native-gesture-handler": "~2.14.0",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.19.6",
"uuid": "^9.0.0",
"@expo/metro-runtime": "~3.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~18.2.45",
"@types/react-native": "~0.70.6",
"@types/react-native-vector-icons": "^6.4.12",
"typescript": "^5.3.0"
},
"private": true
}