-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.7 KB
/
package.json
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
{
"dependencies": {
"@expo/metro-runtime": "~4.0.0-preview.0",
"@expo/vector-icons": "^14.0.4",
"expo": "~52.0.11",
"expo-build-properties": "~0.13.1",
"expo-font": "~13.0.1",
"expo-linking": "~7.0.3",
"expo-router": "~4.0.9",
"expo-splash-screen": "~0.29.13",
"expo-status-bar": "~2.0.0",
"expo-web-browser": "~14.0.1",
"nativewind": "^4.1.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "npm:react-native-tvos@~0.76.3-0",
"react-native-bottom-tabs": "^0.5.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-web": "~0.19.13"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@react-native-tvos/config-tv": "^0.1.1",
"@types/react": "~18.3.12",
"@types/tailwindcss": "^3.1.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~8.0.1",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"tailwindcss": "^3.4.15",
"typescript": "~5.3.3"
},
"name": "nativewindtv",
"slug": "nativewindtv",
"scheme": "nativewindtv",
"version": "1.0.0",
"main": "expo-router/entry",
"private": true,
"expo": {
"install": {
"exclude": [
"react-native"
]
}
},
"scripts": {
"postinstall": "patch-package",
"prebuild": "DEBUG=expo:* expo prebuild --clean",
"prebuild:tv": "DEBUG=expo:* EXPO_TV=1 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"
}
}