-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
98 lines (98 loc) · 3.35 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "UsupportMobile",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client --clear",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint src --fix"
},
"dependencies": {
"@expo-google-fonts/nunito": "^0.2.2",
"@react-native-assets/slider": "7.2.1",
"@react-native-firebase/app": "^17.4.2",
"@react-native-firebase/messaging": "^17.4.2",
"@react-navigation/bottom-tabs": "^6.5.6",
"@react-navigation/native": "^6.1.2",
"@react-navigation/stack": "^6.3.11",
"@shopify/flash-list": "1.6.4",
"@stripe/stripe-react-native": "0.37.2",
"@tanstack/react-query": "^4.32.5",
"@voximplant/react-native-foreground-service": "^3.0.2",
"axios": "^1.2.2",
"bcrypt-react-native": "[email protected]:thiagocazzeri/bcrypt-react-native.git",
"expo": "^51.0.17",
"expo-clipboard": "~6.0.3",
"expo-device": "^6.0.2",
"expo-font": "~12.0.7",
"expo-keep-awake": "~13.0.2",
"expo-linear-gradient": "~13.0.2",
"expo-local-authentication": "~14.0.1",
"expo-localization": "~15.0.3",
"expo-notifications": "~0.28.9",
"expo-secure-store": "~13.0.2",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"fast-text-encoding": "^1.0.6",
"i18n-iso-countries": "^7.5.0",
"i18next": "^22.4.9",
"joi": "^17.7.0",
"jwt-decode": "^3.1.2",
"lottie-ios": "4.4.1",
"lottie-react-native": "6.7.0",
"prop-types": "^15.8.1",
"punycode": "^2.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.1.4",
"react-native": "0.74.2",
"react-native-animated-pagination-dot": "^0.4.0",
"react-native-blob-util": "^0.18.3",
"react-native-chart-kit": "^6.12.0",
"react-native-code-push": "^8.2.2",
"react-native-config": "^1.5.0",
"react-native-curved-bottom-bar": "^2.1.4",
"react-native-date-picker": "^4.2.13",
"react-native-device-info": "^10.12.0",
"react-native-dotenv": "^3.4.7",
"react-native-flash-message": "^0.4.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-gradients": "^2.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "3.3.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-share": "^8.1.0",
"react-native-svg": "15.2.0",
"react-native-table-component": "^1.2.2",
"react-native-twilio-video-webrtc": "^3.2.0",
"react-native-webview": "13.8.6",
"react-native-youtube-iframe": "^2.2.2",
"socket.io-client": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/eslint-parser": "^7.22.10",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@types/react-native": "^0.72.2",
"babel-eslint": "^10.1.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"prettier": "^3.0.0"
},
"private": true,
"overrides": {
"qs": "6.7.3",
"react-dom": "18.2.0"
}
}