This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.11 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
{
"name": "unicenotes",
"version": "2.1.2",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eas-build-on-success": "npx bugsnag-eas-build-on-success"
},
"dependencies": {
"@bugsnag/expo": "^51.0.1",
"@expo/config-plugins": "~8.0.0",
"@expo/fingerprint": "^0.10.3",
"@gorhom/bottom-sheet": "^4.6.4",
"@howljs/calendar-kit": "^2.0.4",
"@hugofnm/expo-dynamic-app-icon": "^1.2.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@shopify/flash-list": "1.6.4",
"expo": "~51.0.37",
"expo-application": "~5.9.1",
"expo-av": "~14.0.7",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-dev-client": "~4.0.28",
"expo-device": "~6.0.2",
"expo-file-system": "~17.0.1",
"expo-font": "~12.0.10",
"expo-haptics": "~13.0.1",
"expo-image": "~1.13.0",
"expo-image-picker": "~15.0.7",
"expo-insights": "~0.7.0",
"expo-linking": "~6.3.1",
"expo-local-authentication": "~14.0.1",
"expo-network": "~6.0.1",
"expo-notifications": "~0.28.18",
"expo-quick-actions": "^2.0.0",
"expo-secure-store": "~13.0.2",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.6",
"expo-status-bar": "~1.12.1",
"expo-store-review": "~7.0.2",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"lottie-react-native": "6.7.0",
"react": "18.2.0",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-vector-icons": "^10.2.0",
"react-native-view-shot": "3.8.0"
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@bugsnag/plugin-expo-eas-sourcemaps": "^51.0.0",
"@bugsnag/source-maps": "^2.3.3"
},
"private": true,
"packageManager": "yarn@4.0.2"
}