-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
177 lines (177 loc) · 6.81 KB
/
package.json
File metadata and controls
177 lines (177 loc) · 6.81 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"name": "giddh",
"version": "0.0.2",
"private": true,
"scripts": {
"postinstall": "node scripts/set-environment.js development && patch-package",
"env:dev": "node scripts/set-environment development",
"env:prod": "node scripts/set-environment production",
"android": "npm run env:dev && react-native run-android",
"ios": "npm run env:dev && react-native run-ios",
"iphone": "react-native run-ios --udid 60c654e6d95f154aaa5037716f0b03d212b71295",
"android:prod": "npm run env:prod && react-native run-android",
"ios:prod": "npm run env:prod && react-native run-ios",
"start": "npm run env:dev && react-native start",
"start:prod": "npm run env:prod && react-native start",
"build:android": "npm run env:dev && react-native bundle --platform android",
"build:ios": "npm run env:dev && react-native bundle --platform ios",
"build:android:prod": "react-native bundle --platform android",
"build:ios:prod": "npm run env:prod && react-native bundle --platform ios",
"test": "jest",
"lint-fix": "eslint --ext .js,.jsx,.ts,.tsx --fix",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./ --fix",
"prettier:write": "prettier --write '**/(*.js|*.ts|*.jsx|*.tsx)'"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@eva-design/material": "^2.1.1",
"@invertase/react-native-apple-authentication": "^2.2.2",
"@logrocket/react-native": "^1.36.0",
"@msg91comm/react-native-hello-sdk": "^3.0.0",
"@msg91comm/react-native-sendotp": "^3.1.0",
"@msg91comm/sendotp-react-native": "^2.0.1",
"@notifee/react-native": "^7.8.2",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-clipboard/clipboard": "^1.14.1",
"@react-native-community/checkbox": "^0.5.14",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^5.9.6",
"@react-native-community/push-notification-ios": "^1.10.0",
"@react-native-documents/picker": "^10.1.3",
"@react-native-firebase/analytics": "^22.0.0",
"@react-native-firebase/app": "^22.0.0",
"@react-native-firebase/crashlytics": "^22.0.0",
"@react-native-firebase/perf": "^22.0.0",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-native-picker/picker": "^2.4.8",
"@react-navigation/bottom-tabs": "^7.3.13",
"@react-navigation/drawer": "^7.3.12",
"@react-navigation/material-top-tabs": "^7.2.13",
"@react-navigation/native": "^7.1.9",
"@react-navigation/stack": "^7.3.2",
"@rematch/core": "^2.0.0-next.2",
"@rematch/persist": "^2.0.0-next.4",
"@rematch/select": "^3.0.0-next.4",
"@twotalltotems/react-native-otp-input": "^1.3.11",
"@types/react-redux": "7.1.9",
"@ui-kitten/components": "^5.1.2",
"@ui-kitten/eva-icons": "^5.1.2",
"@ui-kitten/moment": "^5.1.2",
"awesome-phonenumber": "^2.72.0",
"axios": "^1.9.0",
"axios-curlirize": "^1.3.7",
"chatbot-react-native-sdk": "^1.0.13",
"cobrowse-sdk-react-native": "^2.13.0",
"currency-symbol-map": "^4.0.4",
"date-fns": "^2.29.3",
"dotenv": "8.2.0",
"expo-jwt": "^1.8.1",
"i18next": "19.7.0",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prop-types": "15.7.2",
"react": "19.0.0",
"react-devtools": "^4.9.0",
"react-i18next": "^11.7.2",
"react-native": "^0.79.1",
"react-native-base64": "^0.2.1",
"react-native-blob-util": "^0.19.9",
"react-native-calendars": "1.403.0",
"react-native-check-box": "^2.1.7",
"react-native-country-picker-modal": "^2.0.0",
"react-native-daterange-picker": "^1.5.1",
"react-native-device-info": "^10.12.0",
"react-native-dialog": "^9.3.0",
"react-native-dropdown-picker": "^3.7.8",
"react-native-edge-to-edge": "^1.6.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.25.0",
"react-native-gifted-charts": "^1.4.47",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keyboard-controller": "^1.17.2",
"react-native-loader-kit": "^2.0.8",
"react-native-modal": "^14.0.0-rc.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-modal-dropdown": "^1.0.2",
"react-native-modalize": "^2.1.1",
"react-native-pager-view": "^6.5.0",
"react-native-paper": "^5.14.4",
"react-native-pdf": "^6.7.7",
"react-native-phone-input": "^1.3.7",
"react-native-portalize": "^1.0.7",
"react-native-push-notification": "^8.1.1",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "^3.17.5",
"react-native-root-toast": "^3.3.1",
"react-native-safe-area-context": "^5.4.0",
"react-native-screens": "~4.11.1",
"react-native-share": "^12.1.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^15.12.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-tab-view": "^4.1.0",
"react-native-vector-icons": "^10.2.0",
"react-native-webview": "^13.13.5",
"react-redux": "^8.1.2",
"redux-persist": "^6.0.0",
"redux-saga": "^1.3.0",
"sp-react-native-in-app-updates": "^1.3.1",
"yargs": "^15.4.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "18.0.0",
"@react-native-community/cli-platform-android": "18.0.0",
"@react-native-community/cli-platform-ios": "18.0.0",
"@react-native-community/eslint-config": "^2.0.0",
"@react-native/babel-preset": "0.79.1",
"@react-native/eslint-config": "0.79.1",
"@react-native/metro-config": "0.79.1",
"@react-native/typescript-config": "0.79.1",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.14.170",
"@types/react-native": "^0.72.2",
"@types/react-native-modal-dropdown": "^0.7.0",
"@types/react-native-push-notification": "^7.3.3",
"@types/react-native-share": "^3.3.2",
"@types/react-native-simple-radio-button": "^2.7.0",
"@types/react-native-vector-icons": "^6.4.6",
"@types/react-test-renderer": "^19.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^8.19.0",
"husky": "^4.2.5",
"jest": "^29.6.3",
"lint-staged": "^10.2.11",
"prettier": "2.8.8",
"react-native-svg-transformer": "^1.0.0",
"react-native-typescript-transformer": "^1.2.13",
"react-test-renderer": "19.0.0",
"reactotron-react-native": "^5.1.14",
"ts-jest": "^26.1.4",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts, tsx}": [
"npm run lint"
]
},
"overrides": {
"react-native-webview": "^13.13.5",
"react-devtools-core": "^6.1.1"
}
}