-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.49 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
{
"name": "BlackcatChat",
"version": "1.1.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"axios": "^1.6.2",
"core-js": "^3.34.0",
"expo": "~48.0.21",
"expo-av": "~13.2.1",
"expo-clipboard": "~4.1.2",
"expo-dev-client": "~2.2.1",
"expo-device": "~5.2.1",
"expo-document-picker": "~11.2.2",
"expo-image-picker": "~14.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-notifications": "~0.18.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"expo-web-browser": "~12.1.1",
"jwt-decode": "^4.0.0",
"lottie-react-native": "5.1.4",
"mysql2": "^3.6.5",
"react": "18.2.0",
"react-native": "0.71.14",
"react-native-animatable": "^1.4.0",
"react-native-blob-util": "^0.19.6",
"react-native-divider": "^1.0.3",
"react-native-dropdown-country-picker": "^1.0.9",
"react-native-dropdown-picker": "^5.4.6",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal": "^13.0.1",
"react-native-picker-select": "^9.0.1",
"react-native-purchases": "^7.21.0",
"react-native-reanimated": "~2.14.4",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-sound": "^0.11.2",
"react-native-svg": "13.4.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^10.0.3",
"react-native-video": "^5.2.1",
"socket.io-client": "^4.7.3",
"styled-components": "^6.1.1",
"toastify-react-native": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.11",
"@types/react": "~18.0.27",
"@types/react-test-renderer": "^18.0.7",
"sharp-cli": "^4.2.0",
"typescript": "^4.9.4"
},
"private": true
}