-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.49 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
{
"name": "help-new",
"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"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "6.2.0",
"@react-navigation/material-bottom-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/native-stack": "^6.6.2",
"eas": "^0.1.0",
"eas-cli": "^2.6.0",
"expo": "~46.0.16",
"expo-location": "~14.3.0",
"expo-status-bar": "~1.4.0",
"formik": "~2.2.9",
"geolib": "^3.3.3",
"install": "^0.13.0",
"jwt-decode": "^3.1.2",
"react": "18.0.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-dropdown-picker": "^5.4.2",
"react-native-gesture-handler": "^2.8.0",
"react-native-gifted-chat": "^1.0.4",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-paper": "^4.12.2",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "^2.12.0",
"react-native-screens": "^3.18.2",
"react-native-web": "~0.18.7",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"gh-pages": "^4.0.0"
},
"homepage": "https://ginnyedelstein.github.io/help/",
"scripts": {
"deploy": "gh-pages -d web-build",
"predeploy": "expo export:web"
}
}