-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.98 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.98 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
66
67
68
69
70
{
"name": "skiamultiplaform",
"main": "index",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"postinstall": "patch-package; setup-skia-web",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"reset-project": "./scripts/reset-project.js",
"test": "jest --watchAll",
"lint": "expo lint",
"build:web": "expo export --platform web",
"deploy:web": "eas deploy --environment=development",
"prebuild:tv": "EXPO_TV=1 expo prebuild --clean",
"prebuild": "expo prebuild --clean"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@shopify/react-native-skia": "2.4.18",
"d3-zoom": "^3.0.0",
"expo": "^55.0.3",
"expo-build-properties": "~55.0.9",
"expo-dev-client": "~55.0.9",
"expo-font": "~55.0.4",
"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-web-browser": "~55.0.9",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.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",
"victory-native": "^41.20.2"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-tvos/config-tv": "^0.1.5",
"@types/jest": "^29.5.14",
"@types/react": "~19.2.2",
"@types/react-native-web": "^0.19.0",
"@types/react-test-renderer": "^18.3.1",
"jest": "~29.7.0",
"jest-expo": "~55.0.9",
"react-test-renderer": "^18.3.1",
"typescript": "~5.9.2"
},
"expo": {
"install": {
"exclude": [
"react-native"
]
}
},
"private": true
}