forked from AmitkumarMishra-code/draftbit-oauth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.47 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.47 KB
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
{
"private": true,
"name": "social-auth",
"homepage": "https://social-auth.draftbit.app",
"description": "Social Auth Xano, powered by Draftbit",
"version": "1.0.0",
"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": {
"@draftbit/maps": "44.1.12",
"@draftbit/ui": "44.2.2",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.15.0",
"@react-native-community/datetimepicker": "4.0.0",
"@react-native-community/netinfo": "7.1.3",
"@react-native-community/slider": "4.1.12",
"@react-native-picker/picker": "2.4.1",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/drawer": "^5.7.4",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"expo": "^44.0.0",
"expo-app-loading": "~1.3.0",
"expo-application": "~4.0.1",
"expo-asset": "~8.4.6",
"expo-auth-session": "~3.5.0",
"expo-av": "~10.2.0",
"expo-blur": "~11.0.0",
"expo-camera": "~12.1.2",
"expo-constants": "~13.0.1",
"expo-device": "~4.1.0",
"expo-document-picker": "~10.1.3",
"expo-file-system": "~13.1.4",
"expo-font": "~10.0.4",
"expo-image-picker": "~12.0.1",
"expo-linear-gradient": "~11.0.3",
"expo-linking": "~3.0.0",
"expo-location": "~14.0.1",
"expo-notifications": "~0.14.0",
"expo-permissions": "~13.1.0",
"expo-random": "~12.1.1",
"expo-screen-orientation": "~4.1.1",
"expo-web-browser": "~10.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-fetch-hook": "1.8.5",
"react-native": "0.64.3",
"react-native-gesture-handler": "~2.1.0",
"react-native-keyboard-aware-scroll-view": "~0.9.5",
"react-native-maps": "0.29.4",
"react-native-modal-datetime-picker": "^13.0.0",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-typography": "1.4.1",
"react-native-web": "0.17.1",
"react-native-web-swiper": "^2.2.3",
"react-native-webview": "11.15.0",
"react-query": "^3.27.0",
"react-request": "^3.1.2"
},
"resolutions": {
"react-native-web": "0.17.1"
},
"devDependencies": {
"@expo/webpack-config": "^0.16.7",
"@babel/core": "^7.12.9"
}
}