-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 2.03 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
{
"main": "node_modules/expo/AppEntry.js",
"license": "MIT",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"react-devtool": "react-devtools"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.15",
"@react-native-firebase/app": "^14.2.2",
"@react-native-firebase/firestore": "^14.2.2",
"@react-navigation/native": "^6.0.4",
"@react-navigation/stack": "^6.0.9",
"@stripe/stripe-react-native": "0.2.2",
"@types/react-native-dotenv": "^0.2.0",
"axios": "^0.22.0",
"expo": "^43.0.1",
"expo-barcode-scanner": "~11.1.2",
"expo-blur": "~10.0.3",
"expo-google-app-auth": "~9.0.0",
"expo-image-picker": "~11.0.3",
"expo-linear-gradient": "~10.0.3",
"expo-network": "~4.0.3",
"expo-notifications": "~0.13.3",
"expo-status-bar": "~1.1.0",
"firebase": "^9.6.3",
"install": "^0.13.0",
"lottie-ios": "3.2.3",
"lottie-react-native": "4.0.3",
"qs": "^6.10.2",
"react": "17.0.1",
"react-devtools": "^4.23.0",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-config": "^1.4.5",
"react-native-dotenv": "^3.2.0",
"react-native-expo-image-cache": "^4.1.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-gifted-chat": "^0.16.3",
"react-native-keycode": "^1.1.2",
"react-native-maps": "0.28.1",
"react-native-open-maps": "^0.4.0",
"react-native-picker-select": "^8.0.4",
"react-native-qrcode-svg": "^6.1.2",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0",
"react-native-storage": "^1.0.1",
"react-native-svg": "^12.3.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-web": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react": "~17.0.21",
"@types/react-native": "~0.64.12",
"react-native-svg-transformer": "^1.0.0",
"typescript": "~4.3.5"
},
"private": true
}