-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.63 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.63 KB
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
{
"name": "pgstore2",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@formatjs/intl-datetimeformat": "^6.5.1",
"@formatjs/intl-displaynames": "^6.2.6",
"@formatjs/intl-listformat": "^7.1.9",
"@formatjs/intl-locale": "^3.1.1",
"@formatjs/intl-numberformat": "^8.3.5",
"@formatjs/intl-pluralrules": "^5.1.10",
"@formatjs/intl-relativetimeformat": "^11.1.10",
"@invertase/react-native-apple-authentication": "^2.2.2",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-firebase/analytics": "^17.4.2",
"@react-native-firebase/app": "^17.4.2",
"@react-native-firebase/auth": "^17.4.2",
"@react-native-firebase/crashlytics": "^17.4.2",
"@react-native-firebase/messaging": "^17.4.2",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.3",
"axios": "^1.3.5",
"expo": "~48.0.10",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"immutable": "^4.3.0",
"intl": "^1.2.5",
"key-mirror": "^1.0.1",
"react": "18.2.0",
"react-native": "0.71.6",
"react-native-asset": "^2.1.0",
"react-native-config": "^1.5.0",
"react-native-device-info": "^9.0.2",
"react-native-element-dropdown": "^2.9.0",
"react-native-fast-image": "^8.6.3",
"react-native-fbsdk-next": "^11.2.1",
"react-native-gesture-handler": "^2.9.0",
"react-native-i18n": "^2.0.15",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-localize": "^2.2.6",
"react-native-modalize": "^2.1.1",
"react-native-paper": "^4.12.1",
"react-native-paper-dates": "^0.15.1",
"react-native-render-html": "^6.3.4",
"react-native-root-toast": "^3.4.1",
"react-native-safe-area-context": "^4.5.1",
"react-native-screens": "^3.20.0",
"react-native-svg": "^13.9.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "^0.19.2",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"redux-persist-transform-filter": "^0.0.22",
"redux-thunk": "^2.4.2",
"underscore": "^1.13.6",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^29.5.0",
"@types/react": "^18.0.35",
"@types/react-test-renderer": "^18.0.0",
"typescript": "^5.0.4"
},
"private": true
}