-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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": "saetta-pampa",
"version": "1.0.0",
"main": "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.23.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@tanstack/react-query": "^5.37.1",
"axios": "^1.7.2",
"expo": "~51.0.8",
"expo-file-system": "^17.0.1",
"expo-font": "~12.0.5",
"expo-sharing": "^12.0.1",
"expo-splash-screen": "^0.27.4",
"expo-status-bar": "~1.12.1",
"formik": "^2.4.6",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-big-calendar": "^4.13.0",
"react-native-calendars": "^1.1305.0",
"react-native-gesture-handler": "^2.16.2",
"react-native-pager-view": "6.3.0",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "3.31.1",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "^12.1.1",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.0",
"yup": "^1.4.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"@types/react-native": "^0.73.0",
"typescript": "^5.1.3"
},
"private": true
}