-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.81 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
{
"name": "loghoshot-frontend",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@config-plugins/android-jsc-intl": "^4.0.0",
"@expo/config-plugins": "~6.0.0",
"@expo/prebuild-config": "~6.0.0",
"@expo/webpack-config": "^18.0.1",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/checkbox": "^0.5.12",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-masked-view/masked-view": "0.2.8",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-top-tabs": "^6.3.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.0",
"@reduxjs/toolkit": "^1.8.6",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^0.0.0-edge.2",
"eas-cli": "^2.8.0",
"expo": "^48.0.19",
"expo-apple-authentication": "~6.0.1",
"expo-auth-session": "~4.0.3",
"expo-cli": "^6.0.5",
"expo-crypto": "~12.2.1",
"expo-dev-client": "~2.2.1",
"expo-facebook": "~12.2.0",
"expo-font": "~11.1.1",
"expo-image-picker": "~14.1.1",
"expo-modules-autolinking": "~1.1.0 || ~1.2.0",
"expo-random": "~13.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"expo-web-browser": "~12.1.1",
"intl": "^1.2.5",
"luxon": "^3.0.4",
"navigation": "^6.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-axios": "^0.17.1",
"react-native-datepicker": "^1.7.2",
"react-native-dropdown-picker": "^5.4.2",
"react-native-elements": "^3.4.2",
"react-native-gesture-handler": "~2.9.0",
"react-native-image-slider-box": "^2.0.7",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-pager-view": "6.1.2",
"react-native-paper": "^4.12.4",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "~2.14.4",
"react-native-reanimated-carousel": "^3.1.5",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-tab-view": "^3.3.0",
"react-native-table-component": "^1.2.2",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.11",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"rxjs": "^7.5.6",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.2.1"
},
"config-overrides-path": "node_modules/some-preconfigured-rewire",
"private": true
}