-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.77 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
{
"name": "razor-cut-client",
"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"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/datetimepicker": "^6.7.1",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@reduxjs/toolkit": "^1.9.0",
"axios": "^1.1.3",
"expo": "~47.0.3",
"expo-checkbox": "^2.2.2",
"expo-font": "~11.0.1",
"expo-localization": "^14.0.0",
"expo-location": "~15.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"firebase": "^9.15.0",
"i18n-js": "^3.9.2",
"pod-install": "^0.1.38",
"react": "18.1.0",
"react-hook-form": "^7.42.1",
"react-native": "0.70.5",
"react-native-calendar-picker": "^7.1.3",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-element-dropdown": "^2.4.0",
"react-native-event-listeners": "^1.0.7",
"react-native-flash-message": "^0.3.1",
"react-native-gesture-handler": "^2.9.0",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-image-progress": "^1.2.0",
"react-native-localize": "^2.2.4",
"react-native-maps": "1.3.2",
"react-native-modal-datetime-picker": "^14.0.1",
"react-native-picker": "^4.3.7",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-star-rating": "^1.1.0",
"react-native-swiper": "^1.6.0",
"react-redux": "^8.0.5",
"redux": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}