-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.59 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
{
"name": "CallIt",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.4",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^6.0.0",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-firebase/app": "^11.4.1",
"@react-native-firebase/auth": "^11.5.0",
"@react-native-firebase/messaging": "^11.4.1",
"@react-navigation/bottom-tabs": "^5.11.2",
"@react-navigation/material-top-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.4",
"@shoutem/ui": "^4.4.2",
"lodash": "^4.17.21",
"lottie-ios": "^3.1.8",
"lottie-react-native": "^4.0.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"react": "17.0.1",
"react-native": "^0.64.1",
"react-native-bootsplash": "^3.2.1",
"react-native-calendars": "^1.1259.0",
"react-native-code-push": "^7.0.1",
"react-native-dotenv": "^2.5.5",
"react-native-encrypted-storage": "^4.0.2",
"react-native-fast-image": "^8.3.4",
"react-native-geolocation-service": "^5.3.0-beta.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-linear-gradient": "~2.5.6",
"react-native-paper": "^4.8.1",
"react-native-photo-view": "github:shoutem/react-native-photo-view#0ffa1481f6b6cb8663cb291b7db1d6644440584d",
"react-native-push-notification": "^7.3.1",
"react-native-reanimated": "^2.1.0",
"react-native-restart": "0.0.22",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^2.18.1",
"react-native-svg": "^9.13.0",
"react-native-tab-view": "^2.16.0",
"react-native-vector-icons": "~6.6.0",
"react-native-webview": "~11.0.0",
"react-redux": "^7.2.4",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"redux": "^4.1.0",
"redux-thunk": "^2.3.0",
"timers": "^0.1.1",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/runtime": "^7.13.17",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^26.6.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.25.0",
"jest": "^26.6.3",
"metro-react-native-babel-preset": "^0.66.0",
"react-native-clean-project": "^3.6.4",
"react-test-renderer": "17.0.1"
},
"jest": {
"preset": "react-native"
}
}