-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 2.09 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
{
"name": "securecomm",
"version": "1.2.3",
"author": "Shawan Mandal <[email protected]>",
"description": "An open-source & cross-platform chat application for mobile devices",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/imshawan/SecureComm.git"
},
"dependencies": {
"@notifee/react-native": "^5.7.0",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-firebase/app": "^20.0.0",
"@react-native-firebase/messaging": "^16.1.1",
"@react-navigation/elements": "^1.3.4",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@react-navigation/stack": "^6.2.2",
"@reduxjs/toolkit": "^1.8.5",
"@rneui/base": "^4.0.0-rc.6",
"@rneui/themed": "^4.0.0-rc.6",
"axios": "^0.28.0",
"moment": "^2.29.4",
"react": "18.0.0",
"react-native": "0.74.2",
"react-native-animatable": "^1.3.3",
"react-native-device-info": "^10.3.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-image-crop-picker": "^0.38.0",
"react-native-paper": "^5.0.0-rc.4",
"react-native-reanimated": "^2.10.0",
"react-native-restart": "0.0.27",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.16.0",
"react-native-snackbar": "^2.4.0",
"react-native-sound": "^0.11.2",
"react-native-splash-screen": "^3.3.0",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.2",
"reactotron-react-native": "^5.0.2",
"realm": "^12.13.1",
"socket.io-client": "^4.5.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"babel-jest": "^29.7.0",
"eslint": "^7.32.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.70.3",
"react-test-renderer": "18.0.0"
},
"jest": {
"preset": "react-native"
}
}