-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.72 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx cross-env BACKEND_URL='http://10.40.3.1:3000' expo start",
"start:prod": "npx cross-env BACKEND_URL='https://pushme.tgxn.net' expo start",
"submit": "eas submit --platform android",
"build": "eas build -p android --profile develop",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@pushme-tgxn/pushmesdk": "^1.10.6",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/material-bottom-tabs": "^6.2.10",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.7",
"expo": "^48.0.21",
"expo-auth-session": "~4.0.3",
"expo-build-properties": "~0.6.0",
"expo-clipboard": "~4.1.2",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-device": "~5.2.1",
"expo-notifications": "~0.18.1",
"expo-random": "~13.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-task-manager": "~11.1.1",
"expo-updates": "~0.16.4",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-moment": "^1.1.3",
"react-native": "0.71.14",
"react-native-gesture-handler": "~2.9.0",
"react-native-paper": "^5.1.4",
"react-native-paper-dropdown": "^1.0.7",
"react-native-root-toast": "^3.3.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"prettier": "^2.8.3"
}
}