-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.35 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 3.35 KB
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "engineer",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build": "expo build:web",
"lint": "eslint . --fix --max-warnings=0",
"reset": "expo start --clear"
},
"dependencies": {
"@chatkitty/core": "^1.7.3",
"@cometchat/chat-sdk-react-native": "^4.0.3",
"@expo-google-fonts/poppins": "^0.2.3",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/drawer": "^6.6.4",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@reduxjs/toolkit": "^1.9.7",
"@trycourier/courier-react-native": "^2.2.0",
"@vonage/server-sdk": "^3.10.0",
"axios": "^1.6.2",
"base-64": "^1.0.0",
"core-js": "^3.33.3",
"date-fns": "^3.0.6",
"dayjs": "~1.8.26",
"expo": "^49.0.21",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-device": "~5.4.0",
"expo-document-picker": "~11.5.4",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-notifications": "~0.20.1",
"expo-secure-store": "~12.3.1",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"jwt-decode": "^4.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-native": "0.72.6",
"react-native-calendars": "^1.1301.0",
"react-native-confirmation-code-field": "^7.3.2",
"react-native-dotenv": "^3.4.9",
"react-native-gesture-handler": "~2.12.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-image-viewing": "^0.2.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.10.6",
"react-native-pdf": "^6.7.3",
"react-native-pdf-thumbnail": "^1.3.1",
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-shadow-2": "^7.0.8",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-svg": "13.9.0",
"react-native-ui-lib": "^7.9.0",
"react-native-vector-icons": "^10.0.2",
"react-native-web": "~0.19.6",
"react-native-webview": "13.2.2",
"react-redux": "^8.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@types/base-64": "^1.0.2",
"@types/react": "~18.2.14",
"@types/react-native": "^0.72.3",
"@types/react-native-vector-icons": "^6.4.18",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",
"react-native-svg-transformer": "^1.1.0",
"typescript": "^5.2.2"
},
"private": true
}