-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.57 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
76
77
78
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/open-sans": "^0.2.2",
"@react-native-async-storage/async-storage": "^1.16.1",
"@react-native-community/datetimepicker": "4.0.0",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/elements": "^1.3.3",
"@react-navigation/material-top-tabs": "^6.0.4",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.38",
"@types/react-dom": "^18.0.5",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-apple-authentication": "~4.1.0",
"expo-calendar": "~10.1.0",
"expo-camera": "~12.1.2",
"expo-constants": "~13.0.1",
"expo-device": "~4.1.0",
"expo-file-system": "~13.1.4",
"expo-firebase-analytics": "~6.0.0",
"expo-firebase-core": "~4.1.0",
"expo-font": "~10.0.4",
"expo-image-picker": "~12.0.1",
"expo-linear-gradient": "~11.0.3",
"expo-linking": "~3.0.0",
"expo-location": "~14.0.1",
"expo-notifications": "~0.14.0",
"expo-permissions": "~13.1.0",
"expo-status-bar": "~1.2.0",
"expo-updates": "~0.11.6",
"firebase": "^9.9.0",
"g": "^2.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-draggable": "^3.3.0",
"react-native-elements": "^3.4.2",
"react-native-flash-message": "^0.2.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-keyboard-aware-scrollview": "^2.1.0",
"react-native-maps": "^0.30.1",
"react-native-pager-view": "5.4.9",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-searchable-dropdown": "^1.1.3",
"react-native-swipe-list-view": "^3.2.9",
"react-native-tab-view": "^3.1.1",
"react-native-view-shot": "3.1.2",
"react-native-web": "0.17.1",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"socket.io-client": "^4.4.0",
"typescript": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"eslint": "^8.15.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4"
},
"private": true
}