-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
{
"name": "tvinputdemo",
"version": "1.0.0",
"dependencies": {
"@react-navigation/native": "^7.1.31",
"@react-navigation/native-stack": "^7.14.2",
"expo": "^55.0.3",
"expo-build-properties": "~55.0.9",
"expo-splash-screen": "~55.0.9",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"expo-video": "~55.0.9",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-native": "npm:react-native-tvos@0.83-stable",
"react-native-gesture-handler": "~2.30.0",
"react-native-paper": "4.12.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-vector-icons": "^10.0.3"
},
"devDependencies": {
"@react-native-tvos/config-tv": "^0.1.5",
"@types/react": "~19.2.10",
"eslint": "^8.56.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.2.5",
"typescript": "~5.9.2"
},
"expo": {
"install": {
"exclude": [
"react-native"
]
}
},
"private": true,
"scripts": {
"postinstall": "patch-package",
"prebuild": "EXPO_TV=1 expo prebuild --clean",
"start": "EXPO_TV=1 expo start",
"android": "EXPO_TV=1 expo run:android",
"ios": "EXPO_TV=1 expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}