-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·78 lines (78 loc) · 2.82 KB
/
package.json
File metadata and controls
executable file
·78 lines (78 loc) · 2.82 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@ant-design/react-native": "^4.0.0",
"@expo/vector-icons": "^10.0.0",
"@react-native-community/clipboard": "^1.2.3",
"@react-native-community/netinfo": "5.9.6",
"@twotalltotems/react-native-otp-input": "^1.3.11",
"axios": "^0.19.0",
"expo": "^39.0.2",
"expo-av": "~8.6.0",
"expo-camera": "~9.0.0",
"expo-cli": "^3.13.1",
"expo-image-picker": "~9.1.0",
"expo-notifications": "~0.7.2",
"expo-permissions": "~9.3.0",
"moment": "^2.27.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-39.0.0.tar.gz",
"react-native-accordion": "^1.0.1",
"react-native-banner-carousel": "^1.0.3",
"react-native-calendar-picker": "^6.1.4",
"react-native-calendar-select": "^0.1.2",
"react-native-chonse-select": "^1.0.5",
"react-native-collapsible": "^1.5.1",
"react-native-countdown-circle-timer": "^2.3.9",
"react-native-countdown-component": "^2.7.1",
"react-native-date-ranges": "^2.5.0",
"react-native-datepicker": "^1.7.2",
"react-native-datepicker-dialog": "0.0.9",
"react-native-daterange-picker": "^1.1.3",
"react-native-device-info": "^0.11.0",
"react-native-dropdownalert": "^4.2.1",
"react-native-gesture-handler": "~1.7.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^11.5.6",
"react-native-modal-picker": "0.0.16",
"react-native-otp-inputs": "^6.0.0",
"react-native-paper": "^3.10.1",
"react-native-phone-input": "^0.2.4",
"react-native-picker-select": "^7.0.0",
"react-native-radio-buttons": "^1.0.0",
"react-native-razorpay": "^2.1.31",
"react-native-really-awesome-button": "^1.6.0",
"react-native-reanimated": "~1.13.0",
"react-native-responsive-fontsize": "^0.4.2",
"react-native-router-flux": "^4.0.6",
"react-native-screens": "~2.10.1",
"react-native-simple-dialogs": "^1.2.1",
"react-native-simple-radio-button": "^2.7.4",
"react-native-simple-toast": "^1.0.0",
"react-native-svg": "12.1.0",
"react-native-switch-selector": "^2.0.5",
"react-native-table-component": "^1.2.1",
"react-native-web": "~0.13.7",
"react-native-webview": "10.7.0",
"react-native-wheel-pick": "^1.1.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3",
"react-phone-number-input": "^3.0.22",
"react-ultra-date-picker": "^1.1.6",
"save": "^2.4.0",
"toggle-switch-react-native": "^2.1.0"
},
"devDependencies": {
"babel-preset-expo": "^8.3.0"
},
"private": true
}