-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.9 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
{
"name": "helplah",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
]
},
"dependencies": {
"@date-io/date-fns": "^2.16.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/lab": "^5.0.0-alpha.134",
"@mui/material": "^5.13.5",
"@mui/x-date-pickers": "^6.8.0",
"@react-native-community/datetimepicker": "6.7.3",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/drawer": "^6.6.2",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"cal-parser": "^1.0.2",
"date-fns": "^2.30.0",
"dayjs": "^1.11.8",
"expo": "~48.0.15",
"expo-document-picker": "~11.2.2",
"expo-file-system": "~15.2.2",
"expo-font": "~11.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"firebase": "^9.22.0",
"fs": "^0.0.1-security",
"ical-expander": "^3.1.0",
"ical.js": "^1.5.0",
"ics-to-json": "^1.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"node-ical": "^0.16.1",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-calendar-strip": "^2.2.6",
"react-native-calendars": "^1.1298.0",
"react-native-circular-progress": "^1.3.9",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-countdown-component": "^2.7.1",
"react-native-document-picker": "^9.0.1",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-gesture-handler": "~2.9.0",
"react-native-linear-gradient": "^2.7.3",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-modal-datetime-picker": "^15.0.1",
"react-native-permissions": "^3.8.3",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.14.4",
"react-native-redash": "^18.1.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-week-view": "^0.28.4",
"react-native-wheel-color-picker": "^1.2.0",
"react-native-wheel-scrollview-picker": "^2.0.1",
"rrule": "^2.7.2",
"victory": "^36.6.11",
"victory-native": "^36.6.11"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@testing-library/jest-native": "^5.4.2",
"@testing-library/react": "^14.0.0",
"@testing-library/react-native": "^12.1.2",
"jest": "^29.5.0",
"jest-expo": "^48.0.2",
"react-test-renderer": "^18.2.0"
},
"private": true
}