-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 3.91 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@babel/preset-env": "7.1.6",
"@expo/vector-icons": "^13.0.0",
"@mrakesh0608/react-native-loading-dots": "^1.0.9",
"@react-aria/ssr": "^3.7.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/blur": "^4.3.2",
"@react-native-community/netinfo": "9.3.10",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"@statsministeriet/rn-select-date-range": "^6.0.0",
"@tanstack/react-query": "^4.28.0",
"@types/react": "~18.2.14",
"axios": "^1.3.4",
"easy-swipe-view": "^1.1.15",
"exceljs": "^4.4.0",
"expo": "~49.0.15",
"expo-av": "~13.4.1",
"expo-barcode-scanner": "~12.5.3",
"expo-barcode-scanner-plus": "^1.0.3",
"expo-blur": "~12.4.1",
"expo-camera": "~13.4.4",
"expo-clipboard": "~4.3.1",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "^5.0.2",
"expo-modules-autolinking": "~1.5.0",
"expo-notifications": "~0.20.1",
"expo-permissions": "~14.2.1",
"expo-sharing": "~11.5.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.17",
"expo-web-browser": "~12.3.2",
"i18next": "^22.4.13",
"lottie-react-native": "^6.7.2",
"moment": "^2.29.4",
"native-base": "^3.4.28",
"node-fetch": "2.6.7",
"punycode": "^2.3.1",
"react": "18.2.0",
"react-color-theme": "^1.0.3",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-native": "0.72.10",
"react-native-accordion-list-view": "^2.0.3",
"react-native-alert-notification": "^0.3.4",
"react-native-animatable": "^1.3.3",
"react-native-background-timer": "*",
"react-native-bouncy-checkbox": "^3.0.7",
"react-native-build-number": "^1.2.0",
"react-native-countdown-component": "^2.7.1",
"react-native-element-timer": "^2.1.2",
"react-native-embed-instagram": "^0.1.1",
"react-native-flatboard": "^1.0.7",
"react-native-gesture-handler": "~2.12.0",
"react-native-insta-story": "^1.1.9",
"react-native-instagram-embed": "^0.0.6",
"react-native-instagram-reels": "^1.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-navigation": "^7.34.0",
"react-native-onesignal": "^4.5.1",
"react-native-otp-timer": "^1.0.1",
"react-native-paper": "^5.9.1",
"react-native-qrcode-svg": "^6.3.0",
"react-native-reanimated": "~3.3.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-simple-default-props": "^1.0.0",
"react-native-snap-carousel-v4": "^1.0.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "13.9.0",
"react-native-swipeable-list": "^0.1.2",
"react-native-table-component": "^1.2.2",
"react-native-typewriter-effect": "^0.1.4",
"react-native-userpic": "^2.0.3",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-virtualized-view": "^1.0.0",
"react-native-web": "~0.19.6",
"react-native-webview": "^13.8.2",
"react-navigation-tabbar-collection": "^1.0.0",
"react-number-format": "^5.2.2",
"rn-select-date-range": "^5.0.0",
"sharp-cli": "^4.1.1",
"typescript": "^5.1.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"yarn-audit-fix": "^10.0.7"
},
"private": true,
"name": "sg_wallet",
"version": "1.0.0"
}