-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.63 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
{
"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": {
"@dietime/react-native-date-picker": "^1.1.1",
"@expo/ngrok": "^2.4.3",
"@expo/vector-icons": "^12.0.3",
"@react-native-async-storage/async-storage": "^1.14.1",
"@react-native-community/datetimepicker": "^3.4.7",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/core": "^5.15.2",
"@react-navigation/material-bottom-tabs": "^5.3.14",
"@react-navigation/material-top-tabs": "^5.3.14",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"@sorakrisc/react-native-datetimepicker": "^1.0.7",
"axios": "^0.21.1",
"expo": "~40.0.0",
"expo-linear-gradient": "^9.0.0",
"expo-notifications": "~0.8.2",
"expo-status-bar": "~1.0.3",
"lottie-react-native": "^3.5.0",
"moment": "^2.29.1",
"native-base": "^2.15.2",
"navigationbar-react-native": "0.0.5",
"pexels": "^1.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-dropdown": "^1.9.2",
"react-gravatar": "^2.6.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-animatable": "^1.3.3",
"react-native-animated-loader": "0.0.9",
"react-native-autocomplete-input": "^4.2.0",
"react-native-autocomplete-search": "^1.0.8",
"react-native-datepicker": "^1.7.2",
"react-native-dropdown-autocomplete": "^1.0.18",
"react-native-dropdown-picker": "^4.0.2",
"react-native-elements": "^3.3.2",
"react-native-gesture-handler": "^1.10.1",
"react-native-gravatar": "^1.0.2",
"react-native-modal-datetime-picker": "^9.2.3",
"react-native-modal-dropdown": "^1.0.0",
"react-native-navigation-bar": "^0.2.1",
"react-native-paper": "^4.7.2",
"react-native-push-notification": "^7.2.3",
"react-native-reanimated": "^2.0.0",
"react-native-screens": "^2.18.1",
"react-native-settings-list": "^1.8.0",
"react-native-sortable-list": "0.0.24",
"react-native-switch-with-icons": "^2.0.1",
"react-native-tab-view": "^2.15.2",
"react-native-unordered-list": "^1.0.4",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "~0.13.12",
"react-navigation-stack": "^2.10.4",
"react-navigation-tabs": "^2.11.0",
"recoil": "^0.2.0",
"shortid": "^2.2.16",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true
}