This repository has been archived by the owner on Mar 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·83 lines (83 loc) · 2.15 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
{
"name": "hobee-application",
"version": "1.0.0",
"description": "Hobee helps you meet up and connect with people of the same interest and share the same interests",
"keywords": [
"ios",
"expo",
"Hobee",
"react",
"hybrid",
"social",
"android",
"react-native"
],
"homepage": "https://github.com/AbdeenM/hobee-application",
"bugs": {
"email": "abdeen.mohamed@outlook.com",
"url": "https://github.com/AbdeenM/hobee-application/issues"
},
"license": "MIT",
"author": {
"name": "Abdeen Mohamed",
"url": "https://github.com/AbdeenM",
"email": "abdeen.mohamed@outlook.com"
},
"main": "node_modules/expo/AppEntry.js",
"repository": {
"type": "git",
"url": "https://github.com/AbdeenM/hobee-application"
},
"scripts": {
"fresh": "expo start -c",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"axios": "^0.18.0",
"expo": "^35.0.0",
"expo-av": "^7.0.1",
"expo-facebook": "^7.0.0",
"expo-google-app-auth": "^7.0.0",
"expo-image-picker": "^7.0.0",
"expo-location": "^7.0.0",
"expo-permissions": "^7.0.0",
"lottie-react-native": "^2.5.11",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-aws3": "^0.0.8",
"react-native-calendars": "^1.22.0",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^1.1.0",
"react-native-extended-stylesheet": "^0.11.1",
"react-native-gesture-handler": "^1.3.0",
"react-native-gifted-chat": "^0.7.2",
"react-native-maps": "^0.25.0",
"react-native-reanimated": "^1.2.0",
"react-native-root-toast": "^3.0.2",
"react-native-select-multiple": "^1.2.0",
"react-navigation": "^3.4.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-promise-middleware": "^6.1.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.2.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"redux-logger": "^3.0.6"
},
"engines": {
"npm": ">= 3.0.0"
},
"private": false
}