mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-07 23:18:38 +08:00
- useLiveDanmaku: 重写协议解析,支持 zlib 压缩消息、token 认证、base64 帧处理 - services/bilibili: 新增 getLiveDanmakuInfo 获取弹幕服务器信息 - live/[roomId]: 使用真实 roomid 而非 URL 别名连接弹幕 - NativeVideoPlayer: 增加中文注释,移除调试日志 - video/[bvid]: UP主头像移至标题前,调整字号与样式 - index: 替换 logo 文字为下载按钮图标 - videoRows: 修复奇数视频配对,调整 BigRow 位置策略 - package.json: 移除未使用的 fast-xml-parser 和 xml2js 依赖
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "reactbilibiliapp",
|
|
"version": "1.0.0",
|
|
"main": "expo-router/entry",
|
|
"scripts": {
|
|
"start": "expo start",
|
|
"android": "expo run:android",
|
|
"ios": "expo run:ios",
|
|
"web": "expo start --web",
|
|
"proxy": "node dev-proxy.js"
|
|
},
|
|
"dependencies": {
|
|
"@expo/vector-icons": "^15.0.2",
|
|
"@react-native-async-storage/async-storage": "2.2.0",
|
|
"axios": "^1.13.6",
|
|
"expo": "~55.0.5",
|
|
"expo-av": "^16.0.8",
|
|
"expo-dev-client": "~55.0.11",
|
|
"expo-file-system": "~55.0.10",
|
|
"expo-linear-gradient": "~55.0.8",
|
|
"expo-router": "~55.0.4",
|
|
"expo-screen-orientation": "~55.0.8",
|
|
"expo-status-bar": "~55.0.4",
|
|
"expo-system-ui": "~55.0.9",
|
|
"pako": "^2.1.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0",
|
|
"react-native": "0.83.2",
|
|
"react-native-pager-view": "8.0.0",
|
|
"react-native-safe-area-context": "~5.6.2",
|
|
"react-native-screens": "~4.23.0",
|
|
"react-native-video": "^6.19.0",
|
|
"react-native-web": "^0.21.0",
|
|
"react-native-webview": "13.16.0",
|
|
"zustand": "^5.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/pako": "^2.0.4",
|
|
"@types/react": "~19.2.2",
|
|
"express": "^4.22.1",
|
|
"typescript": "~5.9.2"
|
|
},
|
|
"private": true
|
|
}
|