-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
73 lines (73 loc) · 2.21 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
{
"name": "apartments-clone",
"version": "1.0.0",
"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",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@expo/config-plugins": "^5.0.0",
"@expo/vector-icons": "^13.0.0",
"@flyerhq/react-native-chat-ui": "^1.4.3",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"@types/react-native": "~0.69.1",
"@ui-kitten/components": "^5.1.2",
"axios": "^0.27.2",
"expo": "^46.0.21",
"expo-apple-authentication": "~4.3.0",
"expo-asset": "~8.6.3",
"expo-auth-session": "~3.7.4",
"expo-constants": "~13.2.4",
"expo-device": "~4.3.0",
"expo-font": "~10.2.0",
"expo-image-picker": "~13.3.1",
"expo-linking": "~3.2.4",
"expo-location": "~14.3.0",
"expo-notifications": "~0.16.1",
"expo-random": "~12.3.0",
"expo-secure-store": "~11.3.0",
"expo-splash-screen": "~0.16.2",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~1.3.0",
"expo-web-browser": "~11.0.0",
"formik": "^2.2.9",
"lottie-react-native": "5.1.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.9",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "0.31.1",
"react-native-modal-datetime-picker": "^14.0.0",
"react-native-phone-number-input": "^2.1.0",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7",
"react-native-woodpicker": "^0.3.17",
"react-query": "^3.39.1",
"socket.io-client": "^4.5.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/react": "~18.0.24",
"jest": "^29.2.1",
"jest-expo": "^41.0.0",
"react-test-renderer": "17.0.2",
"typescript": "^4.6.3"
},
"private": true
}