-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.12 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"test": "jest --watchAll"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@eva-design/eva": "2.2.0",
"@expo/vector-icons": "14.0.0",
"@react-navigation/bottom-tabs": "6.5.20",
"@react-navigation/drawer": "6.6.15",
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
"@react-navigation/stack": "6.3.29",
"@sentry/react-native": "5.19.1",
"@ui-kitten/components": "5.3.1",
"@ui-kitten/eva-icons": "5.3.1",
"@ui-kitten/moment": "5.3.1",
"expo": "50.0.14",
"expo-application": "5.8.3",
"expo-asset": "9.0.2",
"expo-constants": "15.4.5",
"expo-crypto": "12.8.1",
"expo-device": "5.9.3",
"expo-document-picker": "11.10.1",
"expo-file-system": "16.0.8",
"expo-font": "11.10.3",
"expo-image-manipulator": "11.8.0",
"expo-image-picker": "14.7.1",
"expo-linking": "6.2.2",
"expo-network": "5.8.0",
"expo-sharing": "11.10.0",
"expo-splash-screen": "0.26.4",
"expo-sqlite": "13.4.0",
"expo-status-bar": "1.11.1",
"expo-system-ui": "2.9.3",
"expo-updates": "0.24.12",
"expo-web-browser": "12.8.2",
"fuse.js": "7.0.0",
"i18n-js": "4.4.3",
"jszip": "3.10.1",
"moment": "2.30.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.6",
"react-native-gesture-handler": "2.14.1",
"react-native-reanimated": "3.6.3",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "3.29.0",
"react-native-svg": "14.1.0",
"react-native-web": "0.19.10",
"sentry-expo": "7.2.0"
},
"devDependencies": {
"@babel/core": "7.24.3",
"@types/react": "18.2.69",
"@types/react-native": "0.72.8",
"eas-cli": "7.6.0",
"expo-cli": "6.3.12",
"jest": "29.7.0",
"jest-expo": "50.0.4",
"npm-check-updates": "16.14.17",
"react-test-renderer": "18.2.0",
"typescript": "5.4.3"
},
"private": true
}