-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
111 lines (111 loc) · 3.63 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
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.1.3",
"dependencies": {
"@craftzdog/react-native-buffer": "6.0.5",
"@duell10111/apple-targets": "0.0.6-alpha.1",
"@gorhom/bottom-sheet": "4.6.4",
"@react-native-clipboard/clipboard": "1.14.1",
"@react-native-community/slider": "4.5.5",
"@react-navigation/bottom-tabs": "7.2.0",
"@react-navigation/material-top-tabs": "7.1.0",
"@react-navigation/native": "7.0.14",
"@react-navigation/native-stack": "7.2.0",
"@rneui/base": "4.0.0-rc.8",
"@rneui/themed": "4.0.0-rc.8",
"crypto-browserify": "3.12.0",
"drizzle-orm": "0.38.1",
"event-target-polyfill": "0.0.3",
"events": "3.3.0",
"expo": "~52.0.26",
"expo-av": "~15.0.2",
"expo-build-properties": "~0.13.2",
"expo-file-system": "~18.0.7",
"expo-image": "~2.0.4",
"expo-linking": "~7.0.4",
"expo-screen-orientation": "~8.0.4",
"expo-sensors": "~14.0.2",
"expo-splash-screen": "~0.29.21",
"expo-sqlite": "~15.0.6",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"expo-watch-connectivity": "0.1.6",
"fast-text-encoding": "1.0.6",
"lodash": "4.17.21",
"luxon": "3.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "npm:react-native-tvos@^0.76.6-0",
"react-native-awesome-slider": "2.9.0",
"react-native-device-info": "14.0.2",
"react-native-flash-message": "0.4.2",
"react-native-gesture-handler": "~2.20.2",
"react-native-logs": "5.1.0",
"react-native-mmkv": "2.12.2",
"react-native-pager-view": "6.5.1",
"react-native-paper": "^5.12.5",
"react-native-qrcode-svg": "6.3.2",
"react-native-quick-crypto": "0.7.10",
"react-native-reanimated": "~3.16.1",
"react-native-reanimated-carousel": "3.5.1",
"react-native-redash": "18.1.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-super-grid": "6.0.1",
"react-native-svg": "15.8.0",
"react-native-tab-view": "3.5.2",
"react-native-track-player": "4.1.1",
"react-native-url-polyfill": "1.3.0",
"react-native-video": "6.8.2",
"rn-native-search-bar": "1.0.0-beta.13",
"stream-browserify": "^3.0.0",
"web-streams-polyfill": "3.3.3",
"youtubei.js": "13.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"@babel/plugin-transform-class-properties": "^7.25.4",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/plugin-transform-flow-strip-types": "^7.21.0",
"@babel/plugin-transform-private-methods": "^7.25.4",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-tvos/config-tv": "0.1.1",
"@types/lodash": "4.17.10",
"@types/luxon": "3.4.2",
"@types/react": "~18.3.12",
"@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.3.3"
},
"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"
}
}