This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
115 lines (115 loc) · 3.94 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
115
{
"name": "papillonvex",
"version": "6.5.1",
"canal": "beta",
"private": true,
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint ."
},
"dependencies": {
"@expo/config-plugins": "~7.2.2",
"@expo/prebuild-config": "~6.2.4",
"@expo/react-native-action-sheet": "^4.0.1",
"@expo/webpack-config": "^19.0.0",
"@gorhom/bottom-sheet": "^4.5.1",
"@notifee/react-native": "^7.8.0",
"@pchmn/expo-material3-theme": "^1.0.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-clipboard/clipboard": "^1.10.0",
"@react-native-community/datetimepicker": "7.2.0",
"@react-native-community/netinfo": "9.3.10",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/elements": "^1.3.18",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.2.0",
"@sentry/react-native": "^5.10.0",
"base-64": "^1.0.0",
"dayjs": "^1.11.10",
"entities": "^4.5.0",
"expo": "^49.0.9",
"expo-app-loading": "^2.1.1",
"expo-application": "~5.3.0",
"expo-asset": "~8.10.1",
"expo-auth-session": "^5.2.0",
"expo-background-fetch": "~11.3.0",
"expo-barcode-scanner": "~12.5.3",
"expo-blur": "~12.4.1",
"expo-calendar": "^11.3.2",
"expo-clipboard": "~4.3.1",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-dev-client": "~2.4.8",
"expo-dev-launcher": "^3.0.0",
"expo-device": "~5.4.0",
"expo-dynamic-app-icon": "^1.1.8",
"expo-file-system": "~15.4.4",
"expo-font": "~11.4.0",
"expo-haptics": "~12.4.0",
"expo-image-picker": "~14.3.2",
"expo-in-app-purchases": "~14.3.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-local-authentication": "~13.4.1",
"expo-location": "~16.1.0",
"expo-navigation-bar": "~2.3.0",
"expo-notifications": "~0.20.1",
"expo-sharing": "~11.5.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-store-review": "~6.4.0",
"expo-system-ui": "~2.4.0",
"expo-task-manager": "~11.3.0",
"expo-web-browser": "~12.3.2",
"jsonapi-fractal": "^2.3.1",
"jwt-decode": "^3.1.2",
"lucide-react-native": "^0.258.0",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "^0.72.0",
"react-native-config": "^1.5.1",
"react-native-fade": "^2.1.1",
"react-native-flash-message": "^0.4.1",
"react-native-gesture-handler": "^2.12.0",
"react-native-gifted-chat": "^2.4.0",
"react-native-infinite-pager": "^0.2.0",
"react-native-ios-context-menu": "^1.15.3",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.9.1",
"react-native-parsed-text": "^0.0.22",
"react-native-pdf-renderer": "^1.2.0",
"react-native-pressable-scale": "^2.1.0",
"react-native-reanimated": "~3.4.2",
"react-native-render-html": "^6.1.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-segmented-control-2": "^1.1.0",
"react-native-sfsymbols": "^1.2.1",
"react-native-shared-group-preferences": "^1.1.24",
"react-native-simple-line-chart": "^0.32.0",
"react-native-smooth-pincode-input": "^1.0.9",
"react-native-svg": "13.9.0",
"react-native-swiper": "^1.6.0-rc.3",
"react-native-tableview-simple": "^4.4.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^9.2.0",
"react-native-webview": "^13.6.4",
"reanimated-color-picker": "^2.3.4",
"sentry-expo": "~7.1.0",
"sync-storage": "^0.4.2",
"typescript": "^5.1.3"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"scolengo-api": "^2.2.0"
}
}