lx-music-mobile-mod/package.json
2023-02-18 00:07:14 +08:00

83 lines
2.9 KiB
JSON

{
"name": "lx-music-mobile",
"version": "1.0.0-beta.1",
"versionCode": 53,
"private": true,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"sc": "react-native start --reset-cache",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"rd": "react-devtools",
"menu": "adb shell input keyevent 82",
"bundle-android": "react-native bundle --platform android --dev true --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res",
"pack:android:debug": "./gradlew assembleDebug",
"pack": "npm run pack:android",
"pack:android": "cd android && gradlew.bat assembleRelease",
"clear": "react-native clean-project",
"build:theme": "node src/theme/themes/createThemes.js",
"publish": "node publish"
},
"engines": {
"node": ">= 16",
"npm": ">= 8.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyswhut/lx-music-mobile.git"
},
"keywords": [
"music-player",
"react-native-app"
],
"author": {
"name": "lyswhut",
"email": "lyswhut@qq.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lyswhut/lx-music-mobile/issues"
},
"homepage": "https://github.com/lyswhut/lx-music-mobile#readme",
"dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-clipboard/clipboard": "^1.11.1",
"@react-native-community/checkbox": "^0.5.14",
"@react-native-community/slider": "^4.4.2",
"iconv-lite": "^0.6.3",
"lrc-file-parser": "^2.3.0",
"pako": "^2.1.0",
"react": "18.1.0",
"react-native": "0.70.7",
"react-native-background-timer": "^2.4.1",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0",
"react-native-navigation": "^7.32.1",
"react-native-pager-view": "^6.1.4",
"react-native-quick-base64": "^2.0.5",
"react-native-quick-crypto": "^0.5.0",
"react-native-track-player": "github:lyswhut/react-native-track-player#38027954a5ac6e3d92961745e0a9633fc647f47a",
"react-native-vector-icons": "^9.2.0",
"socket.io-client": "^4.6.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/runtime": "^7.20.13",
"@tsconfig/react-native": "^2.0.3",
"@types/react": "^18.0.28",
"@types/react-native": "^0.70.11",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.13",
"babel-plugin-module-resolver": "^5.0.0",
"eslint-config-standard-with-typescript": "^34.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"metro-react-native-babel-preset": "0.72.3",
"typescript": "^4.9.5"
}
}