-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.3 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
{
"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": {
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/slider": "3.0.0",
"expo": "^39.0.0",
"expo-av": "~8.2.1",
"expo-battery": "^2.2.1",
"expo-blur": "~8.1.2",
"expo-camera": "^9.0.0",
"expo-constants": "~9.1.1",
"expo-device": "^2.2.1",
"expo-font": "^8.3.0",
"expo-image-picker": "^8.3.0",
"expo-intent-launcher": "^8.2.1",
"expo-linear-gradient": "~8.2.1",
"expo-localization": "~8.2.1",
"expo-location": "^8.3.0",
"expo-notifications": "^0.5.0",
"expo-permissions": "^9.0.1",
"expo-screen-orientation": "^1.1.1",
"expo-sensors": "~9.0.1",
"expo-status-bar": "~1.0.2",
"expo-store-review": "^2.1.3",
"expo-updates": "^0.2.14",
"geopattern": "^1.2.3",
"i18n-js": "^3.5.1",
"lottie-react-native": "~2.6.1",
"moment": "^2.24.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.3.tar.gz",
"react-native-chart-kit": "^5.1.1",
"react-native-countup": "^0.0.2",
"react-native-fade-in-image": "^1.5.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-keyboard-spacer": "^0.4.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-reanimated": "~1.9.0",
"react-native-screens": "~2.9.0",
"react-native-shared-element": "0.7.0",
"react-native-skeleton-content": "^1.0.13",
"react-native-slider": "^0.11.0",
"react-native-svg": "12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-native-svg-uri": "^1.2.3",
"react-native-web": "~0.13.7",
"react-native-webview": "9.4.0",
"react-navigation": "^4.0.10",
"react-navigation-animated-switch": "^0.3.2",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "^1.9.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.19",
"rn-pdf-reader-js": "^4.1.1",
"validator": "^11.1.0"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true
}