-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.55 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
{
"name": "Dream",
"version": "0.9.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPhone 11 Pro Max\"",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/datetimepicker": "^2.3.0",
"@react-native-community/masked-view": "^0.1.7",
"@react-native-community/netinfo": "^5.8.0",
"@react-native-community/push-notification-ios": "^1.1.1",
"@react-native-community/segmented-control": "^1.4.0",
"@react-native-firebase/app": "^6.4.0",
"@react-native-firebase/auth": "^6.4.0",
"@react-native-firebase/firestore": "^6.4.0",
"@react-native-firebase/functions": "^6.4.0",
"@react-native-firebase/messaging": "^6.4.0",
"@react-native-firebase/storage": "^6.4.0",
"@react-navigation/bottom-tabs": "^5.2.4",
"@react-navigation/native": "^5.1.3",
"@react-navigation/stack": "^5.2.8",
"@sentry/react-native": "^1.3.9",
"axios": "^0.19.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-agora": "^2.9.1-alpha.3",
"react-native-callkeep": "^3.0.12",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-picker": "^2.3.1",
"react-native-image-resizer": "^1.2.0",
"react-native-incall-manager": "^3.2.7",
"react-native-keep-awake": "^4.0.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-permissions": "^2.0.10",
"react-native-proximity": "pakt-digital/react-native-proximity#584f46494111c639655303cf7e4bae925641dc4a",
"react-native-push-notification": "^3.1.9",
"react-native-reanimated": "^1.7.1",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.4.0",
"react-native-vector-icons": "^6.6.0",
"react-native-webview": "^9.1.0",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"tipsi-stripe": "^7.5.3",
"uuid": "^7.0.3"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"@types/jest": "^25.1.4",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-native-testing-library": "^1.13.0",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}