-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.87 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
{
"name": "care-app",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@kolking/react-native-rating": "^1.3.1",
"@miblanchard/react-native-slider": "^2.6.0",
"@preflower/react-native-web-maps": "^0.2.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-vector-icons/ionicons": "^7.4.0-alpha.16",
"@react-native/metro-config": "^0.74.85",
"@react-navigation/bottom-tabs": "^6.6.0",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.4.0",
"axios": "^1.7.2",
"dotenv": "^16.4.5",
"expo": "~51.0.17",
"expo-build-properties": "~0.12.3",
"expo-camera": "~15.0.13",
"expo-image-picker": "~15.0.7",
"expo-linear-gradient": "^13.0.2",
"expo-localization": "~15.0.3",
"expo-location": "~17.0.1",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.74.2",
"react-native-calendar-strip": "^2.2.6",
"react-native-calendars": "^1.1305.0",
"react-native-config": "^1.5.2",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.16.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "^1.14.0",
"react-native-maps-directions": "^1.9.0",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "^3.14.0",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.3.0",
"react-native-webview": "13.8.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@svgr/babel-plugin-transform-react-native-svg": "^8.1.0",
"react-native-svg-transformer": "^1.4.0"
},
"private": true
}