-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
84 lines (84 loc) · 3.12 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
82
83
84
{
"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",
"deploy-firebase-app": "npm-delay 5000 && firebase deploy --only hosting:app && echo > firebase-debug.log",
"deploy-firebase": "npm-delay 5000 && firebase deploy --only hosting,functions:api && echo > firebase-debug.log",
"db-build": "node db/build",
"db-images": "node db/images",
"db": "yarn db-build && yarn db-images",
"deploy-web": "expo build:web && firebase deploy --only hosting:app",
"deploy-mobile": "expo publish --release-channel v1.2",
"deploy-server": "firebase deploy --only functions:api",
"deploy-app": "yarn deploy-mobile & yarn deploy-web",
"deploy": "yarn db && yarn deploy-mobile && expo build:web && firebase deploy --only hosting,functions:api"
},
"dependencies": {
"@expo-google-fonts/coiny": "^0.1.0",
"@expo-google-fonts/roboto": "^0.1.0",
"@expo/vector-icons": "^10.2.0",
"@expo/webpack-config": "^0.12.16",
"@loadable/component": "^5.12.0",
"@react-google-maps/api": "^1.9.7",
"@react-native-community/hooks": "^2.4.8",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/drawer": "^5.5.0",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.2.11",
"@ungap/promise-all-settled": "^1.1.0",
"expo": "^38.0.0",
"expo-auth-session": "~1.4.0",
"expo-barcode-scanner": "~8.2.1",
"expo-blur": "~8.1.2",
"expo-camera": "~8.3.1",
"expo-font": "~8.2.1",
"expo-location": "~8.2.1",
"expo-media-library": "~8.2.1",
"expo-notifications": "~0.3.3",
"expo-sharing": "~8.2.1",
"expo-splash-screen": "~0.3.1",
"expo-web-browser": "~8.3.1",
"fast-json-stable-stringify": "^2.1.0",
"fuse.js": "^6.0.0",
"i18next": "^19.4.3",
"moment": "^2.25.3",
"moment-timezone": "^0.5.31",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-google-maps": "^9.4.5",
"react-i18next": "^11.3.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.0.tar.gz",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-map-clustering": "^3.3.9",
"react-native-maps": "0.27.1",
"react-native-paper": "^4.1.0",
"react-native-paper-dropdown": "^0.0.3",
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "3.0.2",
"react-native-screens": "~2.9.0",
"react-native-shared-element": "0.7.0",
"react-native-slider": "^0.11.0",
"react-native-svg": "12.1.0",
"react-native-view-shot": "3.1.2",
"react-native-web": "~0.11.7",
"react-native-webview": "9.4.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"sentry-expo": "^3.0.0-rc3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-preset-expo": "^8.2.3",
"concurrently": "^5.2.0",
"moment-locales-webpack-plugin": "^1.2.0",
"webpack-bundle-analyzer": "^3.8.0"
},
"private": true
}