-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.82 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
{
"name": "AppChat",
"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.15",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-google-signin/google-signin": "^7.0.1",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"firebase": "^9.3.0",
"i18next": "^21.5.3",
"react": "17.0.2",
"react-i18next": "^11.14.3",
"react-native": "0.66.2",
"react-native-elements": "^3.4.2",
"react-native-geocoding": "^0.5.0",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-gesture-handler": "^1.10.3",
"react-native-gifted-chat": "^0.16.3",
"react-native-localize": "^2.1.5",
"react-native-paper": "^4.10.0",
"react-native-push-notification": "^8.1.1",
"react-native-reanimated": "^2.2.4",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.9.0",
"react-native-toggle-element": "^1.0.1",
"react-native-vector-icons": "^9.0.0",
"react-native-webview": "^11.14.2",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-redux": "^7.2.6",
"redux": "^4.1.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/runtime": "^7.16.0",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.3.1",
"eslint": "^8.2.0",
"firebase.database": "^1.0.1",
"jest": "^27.3.1",
"metro-react-native-babel-preset": "^0.66.2",
"react-native-i18n": "^2.0.15",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}