-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.81 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
{
"name": "cliniquefrance",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/config-plugins": "~7.2.2",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/netinfo": "9.3.10",
"@react-native-firebase/app": "^18.3.2",
"@react-native-firebase/messaging": "^18.3.2",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/stack": "^6.2.2",
"@rneui/themed": "^4.0.0-rc.8",
"@shopify/flash-list": "1.4.3",
"axios": "^1.4.0",
"deprecated-react-native-prop-types": "^4.2.0",
"eas": "^0.1.0",
"eas-cli": "^5.9.1",
"expo": "49.0.0",
"expo-dev-client": "~2.4.12",
"expo-document-picker": "~11.5.4",
"expo-font": "~11.4.0",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.1.0",
"expo-notifications": "~0.20.1",
"expo-status-bar": "~1.6.0",
"i18next": "^23.4.4",
"iconsax-react-native": "^0.0.8",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^13.0.3",
"react-native": "0.72.6",
"react-native-communications": "^2.2.1",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-drawer": "^2.5.1",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-email-link": "^1.14.6",
"react-native-form-validator": "^0.5.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.7.1",
"react-native-maps-directions": "^1.9.0",
"react-native-mask-input": "^1.2.3",
"react-native-modal-datetime-picker": "^17.1.0",
"react-native-neomorph-shadows": "0.0.8",
"react-native-paper": "^5.11.0",
"react-native-reanimated": "~3.3.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-select-dropdown": "^3.4.0",
"react-native-shared-element": "0.8.8",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-svg": "13.9.0",
"react-native-svg-uri": "^1.2.3",
"react-native-web": "~0.19.6",
"react-navigation": "^4.4.4",
"react-navigation-shared-element": "^3.1.3",
"react-redux": "^8.0.2",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-saga": "^1.2.3",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.8",
"rn-progressive-image": "^3.0.0",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}