-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 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": "hoppixtv",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "EXPO_NO_CLIENT_ENV_VARS=1 EXPO_TV=1 expo start",
"android": "EXPO_NO_CLIENT_ENV_VARS=1 EXPO_TV=1 expo run:android",
"ios": "EXPO_NO_CLIENT_ENV_VARS=1 EXPO_TV=1 expo run:ios",
"web": "EXPO_NO_CLIENT_ENV_VARS=1 expo start --web",
"build:web": "expo export -p web",
"test:types": "tsc",
"prebuild": "EXPO_TV=1 expo prebuild --clean"
},
"dependencies": {
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.11.3",
"@expo/metro-runtime": "~6.1.2",
"@react-native-tvos/config-tv": "^0.1.4",
"@react-navigation/native": "^6.1.9",
"@react-navigation/native-stack": "^6.9.17",
"@types/jest": "^29.5.12",
"@types/react-test-renderer": "^18.0.7",
"babel-jest": "^29.7.0",
"expo": "^54.0.0",
"expo-status-bar": "~3.0.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-watch-typeahead": "^2.2.2",
"lucide-react-native": "^0.335.0",
"react": "19.1.0",
"react-native": "npm:react-native-tvos@0.81.4-0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"typescript": "~5.9.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"babel-plugin-module-resolver": "^5.0.0"
},
"private": true,
"expo": {
"install": {
"exclude": [
"react-native"
]
}
}
}