-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.2",
"@react-navigation/drawer": "^5.8.2",
"@react-navigation/native": "^5.5.0",
"@react-navigation/stack": "^5.4.1",
"@use-expo/font": "^2.0.0",
"axios": "^0.19.2",
"crypto-js": "3",
"expo": "^38.0.0",
"expo-asset": "~8.1.7",
"expo-auth-session": "~1.4.0",
"expo-av": "~8.2.1",
"expo-file-system": "~9.0.1",
"expo-firebase-analytics": "~2.4.1",
"expo-font": "~8.2.1",
"expo-linking": "^1.0.3",
"expo-splash-screen": "^0.5.0",
"expo-sqlite": "~8.2.1",
"expo-status-bar": "^1.0.0",
"expo-updates": "~0.2.10",
"firebase": "7.9.0",
"immer": "^7.0.7",
"react": "^16.13.1",
"react-dom": "16.11.0",
"react-keyboard-event-handler": "^1.5.4",
"react-native": "^0.63.2",
"react-native-event-listeners": "^1.0.7",
"react-native-gesture-handler": "~1.6.0",
"react-native-htmlview": "^0.16.0",
"react-native-popup-menu": "^0.15.7",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-unimodules": "~0.10.1",
"react-native-url-polyfill": "^1.2.0",
"react-native-web": "~0.11.7",
"react-native-webview": "9.4.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"rn-startapp-simple": "^1.0.2",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-jest": "~25.2.6",
"babel-preset-expo": "^8.2.3",
"jest": "~25.2.6",
"react-test-renderer": "~16.11.0"
},
"private": true
}