-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.2 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
{
"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/vector-icons": "^12.0.5",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"@reduxjs/toolkit": "^1.6.1",
"@stripe/stripe-react-native": "0.1.4",
"expo": "^42.0.3",
"expo-google-app-auth": "^8.2.2",
"expo-status-bar": "~1.0.4",
"firebase": "8.2.3",
"formik": "^2.2.9",
"install": "^0.13.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-bouncy-checkbox": "^2.1.4",
"react-native-dotenv": "^3.2.0",
"react-native-gesture-handler": "~1.10.2",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-maps": "0.28.0",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.5",
"tailwind-react-native-classnames": "^1.5.1",
"yup": "^0.32.9"
},
"devDependencies": {
"@babel/core": "^7.9.0"
},
"private": true
}