-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.85 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.85 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
63
64
65
{
"name": "nativewindmultiplatform",
"version": "1.0.0",
"license": "MIT",
"main": "expo-router/entry",
"scripts": {
"postinstall": "patch-package",
"prebuild:tv": "EXPO_TV=1 expo prebuild --clean",
"prebuild": "expo prebuild --clean",
"start": "expo start",
"web": "expo start --web",
"android": "expo run:android",
"ios": "expo run:ios",
"build:web": "expo export --platform web",
"deploy:web": "eas deploy --environment=development",
"lint": "expo lint"
},
"dependencies": {
"@expo/metro-runtime": "~55.0.6",
"@expo/vector-icons": "^15.0.2",
"@legendapp/list": "^2.0.19",
"expo": "^55.0.3",
"expo-build-properties": "~55.0.9",
"expo-dev-client": "~55.0.9",
"expo-file-system": "~55.0.9",
"expo-font": "~55.0.4",
"expo-image": "~55.0.5",
"expo-linking": "~55.0.7",
"expo-router": "~55.0.2",
"expo-splash-screen": "~55.0.9",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"expo-video": "~55.0.9",
"expo-web-browser": "~55.0.9",
"nativewind": "^4.2.0",
"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-reanimated": "~4.2.1",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.7.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@react-native-tvos/config-tv": "^0.1.5",
"@types/react": "~19.2.2",
"@types/tailwindcss": "^3.1.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~55.0.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"tailwindcss": "^3.4.15",
"typescript": "~5.9.2"
},
"expo": {
"install": {
"exclude": [
"react-native"
]
}
}
}