-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.82 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",
"homepage": "http://notibot.kihtrak.com",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "patch-package",
"deploy": "gh-pages -d web-build",
"predeploy": "expo build:web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"expo": "^45.0.0",
"expo-application": "~4.1.0",
"expo-auth-session": "~3.6.1",
"expo-constants": "~13.1.1",
"expo-google-app-auth": "~8.3.0",
"expo-google-sign-in": "~10.2.0",
"expo-linear-gradient": "~11.3.0",
"expo-linking": "~3.1.0",
"expo-notifications": "~0.15.4",
"expo-random": "~12.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.4",
"expo-web-browser": "~10.2.1",
"firebase": "8.2.3",
"modal-react-native-web": "^0.2.0",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.2",
"react-native-dropdown-picker": "^3.7.8",
"react-native-elements": "^3.4.1",
"react-native-flash-message": "^0.1.23",
"react-native-gesture-handler": "~2.2.1",
"react-native-json-tree": "^1.2.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-web": "0.17.7"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"gh-pages": "^3.2.0"
},
"private": true
}