-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 3.07 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
{
"name": "carsaviors",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "concurrently \"overmind-devtools\" \"expo start\"",
"android": "expo start --android",
"ios": "concurrently \"overmind-devtools\" \"expo start --ios\"",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@eva-design/eva": "^2.1.1",
"@expo-google-fonts/cairo": "^0.2.2",
"@expo-google-fonts/exo": "^0.2.2",
"@expo-google-fonts/open-sans": "^0.2.2",
"@expo-google-fonts/roboto-mono": "^0.2.2",
"@expo/vector-icons": "^13.0.0",
"@react-native-firebase/app": "^14.8.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/drawer": "^6.4.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"@ui-kitten/components": "^5.1.2",
"@ui-kitten/template-ts": "^5.1.3",
"axios": "^0.26.1",
"blob-to-base64": "^1.0.2",
"concurrently": "^7.1.0",
"expo": "~44.0.0",
"expo-app-loading": "~1.3.0",
"expo-font": "~10.0.4",
"expo-image-manipulator": "~10.2.0",
"expo-image-picker": "~12.0.1",
"expo-images-picker": "^2.3.0",
"expo-location": "~14.0.1",
"expo-media-library": "~14.0.0",
"expo-permissions": "~13.1.0",
"expo-status-bar": "~1.2.0",
"expo-task-manager": "~10.1.0",
"fiction-expo-restart": "^1.1.2",
"firebase": "9.6.11",
"formik": "^2.2.9",
"i18n-js": "^3.9.2",
"i18next": "^21.6.16",
"lottie-ios": "3.2.3",
"lottie-react-native": "5.0.1",
"moment": "^2.29.3",
"overmind": "^28.0.1",
"overmind-devtools": "^29.0.1",
"overmind-react": "^29.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-hook-form": "^7.30.0",
"react-i18next": "^11.16.7",
"react-native": "0.64.3",
"react-native-calendar-range-picker": "^1.5.3",
"react-native-calendars": "^1.1282.0",
"react-native-daterange-picker": "^1.5.1",
"react-native-dropdown-picker": "^5.4.2",
"react-native-gesture-handler": "~2.1.0",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-maps": "0.29.4",
"react-native-maps-directions": "^1.8.0",
"react-native-paper": "^4.12.0",
"react-native-range-datepicker": "^2.2.0",
"react-native-reanimated": "1.13.2",
"react-native-safe-area-context": "^4.2.4",
"react-native-safe-area-view": "^1.1.1",
"react-native-select-dropdown": "^2.0.3",
"react-native-svg": "^12.3.0",
"react-native-table-component": "^1.2.2",
"react-native-web": "0.17.1",
"react-rating-stars-component": "^2.2.0",
"styled-components": "^5.3.5",
"uid": "^2.0.0",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/i18n-js": "^3.8.2",
"@types/react": "~17.0.21",
"@types/react-native": "^0.67.6",
"@types/react-native-table-component": "^1.2.4",
"@types/styled-components": "^5.1.25",
"@types/styled-components-react-native": "^5.1.3",
"react-native-typescript-transformer": "^1.2.13",
"typescript": "~4.3.5"
},
"private": true
}