-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.89 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
54
55
56
57
58
{
"name": "sms-forwarder",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-google-signin/google-signin": "^10.0.1",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^6.2.1",
"axios": "^1.4.0",
"base-64": "^1.0.0",
"expo": "~48.0.18",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"install": "^0.13.0",
"lottie-react-native": "^5.1.6",
"moment": "^2.29.4",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-background-actions": "^3.0.0",
"react-native-contacts": "^7.0.5",
"react-native-drawer-layout": "^3.2.1",
"react-native-dropdown-picker": "^5.4.6",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.12.0",
"react-native-get-sms-android": "^2.1.0",
"react-native-paper": "^5.9.1",
"react-native-permissions": "^3.8.0",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.6.3",
"react-native-screens": "^3.21.1",
"react-native-sim-data": "^3.0.0",
"react-native-sms": "^1.11.0",
"react-native-smtp-mailer": "^1.2.5",
"react-native-snap-carousel": "^3.9.1",
"react-native-sqlite-storage": "^6.0.1",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.1.1",
"redux": "^4.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"babel-plugin-module-resolver": "^5.0.0",
"deprecated-react-native-prop-types": "^4.1.0"
},
"private": true
}