-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.59 KB
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": "chat",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-firebase/app": "^18.6.1",
"@react-native-firebase/messaging": "^18.6.1",
"@react-navigation/drawer": "^6.6.4",
"@reduxjs/toolkit": "^1.9.7",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"expo": "~49.0.13",
"expo-blur": "~12.4.1",
"expo-dev-client": "~2.4.12",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.5",
"expo-haptics": "~12.4.0",
"expo-image-picker": "~14.3.2",
"expo-linking": "~5.0.2",
"expo-notifications": "~0.20.1",
"expo-router": "^2.0.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"firebase": "^10.5.0",
"formik": "^2.4.5",
"install": "^0.13.0",
"pod": "^0.9.0",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-eject": "^0.2.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-image-viewing": "^0.2.2",
"react-native-paper": "^5.11.0",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-vector-icons": "^10.0.0",
"react-redux": "^8.1.3",
"shorthash": "^0.0.2",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}