-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.67 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.67 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
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
{
"name": "reactnative",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@expo/ngrok": "^4.1.3",
"@expo/vector-icons": "^14.0.4",
"@gluestack-style/react": "^1.0.57",
"@gluestack-ui/config": "^1.1.20",
"@gluestack-ui/themed": "^1.1.61",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-picker/picker": "2.9.0",
"@react-navigation/native": "^7.0.4",
"@react-navigation/stack": "^7.0.6",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"axios": "^1.7.7",
"expo": "52.0.11",
"expo-av": "~15.0.1",
"expo-build-properties": "~0.13.1",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.4",
"expo-device": "~7.0.1",
"expo-file-system": "~18.0.4",
"expo-font": "~13.0.1",
"expo-image-picker": "~16.0.3",
"expo-linking": "~7.0.3",
"expo-location": "~18.0.2",
"expo-media-library": "^17.0.3",
"expo-modules-autolinking": "^2.0.0",
"expo-notifications": "~0.29.11",
"expo-router": "~4.0.9",
"expo-sharing": "~13.0.0",
"expo-splash-screen": "^0.29.18",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"expo-updates": "~0.26.9",
"expo-video": "^2.0.1",
"expo-web-browser": "~14.0.1",
"gluestack-ui": "^0.7.20",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-calendars": "^1.1307.0",
"react-native-elements": "^3.4.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.21.2",
"react-native-image-picker": "^7.1.2",
"react-native-popup-menu": "^0.16.1",
"react-native-safe-area-context": "4.14.0",
"react-native-screens": "4.3.0",
"react-native-svg": "^15.9.0",
"react-native-uuid": "^2.0.3",
"react-native-video": "^6.8.0",
"react-native-web": "~0.19.13",
"uuid": "^11.0.3",
"victory-native": "^37.0.3-next.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@expo/ngrok": "^4.1.0",
"@types/react": "~18.3.12",
"jest": "^29.7.0",
"jest-expo": "~52.0.2",
"prettier": "^3.3.3",
"react-test-renderer": "18.3.1",
"typescript": "~5.7.2"
},
"overrides": {
"react-refresh": "~0.14.0"
},
"resolutions": {
"react-refresh": "~0.14.0"
},
"private": true
}