-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·59 lines (59 loc) · 1.91 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@eva-design/eva": "^2.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/datetimepicker": "^6.5.2",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.11.7",
"@react-navigation/native": "^5.9.8",
"@react-navigation/native-stack": "^6.6.2",
"@react-navigation/stack": "^5.14.2",
"@ui-kitten/components": "^5.0.0",
"@ui-kitten/eva-icons": "^5.0.0",
"@ui-kitten/moment": "^5.1.2",
"expo": "~47.0.12",
"expo-location": "~15.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"pretty-format": "^29.4.3",
"randomcolor": "^0.6.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-moment": "^1.1.1",
"react-native": "0.70.5",
"react-native-countdown-component": "^2.7.1",
"react-native-countdown-fixed": "^2.7.1",
"react-native-dotenv": "^3.4.7",
"react-native-dropdown-picker": "^5.4.2",
"react-native-gesture-handler": "~2.8.0",
"react-native-maps": "1.3.2",
"react-native-modal-datetime-picker": "^9.1.0",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.18.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "13.2.0",
"react-native-svg-charts": "^5.4.0",
"react-native-web": "~0.18.7",
"tinycolor2": "^1.6.0",
"watchman": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3"
},
"private": true,
"name": "frontend_2",
"version": "1.0.0"
}