-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.85 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
{
"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": {
"@expo/react-native-action-sheet": "^3.7.0",
"@expo/vector-icons": "^10.0.0",
"@react-native-firebase/app": "^6.7.1",
"@selcouth-digital/react-native-action-sheet": "^1.2.0",
"expo": "^37.0.0",
"expo-asset": "~8.1.4",
"expo-camera": "~8.2.0",
"expo-file-system": "^9.0.1",
"expo-font": "~8.1.0",
"expo-image-picker": "~8.1.0",
"expo-permissions": "~8.1.0",
"firebase": "7.9.0",
"formik": "2.1.4",
"lottie-ios": "3.1.3",
"lottie-react-native": "^3.4.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-action-sheet": "^2.2.0",
"react-native-animated-multistep": "^1.0.8",
"react-native-base64": "^0.0.2",
"react-native-camera": "^3.24.1",
"react-native-datepicker": "^1.7.2",
"react-native-dotenv": "^0.2.0",
"react-native-elements": "1.2.7",
"react-native-gesture-handler": "~1.6.0",
"react-native-hide-with-keyboard": "1.2.1",
"react-native-modal": "^11.5.6",
"react-native-multistep-forms": "^0.0.1",
"react-native-paper": "^3.9.0",
"react-native-permissions": "^2.1.4",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~1.7.0",
"react-native-screens": "~2.2.0",
"react-native-simple-animations": "^0.2.2",
"react-native-web": "^0.11.7",
"react-navigation": "4.0.0",
"react-navigation-stack": "1.5.1",
"react-navigation-tabs": "^2.8.13",
"rn-actionsheet-module": "^1.0.3",
"yup": "0.27.0"
},
"devDependencies": {
"babel-preset-expo": "^8.1.0"
},
"private": true
}