-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.96 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
60
{
"name": "frontend_movil",
"version": "1.0.0",
"main": "index.ts",
"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-native-community/datetimepicker": "^8.2.0",
"@react-navigation/bottom-tabs": "^7.0.7",
"@react-navigation/native": "^7.0.4",
"@react-navigation/stack": "^7.0.6",
"@types/react-native": "^0.72.8",
"@types/react-native-fs": "^2.8.3",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.7.7",
"date-fns": "^4.1.0",
"expo": "~52.0.10",
"expo-camera": "~16.0.7",
"expo-image-picker": "^16.0.3",
"expo-sensors": "^14.0.1",
"expo-status-bar": "~2.0.0",
"react": "18.3.1",
"react-big-calendar": "^1.16.0",
"react-native": "0.76.2",
"react-native-big-calendar": "^4.16.0",
"react-native-calendars": "^1.1307.0",
"react-native-config": "^1.5.3",
"react-native-dropdown": "^0.0.6",
"react-native-dropdown-picker": "^5.4.6",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-html-to-pdf": "^0.12.0",
"react-native-navigation": "^7.40.3",
"react-native-paper": "^5.12.5",
"react-native-paper-dropdown": "^2.3.1",
"react-native-picker-select": "^9.3.1",
"react-native-reanimated": "^3.16.2",
"react-native-safe-area-context": "^4.12.0",
"react-native-screens": "~4.1.0",
"react-native-share": "^11.1.0",
"react-native-snackbar": "^2.8.0",
"react-native-toast-message": "^2.2.1",
"react-native-vector-icons": "^10.2.0",
"react-router-dom": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"@types/react-big-calendar": "^1.16.0",
"@types/react-native-html-to-pdf": "^0.8.3",
"@types/react-native-vector-icons": "^6.4.18",
"typescript": "^5.6.3"
},
"private": true
}