-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 3.08 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
{
"name": "bebest",
"version": "1.0.0",
"main": "expo-router/entry",
"type": "module",
"scripts": {
"start": "expo start",
"android": "expo run:android --port=8082",
"build:apk": "eas build -p android --profile preview",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild",
"build": "eas build",
"submit": "eas submit"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4",
"@hookform/resolvers": "^3.3.4",
"@os-team/i18next-react-native-language-detector": "^1.0.31",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-firebase/app": "^18.7.3",
"@react-native-firebase/auth": "^18.7.3",
"@react-native-firebase/firestore": "^18.7.3",
"@react-native-firebase/messaging": "^18.7.3",
"@react-native-firebase/perf": "^18.7.3",
"@react-native-firebase/storage": "^18.7.3",
"@shopify/react-native-skia": "0.1.196",
"d3": "^7.8.5",
"expo": "^49.0.21",
"expo-av": "~13.4.1",
"expo-blur": "~12.4.1",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.13",
"expo-image": "~1.3.5",
"expo-image-manipulator": "~11.3.0",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-localization": "~14.3.0",
"expo-media-library": "~15.4.1",
"expo-navigation-bar": "~2.3.0",
"expo-notifications": "~0.20.1",
"expo-router": "^2.0.0",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"firebase": "^10.7.1",
"i18n-js": "4.2.0",
"i18next": "^23.7.16",
"lottie-react-native": "5.1.6",
"moti": "^0.28.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.49.2",
"react-i18next": "^13.5.0",
"react-native": "0.72.10",
"react-native-chart-kit": "^6.12.0",
"react-native-circular-progress": "^1.3.9",
"react-native-config": "^1.5.1",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-image-crop-picker": "^0.40.3",
"react-native-logs": "^5.0.1",
"react-native-mmkv": "^2.11.0",
"react-native-otp-textinput": "^1.1.5",
"react-native-paper": "^4.12.6",
"react-native-phone-number-input": "^2.1.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-sensors": "^7.3.6",
"react-native-share": "^10.1.0",
"react-native-svg": "13.9.0",
"react-native-ui-lib": "^7.15.0",
"react-native-view-shot": "3.7.0",
"react-native-vision-camera": "^3.8.2",
"react-native-web": "~0.19.6",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"punycode": "^2.3.1",
"typescript": "^5.1.3"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"private": true
}