-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
114 lines (114 loc) · 3.93 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "healtech-project",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest"
},
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.[jt]sx?$": "babel-jest"
},
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-native|@react-navigation|firebase|@firebase|expo-router|expo|react-native-vector-icons|expo-splash-screen)"
],
"setupFilesAfterEnv": [
"@testing-library/jest-native/extend-expect"
],
"moduleNameMapper": {
"\\.otf$": "<rootDir>/testing_Jest/__mocks__/fileMock.js",
"^@styles/(.*)$": "<rootDir>/styles/$1",
"^@src/(.*)$": "<rootDir>/src/$1",
"^@components/(.*)$": "<rootDir>/app/views/movil/Componentes/$1"
}
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@expo/metro-runtime": "~3.2.3",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@imcarlosguerrero/react-native-switch-toggle": "^2.2.3",
"@lottiefiles/dotlottie-react": "^0.6.5",
"@mui/x-date-pickers": "^7.22.0",
"@react-native-async-storage/async-storage": "^1.24.0",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-firebase/app": "^20.5.0",
"@react-native-firebase/auth": "^20.5.0",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/stack": "^6.4.1",
"bootstrap": "^5.3.3",
"cally": "^0.6.1",
"date-fns": "^4.1.0",
"dotenv": "^16.4.5",
"expo": "~51.0.1",
"expo-asset": "^10.0.10",
"expo-clipboard": "~6.0.3",
"expo-constants": "^16.0.1",
"expo-dev-client": "~4.0.26",
"expo-font": "~12.0.9",
"expo-linking": "^6.3.1",
"expo-notifications": "^0.28.18",
"expo-router": "^3.5.23",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"firebase": "^9.23.0",
"font": "^0.0.4",
"jspdf": "^2.5.2",
"lottie-react-native": "^7.1.0",
"moment": "^2.30.1",
"navigation-react-native": "^9.16.0",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.74.5",
"react-native-alert-notification": "^0.4.0",
"react-native-cache": "^2.0.3",
"react-native-calendars": "^1.1307.0",
"react-native-chart-kit": "^6.12.0",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "^2.20.2",
"react-native-html-to-pdf": "^0.12.0",
"react-native-htmlview": "^0.17.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-paper": "^5.12.5",
"react-native-paper-dates": "^0.22.26",
"react-native-picker-select": "^9.1.3",
"react-native-raw-bottom-sheet": "^3.0.0",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-responsive-grid": "^0.41.993",
"react-native-rte": "^0.10.0",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "3.31.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "15.2.0",
"react-native-tooltip-2": "^0.1.3",
"react-native-vector-icons": "^10.2.0",
"react-native-walkthrough-tooltip": "^1.6.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.8.6",
"sweetalert2": "^11.11.0",
"undefined": "@expo-google-fonts/<font-family>",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-react": "^7.22.5",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.1.0",
"babel-jest": "^29.7.0",
"babel-preset-expo": "^11.0.15",
"babel-preset-react-native": "^5.0.2",
"metro-react-native-babel-preset": "^0.77.0",
"react-test-renderer": "^18.2.0"
},
"private": true
}