-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.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
{
"name": "cloning",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/hooks": "^3.0.0",
"@react-native-firebase/app": "^20.3.0",
"@react-native-firebase/messaging": "^20.3.0",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.18",
"@react-navigation/stack": "^6.4.1",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"expo": "~51.0.14",
"expo-av": "~14.0.7",
"expo-font": "^12.0.9",
"expo-image-picker": "~15.0.7",
"expo-status-bar": "~1.12.1",
"jwt-decode": "^3.1.2",
"moment": "^2.30.1",
"react": "18.2.0",
"react-native": "^0.75.2",
"react-native-audio-recorder-player": "^3.6.10",
"react-native-calendars": "^1.1306.0",
"react-native-circular-progress": "^1.4.0",
"react-native-elements": "^3.4.3",
"react-native-gifted-chat": "^2.4.0",
"react-native-image-crop-picker": "^0.41.2",
"react-native-image-picker": "^3.8.1",
"react-native-modal": "^13.0.1",
"react-native-modal-dropdown": "^1.0.2",
"react-native-permissions": "^4.1.5",
"react-native-picker-select": "^9.1.3",
"react-native-reanimated": "^3.15.1",
"react-native-safe-area-context": "^4.10.8",
"react-native-screens": "^3.32.0",
"react-native-sound": "^0.11.2",
"react-native-svg": "^15.3.0",
"react-native-track-player": "^4.1.1",
"react-native-vector-icons": "^10.1.0",
"expo-notifications": "~0.28.18"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"metro-config": "^0.80.9",
"metro-react-native-babel-preset": "^0.77.0",
"react-native-svg-transformer": "^1.4.0"
},
"private": true,
"proxy": "http://192.168.1.100:8080"
}