-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.75 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
{
"name": "chatpals",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/messaging": "^19.1.2",
"@react-native-picker/picker": "2.4.8",
"@react-native/normalize-color": "^2.1.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"aws-sdk": "^2.1503.0",
"dotenv": "^16.3.1",
"expo": "~47.0.12",
"expo-app-loading": "~2.1.1",
"expo-constants": "~14.0.2",
"expo-dev-client": "~2.0.1",
"expo-image-picker": "~14.0.2",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"firebase": "^9.17.1",
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-animatable": "^1.4.0",
"react-native-dropdown-picker": "^5.4.6",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-get-random-values": "^1.11.0",
"react-native-gif": "^1.0.3",
"react-native-gifted-chat": "^1.1.1",
"react-native-image-picker": "^2.3.4",
"react-native-immersive": "^2.0.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-swiper": "^1.6.0",
"react-native-vector-icons": "^10.0.3",
"uuid": "^9.0.1",
"expo-notifications": "~0.17.0",
"expo-document-picker": "~11.0.1",
"expo-av": "~13.0.3"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}