-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
112 lines (112 loc) · 4.01 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
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
{
"name": "dscaptain",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@notifee/react-native": "^9.1.8",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/geolocation": "^3.2.1",
"@react-native-community/netinfo": "^11.3.2",
"@react-native-firebase/app": "^20.1.0",
"@react-native-firebase/messaging": "^20.1.0",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@reduxjs/toolkit": "^2.2.6",
"@types/react-native-tags": "^2.2.5",
"@types/react-tag-input": "^6.6.6",
"axios": "^1.7.2",
"base-64": "^1.0.0",
"cheerio": "^1.0.0",
"html-entities": "^2.5.2",
"html-to-text": "^9.0.5",
"i18next": "^23.11.5",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"react": "18.2.0",
"react-i18next": "^14.1.2",
"react-native": "0.74.2",
"react-native-bouncy-checkbox": "^4.1.2",
"react-native-calendars": "^1.1305.0",
"react-native-document-picker": "^9.3.1",
"react-native-element-dropdown": "^2.12.0",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.6.3",
"react-native-file-viewer": "^2.1.5",
"react-native-flash-message": "^0.4.2",
"react-native-fs": "^2.20.0",
"react-native-geocoding": "^0.5.0",
"react-native-geolocation-service": "^5.3.1",
"react-native-gesture-handler": "^2.17.1",
"react-native-gifted-charts": "^1.4.11",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-htmlview": "^0.17.0",
"react-native-image-crop-picker": "^0.31.0",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-maps": "^1.15.6",
"react-native-material-menu": "^2.0.0",
"react-native-modal": "^13.0.1",
"react-native-otp-textinput": "^1.1.6",
"react-native-paper": "^5.12.3",
"react-native-picker-select": "^9.1.3",
"react-native-print": "^0.11.0",
"react-native-progress-circle": "^2.1.0",
"react-native-razorpay": "^2.3.0",
"react-native-reanimated": "^3.12.1",
"react-native-safe-area-context": "^4.10.5",
"react-native-screens": "^3.32.0",
"react-native-skeleton-placeholder": "^5.2.4",
"react-native-step-indicator": "^1.0.3",
"react-native-styled-datepicker": "^1.2.1",
"react-native-svg": "^15.3.0",
"react-native-swipe-button": "^0.0.4",
"react-native-switch": "^1.5.1",
"react-native-tag-input": "^0.0.21",
"react-native-toast-message": "^2.2.0",
"react-native-tooltip-menu": "^3.0.7",
"react-native-vector-icons": "^10.1.0",
"react-native-virtualized-view": "^1.0.0",
"react-native-webview": "^13.12.2",
"react-redux": "^9.1.2",
"redux": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.24.7",
"@react-native-picker/picker": "^2.8.1",
"@react-native/babel-preset": "0.74.84",
"@react-native/eslint-config": "0.74.84",
"@react-native/metro-config": "0.74.84",
"@react-native/typescript-config": "0.74.84",
"@types/cheerio": "^0.22.35",
"@types/react": "^18.2.6",
"@types/react-native-htmlview": "^0.16.5",
"@types/react-native-razorpay": "^2.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"metro-react-native-babel-preset": "^0.77.0",
"prettier": "2.8.8",
"react-native-wheel-pick": "^1.2.2",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}