-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
108 lines (108 loc) · 4.05 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
{
"name": "quiz-arena",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"dev": "sb-rn-get-stories && expo start --web",
"storybook-generate": "sb-rn-get-stories",
"storybook-watch": "sb-rn-watcher",
"build-android": "eas build --platform android",
"build-android-local": "eas build --platform android --local",
"build-ios": "eas build --platform ios",
"build-ios-local": "eas build --platform ios --local",
"submit-ios": "eas submit --platform ios",
"submit-android": "eas submit --platform android",
"deploy-ios-paid": "eas build --platform ios && eas submit --platform ios",
"deploy-android-paid": "eas build --platform android && eas submit --platform android",
"local-build-submit-ios": "expo prebuild && npm run build-ios-local && npm run submit-ios",
"local-build-submit-android": "npm run build-android-local && npm run submit-android"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^19.0.0",
"@gorhom/bottom-sheet": "^4.6.4",
"@react-native-picker/picker": "2.4.10",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@sentry/react-native": "^5.19.0",
"axios": "^1.6.2",
"date-fns": "^3.0.6",
"expo": "~49.0.15",
"expo-apple-authentication": "~6.1.0",
"expo-auth-session": "~5.0.2",
"expo-av": "~13.4.1",
"expo-build-properties": "~0.8.3",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-contacts": "~12.2.0",
"expo-crypto": "~12.4.1",
"expo-dev-client": "~2.4.13",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.5",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-image": "~1.3.5",
"expo-image-manipulator": "~11.3.0",
"expo-image-picker": "~14.3.2",
"expo-intent-launcher": "~10.7.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-localization": "~14.3.0",
"expo-mail-composer": "~12.3.0",
"expo-notifications": "~0.20.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-store-review": "~6.4.0",
"expo-system-ui": "~2.4.0",
"expo-tracking-transparency": "~3.1.0",
"expo-web-browser": "~12.3.2",
"mime": "^4.0.1",
"native-base": "^3.4.28",
"normalize-css-color": "^1.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-animatable": "^1.4.0",
"react-native-appsflyer": "^6.12.2",
"react-native-chart-kit": "^6.12.0",
"react-native-color-picker": "^0.6.0",
"react-native-config": "^1.5.1",
"react-native-country-flag": "^2.0.2",
"react-native-element-dropdown": "^2.12.1",
"react-native-fbsdk-next": "^12.1.2",
"react-native-gesture-handler": "~2.12.0",
"react-native-google-mobile-ads": "^12.10.0",
"react-native-localize": "^3.0.4",
"react-native-modal": "^13.0.1",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.3.0",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.6",
"recyclerlistview": "^4.2.0",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@bam.tech/react-native-make": "^3.0.3",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/slider": "^4.4.2",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-controls": "^6.5.16",
"@storybook/addon-ondevice-actions": "^6.5.7",
"@storybook/addon-ondevice-controls": "^6.5.7",
"@storybook/react-native": "^6.5.7",
"babel-loader": "^8.3.0",
"react-native-safe-area-context": "4.6.3"
},
"private": true
}