-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.5 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
{
"name": "higia-mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@expo/vector-icons": "^13.0.0",
"@react-native-community/viewpager": "^5.0.11",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"axios": "^1.6.2",
"expo": "~49.0.10",
"expo-constants": "~14.4.2",
"expo-font": "~11.4.0",
"expo-linear-gradient": "^12.5.0",
"expo-linking": "~5.0.2",
"expo-location": "~16.1.0",
"expo-router": "^2.0.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-gesture-handler": "^2.13.4",
"react-native-linear-gradient": "^2.8.3",
"react-native-maps": "1.7.1",
"react-native-paper": "^5.11.1",
"react-native-reanimated": "^3.5.4",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "^3.27.0",
"react-native-svg": "13.9.0",
"styled-components": "^6.0.8"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"react-native-svg-transformer": "^1.1.0",
"typescript": "^5.1.3"
},
"private": true
}