-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.19 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.19 KB
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
{
"name": "prometeos",
"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": {
"@callstack/react-theme-provider": "^3.0.9",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"axios": "^1.7.7",
"expo": "~51.0.28",
"expo-status-bar": "~1.12.1",
"i18n-iso-countries": "^7.12.0",
"i18next": "^23.16.4",
"lottie-react-native": "^7.0.0",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-i18next": "^15.1.0",
"react-native": "0.74.5",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "^2.20.2",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "^1.18.2",
"react-native-paper": "^5.12.5",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "4.10.5",
"react-native-svg": "15.2.0",
"expo-linear-gradient": "~13.0.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}