-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.91 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
{
"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",
"publish:p": "expo publish --release-channel=production",
"publish:b": "expo publish --release-channel=beta",
"build:ap": "expo build:android --release-channel=production",
"build:ab": "expo build:android --release-channel=beta",
"build:apab": "expo build:android --release-channel=production -t app-bundle",
"build:abab": "expo build:android --release-channel=beta -t app-bundle"
},
"dependencies": {
"@expo-google-fonts/montserrat": "^0.1.0",
"@expo-google-fonts/oleo-script": "^0.1.0",
"@expo-google-fonts/roboto": "^0.1.0",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/masked-view": "0.1.6",
"@react-native-community/picker": "^1.6.1",
"@react-navigation/bottom-tabs": "^5.5.2",
"@react-navigation/drawer": "^5.8.2",
"@react-navigation/native": "^5.5.1",
"@react-navigation/stack": "^5.4.2",
"@use-expo/font": "^2.0.0",
"axios": "^0.19.2",
"babel-preset-react-native": "^4.0.1",
"base-64": "^0.1.0",
"expo": "~37.0.3",
"expo-ads-admob": "~8.1.0",
"expo-asset": "~8.1.5",
"expo-camera": "~8.2.0",
"expo-constants": "~9.0.0",
"expo-file-system": "~8.1.0",
"expo-firebase-analytics": "~2.1.1",
"expo-firebase-core": "~1.0.0",
"expo-font": "~8.1.0",
"expo-image-picker": "~8.1.0",
"expo-local-authentication": "~9.0.0",
"expo-media-library": "~8.1.0",
"expo-updates": "~0.2.1",
"expo-web-browser": "~8.2.1",
"firebase": "^7.15.0",
"install": "^0.13.0",
"lottie-react-native": "~2.6.1",
"moment": "^2.26.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-animatable": "^1.3.3",
"react-native-appearance": "~0.3.3",
"react-native-calendars": "^1.294.0",
"react-native-chart-kit": "^5.6.1",
"react-native-circular-progress": "^1.3.6",
"react-native-dark-mode": "^0.2.2",
"react-native-draggable-flatlist": "^2.3.3",
"react-native-dropdownalert": "^4.2.1",
"react-native-gesture-handler": "~1.6.0",
"react-native-image-pan-zoom": "^2.1.12",
"react-native-modal": "^11.5.6",
"react-native-reanimated": "~1.7.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "11.0.1",
"react-native-web": "~0.11.7",
"react-native-webview": "8.1.1",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@expo/webpack-config": "^0.12.12",
"@types/react": "~16.9.23",
"@types/react-native": "~0.61.17",
"babel-preset-expo": "~8.1.0",
"typescript": "~3.8.3"
},
"private": true
}