-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.87 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.87 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
{
"name": "rss-scroll",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-vector-icons/ionicons": "^13.1.2",
"expo": "^57.0.15",
"expo-application": "~57.0.2",
"expo-background-task": "~57.0.12",
"expo-constants": "~57.0.13",
"expo-device": "~57.0.1",
"expo-font": "~57.0.1",
"expo-haptics": "~57.0.1",
"expo-image": "~57.0.3",
"expo-linear-gradient": "~57.0.1",
"expo-linking": "~57.0.7",
"expo-localization": "~57.0.1",
"expo-notifications": "~57.0.13",
"expo-router": "~57.0.15",
"expo-splash-screen": "~57.0.7",
"expo-status-bar": "~57.0.1",
"expo-symbols": "~57.0.2",
"expo-system-ui": "~57.0.2",
"expo-web-browser": "~57.0.2",
"fast-xml-parser": "^5.7.3",
"i18next": "^26.1.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-i18next": "^17.0.7",
"react-native": "npm:react-native-tvos@0.86-stable",
"react-native-gesture-handler": "~2.32.0",
"react-native-legal": "^1.6.3",
"react-native-qrcode-svg": "^6.3.21",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-toast-message": "^2.3.3",
"react-native-web": "~0.21.0",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.10.1"
},
"devDependencies": {
"@react-native-tvos/config-tv": "^0.1.6",
"@types/react": "~19.2.14",
"eslint": "^9.25.0",
"eslint-config-expo": "~57.0.1",
"license-kit": "^0.3.5",
"typescript": "~6.0.3"
},
"private": true
}