mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-05 21:58:56 +08:00
切换到npm
This commit is contained in:
parent
d46e91305a
commit
fba6bd9ddc
11213
package-lock.json
generated
Normal file
11213
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -14,7 +14,7 @@
|
||||
"pack:android": "./gradlew assembleRelease",
|
||||
"clear": "react-native clean-project",
|
||||
"publish": "node publish",
|
||||
"nodeify": "rn-nodeify --hack --yarn --install process,crypto,events,constant,console,stream,url,util",
|
||||
"nodeify": "rn-nodeify --hack --install process,crypto,events,constant,console,stream,url,util",
|
||||
"postinstall": "yarn nodeify"
|
||||
},
|
||||
"engines": {
|
||||
@ -43,7 +43,7 @@
|
||||
"buffer": "^6.0.3",
|
||||
"console-browserify": "^1.2.0",
|
||||
"events": "^3.3.0",
|
||||
"i18next": "^20.2.2",
|
||||
"i18next": "^20.2.4",
|
||||
"js-htmlencode": "^0.3.0",
|
||||
"lrc-file-parser": "^1.0.7",
|
||||
"pako": "^2.0.3",
|
||||
@ -59,7 +59,7 @@
|
||||
"react-native-pager-view": "^5.1.8",
|
||||
"react-native-randombytes": "^3.6.1",
|
||||
"react-native-splash-screen": "^3.2.0",
|
||||
"react-native-track-player": "lyswhut/react-native-track-player#63d6e5147bba3ce476ee751756d0a7de5fe88757",
|
||||
"react-native-track-player": "git+https://github.com/lyswhut/react-native-track-player.git#63d6e5147bba3ce476ee751756d0a7de5fe88757",
|
||||
"react-native-vector-icons": "^8.1.0",
|
||||
"react-redux": "^7.2.4",
|
||||
"readable-stream": "1.0.33",
|
||||
@ -82,12 +82,11 @@
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-plugin-html": "^6.1.2",
|
||||
"eslint-plugin-import": "^2.22.1",
|
||||
"eslint-plugin-import": "^2.23.2",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"eslint-plugin-standard": "^5.0.0",
|
||||
"jest": "^26.6.3",
|
||||
"metro-react-native-babel-preset": "^0.64.0",
|
||||
"react-devtools": "^4.13.2",
|
||||
|
@ -1,3 +1,7 @@
|
||||
### 优化
|
||||
|
||||
- 在搜索、歌单、排行榜列表多选音乐后点菜单中的播放将会把已选的歌曲添加到试听列表播放
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复播放模块没拉取最新代码导致播放器存在无法从通知栏停止等问题
|
||||
|
Loading…
x
Reference in New Issue
Block a user