-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.93 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.93 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
{
"name": "lessonsscreen",
"version": "3.0.1",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prebuild": "expo prebuild --clean",
"build:android": "eas build --platform android --clear-cache",
"build:amazon": "eas build --platform android --profile amazon --clear-cache",
"update": "eas update --branch production"
},
"dependencies": {
"@churchapps/helpers": "1.2.9",
"@expo/metro-runtime": "~6.1.1",
"@react-native-async-storage/async-storage": "1.24.0",
"@react-navigation/native": "^7.1.22",
"@react-navigation/stack": "^7.6.8",
"@sentry/react-native": "~7.2.0",
"axios": "^1.13.2",
"expo": "^54.0.20",
"expo-device": "~8.0.9",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-updates": "~29.0.13",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "npm:react-native-tvos@0.81-stable",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-keep-awake": "^4.0.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-snackbar": "^2.9.0",
"react-native-sound-player": "^0.14.5",
"react-native-swipe-gestures": "^1.0.5",
"react-native-vector-icons": "^10.3.0",
"react-native-video": "^6.18.0",
"react-native-web": "^0.21.0",
"react-native-webview": "^13.15.0",
"styled-components": "^6.1.19",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@react-native-tvos/config-tv": "^0.1.4",
"@types/react": "~19.1.10",
"@types/styled-components-react-native": "^5.2.5",
"@types/styled-system": "^5.1.25",
"react-native-dotenv": "^3.4.11",
"typescript": "~5.9.2"
},
"expo": {
"install": {
"exclude": [
"react-native"
]
}
},
"private": true
}