-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.67 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.67 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "reacttube",
"version": "0.3.2",
"dependencies": {
"@craftzdog/react-native-buffer": "6.0.5",
"@duell10111/apple-targets": "0.0.6-alpha.1",
"@gorhom/bottom-sheet": "5.2.6",
"@react-native-clipboard/clipboard": "1.16.3",
"@react-native-community/slider": "4.5.7",
"@react-navigation/bottom-tabs": "7.3.11",
"@react-navigation/material-top-tabs": "7.2.11",
"@react-navigation/native": "7.1.7",
"@react-navigation/native-stack": "7.3.11",
"@rneui/base": "4.0.0-rc.8",
"@rneui/themed": "4.0.0-rc.8",
"drizzle-orm": "0.38.1",
"event-target-polyfill": "0.0.4",
"events": "3.3.0",
"expo": "^54.0.0",
"expo-av": "~16.0.7",
"expo-build-properties": "~1.0.9",
"expo-device": "~8.0.9",
"expo-file-system": "~19.0.17",
"expo-image": "~3.0.10",
"expo-linking": "~8.0.8",
"expo-screen-orientation": "~9.0.7",
"expo-sensors": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-sqlite": "~16.0.8",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.8",
"expo-watch-connectivity": "0.1.8",
"fast-text-encoding": "1.0.6",
"lodash": "4.17.21",
"luxon": "3.7.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "npm:react-native-tvos@0.81.5-0",
"react-native-awesome-slider": "2.9.0",
"react-native-flash-message": "0.4.2",
"react-native-gesture-handler": "~2.28.0",
"react-native-logs": "5.1.0",
"react-native-mmkv": "2.12.2",
"react-native-pager-view": "6.9.1",
"react-native-paper": "^5.14.0",
"react-native-qrcode-svg": "6.3.16",
"react-native-quick-base64": "2.2.2",
"react-native-quick-crypto": "0.7.17",
"react-native-reanimated": "~3.17.4",
"react-native-reanimated-carousel": "4.0.3",
"react-native-redash": "18.1.4",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-super-grid": "6.0.2",
"react-native-svg": "15.12.1",
"react-native-tab-view": "3.5.2",
"react-native-track-player": "4.1.2",
"react-native-url-polyfill": "3.0.0",
"react-native-video": "6.17.0",
"rn-native-search-bar": "1.0.0-beta.13",
"stream-browserify": "3.0.0",
"web-streams-polyfill": "4.2.0",
"youtubei.js": "npm:@duell10111/youtubei.js@17.0.1-beta.2"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-syntax-import-assertions": "^7.26.0",
"@babel/plugin-transform-class-properties": "^7.25.9",
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
"@babel/plugin-transform-private-methods": "^7.25.9",
"@babel/preset-env": "^7.25.9",
"@babel/runtime": "^7.25.9",
"@react-native-tvos/config-tv": "0.1.1",
"@types/lodash": "4.17.10",
"@types/luxon": "3.7.1",
"@types/react": "~19.1.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"drizzle-kit": "^0.30.1",
"eslint": "^8.56.0",
"eslint-config-universe": "12.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react-hooks": "5.0.0",
"prettier": "3.3.3",
"typescript": "~5.9.2"
},
"expo": {
"install": {
"exclude": [
"react-native"
]
}
},
"overrides": {
"@rneui/themed": "4.0.0-rc.8",
"@rneui/base": "4.0.0-rc.8",
"use-latest-callback": "0.1.9"
},
"private": true,
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"typecheck": "tsc --noEmit"
}
}