-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 3.05 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
{
"name": "check-me",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"build": "expo build:android",
"tunnel-start": "expo-cli start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^6.3.2",
"@react-navigation/material-bottom-tabs": "^6.2.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@twotalltotems/react-native-otp-input": "^1.3.11",
"axios": "^0.27.2",
"css-select": "^5.1.0",
"css-tree": "^2.1.0",
"expo": "~45.0.0",
"expo-app-loading": "~2.0.0",
"expo-av": "~11.2.3",
"expo-dev-client": "~1.0.1",
"expo-device": "^4.3.0",
"expo-font": "~10.1.0",
"expo-image-picker": "^13.3.1",
"expo-linear-gradient": "~11.3.0",
"expo-localization": "~13.0.0",
"expo-network": "~4.2.0",
"expo-notifications": "~0.15.4",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.3",
"i18n-js": "^4.1.1",
"i18next": "^21.9.2",
"intl-pluralrules": "^1.3.1",
"lottie-ios": "3.1.8",
"lottie-react-native": "^5.1.4",
"moment": "^2.29.4",
"native-notify": "^3.0.2",
"react": "17.0.2",
"react-content-loader": "^6.2.0",
"react-dom": "17.0.2",
"react-i18next": "^11.18.6",
"react-native": "0.68.2",
"react-native-animated-loader": "^1.0.0",
"react-native-animated-splash-screen": "^2.0.5",
"react-native-app-intro-slider": "^4.0.4",
"react-native-calendar-picker": "^7.1.2",
"react-native-date-picker": "^4.2.5",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^3.4.2",
"react-native-error-boundary": "^1.1.16",
"react-native-eva-icons": "^1.3.1",
"react-native-fade-loading": "^1.0.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.6.2",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-onboarding-swiper": "^1.2.0",
"react-native-otp-verify": "^1.0.5",
"react-native-paper": "^4.12.2",
"react-native-paper-dates": "^0.8.7",
"react-native-phone-number-input": "^2.1.0",
"react-native-reanimated": "^2.10.0",
"react-native-render-html": "^6.3.4",
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-slider": "^0.11.0",
"react-native-sms": "^1.11.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^13.2.0",
"react-native-vector-icons": "^9.2.0",
"react-native-video": "^5.2.0",
"react-native-web": "0.17.7",
"react-native-webview": "^11.23.1"
},
"jest": {
"setupFiles": [
"./mock.js"
]
},
"devDependencies": {
"@babel/core": "^7.12.9",
"typescript": "~4.3.5"
},
"private": true
}