This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.17 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",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^10.2.0",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.9.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-firebase/app": "^7.0.1",
"@react-native-firebase/storage": "^7.0.1",
"@react-navigation/bottom-tabs": "^5.3.1",
"@react-navigation/native": "^5.2.1",
"@react-navigation/stack": "^5.2.16",
"axios": "^0.19.2",
"base-64": "^0.1.0",
"expo": "^37.0.8",
"expo-asset": "~8.1.0",
"expo-camera": "~8.2.0",
"expo-constants": "~9.0.0",
"expo-font": "~8.1.0",
"expo-image-picker": "~8.1.0",
"expo-linking": "^1.0.0",
"expo-permissions": "~8.1.0",
"expo-web-browser": "~8.2.0",
"firebase": "^7.14.3",
"formik": "^2.1.4",
"native-base": "^2.13.12",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-instagram-zoom-slider": "^1.3.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-fs": "^2.16.6",
"react-native-gesture-handler": "^1.6.1",
"react-native-modal": "^11.5.6",
"react-native-onboarding-swiper": "^1.1.1",
"react-native-paper": "^3.10.1",
"react-native-picker-select": "^7.0.0",
"react-native-reanimated": "^1.8.0",
"react-native-safe-area-context": "^1.0.0",
"react-native-screens": "^2.7.0",
"react-native-uuid": "^1.4.9",
"react-native-view-shot": "3.1.2",
"react-native-web": "~0.11.7",
"react-native-webview": "^9.4.0",
"react-navigation": "^4.3.9",
"react-navigation-stack": "^2.5.0",
"react-spring": "^8.0.27",
"react-use-gesture": "^7.0.15",
"styled-components": "^5.1.1",
"uniqid": "^5.2.0",
"yup": "^0.29.1"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0",
"jest-expo": "~37.0.0"
},
"private": true
}