-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
87 lines (87 loc) · 2.94 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
79
80
81
82
83
84
85
86
87
{
"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": {
"@bugsnag/expo": "^7.1.1",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-clipboard/clipboard": "^1.6.0",
"@react-native-community/checkbox": "^0.5.7",
"@react-native-community/datetimepicker": "2.2.2",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/netinfo": "5.5.1",
"@react-native-community/picker": "^1.8.0",
"@react-navigation/bottom-tabs": "^5.4.4",
"@react-navigation/drawer": "^5.9.0",
"@react-navigation/native": "^5.3.2",
"@react-navigation/stack": "^5.3.5",
"apisauce": "^1.1.1",
"dayjs": "^1.8.28",
"expo": "~37.0.3",
"expo-av": "~8.1.0",
"expo-blur": "~8.1.0",
"expo-camera": "~8.2.0",
"expo-constants": "^9.0.0",
"expo-contacts": "~8.1.0",
"expo-document-picker": "~8.1.0",
"expo-image-picker": "~8.1.0",
"expo-linear-gradient": "~8.1.0",
"expo-localization": "~8.1.0",
"expo-location": "~8.1.0",
"expo-media-library": "~8.1.0",
"expo-notifications": "~0.1.1",
"expo-permissions": "~8.1.0",
"expo-screen-orientation": "~1.0.0",
"expo-secure-store": "~8.1.0",
"expo-sensors": "~8.1.0",
"formik": "^2.1.4",
"i18n-js": "^3.7.1",
"i18next": "^19.7.0",
"jwt-decode": "^2.2.0",
"lottie-react-native": "~2.6.1",
"moment": "^2.26.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-i18next": "^11.7.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-confirmation-code-field": "^6.5.1",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-highlight-words": "^1.0.1",
"react-native-hyperlink": "0.0.19",
"react-native-maps": "0.26.1",
"react-native-modal-datetime-picker": "^9.1.0",
"react-native-paper": "^4.1.0",
"react-native-permissions": "^3.0.0",
"react-native-progress": "^4.1.2",
"react-native-range-slider-expo": "^1.3.7",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-styled-toast": "^1.0.21",
"react-native-svg": "11.0.1",
"react-native-svg-charts": "^5.4.0",
"react-native-web": "~0.11.7",
"socket.io-client": "^3.0.4",
"socket.io-stream": "^0.9.1",
"styled-components": "^5.2.0",
"styled-system": "^5.1.5",
"yup": "^0.28.5"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0",
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.0"
},
"private": true
}