-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.59 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.59 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
{
"name": "dwindow",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "EXPO_TV=1 expo start",
"android": "EXPO_TV=1 expo run:android",
"ios": "EXPO_TV=1 expo run:ios",
"web": "expo start --web",
"reset-project": "./scripts/reset-project.js",
"lint": "expo lint",
"prebuild": "expo prebuild --clean",
"prebuild:tv": "EXPO_TV=1 expo prebuild --clean",
"deploy": "npx expo export -p web && npx eas-cli@latest deploy"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@expo/vector-icons": "^15.0.2",
"expo": "^54.0.1",
"expo-build-properties": "~1.0.7",
"expo-constants": "~18.0.9",
"expo-dev-client": "~6.0.12",
"expo-font": "~14.0.7",
"expo-linking": "~8.0.7",
"expo-maps": "~0.12.7",
"expo-router": "~6.0.0",
"expo-splash-screen": "~31.0.8",
"expo-status-bar": "~3.0.7",
"expo-system-ui": "~6.0.7",
"expo-web-browser": "~15.0.6",
"mapbox-gl": "^3.15.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "npm:react-native-tvos@0.81.4-0",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-web": "^0.21.0",
"react-native-webview": "13.15.0",
"react-native-worklets": "~0.5.0"
},
"devDependencies": {
"@react-native-tvos/config-tv": "^0.1.4",
"@types/react": "~19.1.10",
"typescript": "~5.9.2"
},
"expo": {
"install": {
"exclude": [
"react-native"
]
}
},
"private": true
}