-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.77 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.77 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
{
"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": "~56.0.11",
"@expo/vector-icons": "^15.0.2",
"@legendapp/list": "^2.0.19",
"expo": "^56.0.3",
"expo-build-properties": "~56.0.13",
"expo-dev-client": "~56.0.14",
"expo-file-system": "~56.0.7",
"expo-font": "~56.0.5",
"expo-image": "~56.0.8",
"expo-linking": "~56.0.11",
"expo-router": "~56.2.5",
"expo-splash-screen": "~56.0.9",
"expo-status-bar": "~56.0.4",
"expo-system-ui": "~56.0.5",
"expo-video": "~56.1.2",
"expo-web-browser": "~56.0.5",
"nativewind": "^4.2.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "npm:react-native-tvos@0.85-stable",
"react-native-gesture-handler": "~2.31.1",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.1",
"react-native-web": "^0.21.2",
"react-native-worklets": "0.8.3"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@react-native-tvos/config-tv": "^0.1.6",
"@types/react": "~19.2.14",
"@types/tailwindcss": "^3.1.0",
"eslint": "^8.57.0",
"eslint-config-expo": "~56.0.4",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"tailwindcss": "^3.4.15",
"typescript": "~6.0.3"
}
}