-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.95 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
{
"name": "lucid-journal",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo run:android",
"ios": "npx expo run:ios",
"web": "npx expo start --web",
"eject": "npx expo prebuild",
"dev": "npx expo start --dev-client"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.2.2",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/slider": "4.4.2",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.7",
"@react-navigation/stack": "^6.3.17",
"@supabase/supabase-js": "^2.33.0",
"axios": "^1.4.0",
"base64-arraybuffer": "^1.0.2",
"expo": "~48.0.18",
"expo-apple-authentication": "~6.0.1",
"expo-auth-session": "~4.0.3",
"expo-av": "~13.2.1",
"expo-dev-client": "~2.2.1",
"expo-file-system": "~15.2.2",
"expo-notifications": "~0.18.1",
"expo-secure-store": "~12.1.1",
"expo-sharing": "~11.2.2",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"expo-web-browser": "~12.1.1",
"jwt-decode": "^3.1.2",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-base64": "^0.2.1",
"react-native-btr": "^2.2.0",
"react-native-dotenv": "^3.4.9",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-paper": "^5.9.0",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-sound": "^0.11.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^9.2.0",
"use-debounce": "^9.0.4",
"expo-media-library": "~15.2.3",
"expo-linear-gradient": "~12.1.2",
"expo-blur": "~12.2.2",
"expo-sensors": "~12.1.1"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}