-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.86 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
{
"name": "rsm-expo-app",
"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": {
"@apollo/client": "^3.7.1",
"@awrminkhodaei/react-native-horizontal-datepicker": "^0.1.6",
"@nhost/react": "^2.0.9",
"@nhost/react-apollo": "^5.0.10",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/netinfo": "9.3.7",
"@react-navigation/drawer": "^6.5.3",
"@react-navigation/native": "^6.0.16",
"@react-navigation/native-stack": "^6.9.4",
"expo": "~48.0.11",
"expo-av": "~13.2.1",
"expo-clipboard": "~4.1.2",
"expo-document-picker": "~11.2.2",
"expo-file-system": "~15.2.2",
"expo-haptics": "~12.2.1",
"expo-image-manipulator": "~11.1.1",
"expo-image-picker": "~14.1.1",
"expo-media-library": "~15.2.3",
"expo-secure-store": "~12.1.1",
"expo-sharing": "~11.2.2",
"expo-status-bar": "~1.4.2",
"firebase": "^9.17.2",
"graphql": "^16.6.0",
"moment": "^2.29.4",
"moment-jalaali": "^0.9.6",
"react": "18.2.0",
"react-hook-form": "^7.40.0",
"react-native": "0.71.7",
"react-native-calendar-strip": "^2.2.6",
"react-native-calendars": "^1.1294.0",
"react-native-dotenv": "^3.4.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-popup-menu": "^0.16.1",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"stream-chat-expo": "^5.14.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.3"
},
"private": true
}