forked from lyswhut/lx-music-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 3.22 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
{
"name": "lx-music-mobile",
"version": "1.1.1",
"versionCode": 62,
"private": true,
"scripts": {
"dev": "react-native run-android --active-arch-only",
"ios": "react-native run-ios",
"start": "react-native start",
"sc": "react-native start --reset-cache",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"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": "cd android && gradlew.bat clean",
"clear:full": "git clean -fdx -e android/keystore.properties -e android/app/*.keystore",
"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": "[email protected]"
},
"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.19.3",
"@react-native-clipboard/clipboard": "^1.12.1",
"@react-native-community/slider": "^4.4.3",
"iconv-lite": "^0.6.3",
"lrc-file-parser": "^2.4.1",
"message2call": "^0.1.3",
"pako": "^2.1.0",
"react": "18.2.0",
"react-native": "0.72.5",
"react-native-background-timer": "github:lyswhut/react-native-background-timer#bfeb1f27635a7f3919dbfe95b3e08ca34bb95e68",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0",
"react-native-navigation": "^7.37.0",
"react-native-pager-view": "^6.2.1",
"react-native-quick-base64": "^2.0.7",
"react-native-quick-md5": "^3.0.5",
"react-native-track-player": "github:lyswhut/react-native-track-player#dfa8b708a5c7398c03a2d14f83542877c665769b",
"react-native-vector-icons": "^10.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.23.1",
"@react-native/metro-config": "^0.73.1",
"@tsconfig/react-native": "^3.0.2",
"@types/react": "^18.2.23",
"@types/react-native": "^0.70.15",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.15",
"babel-plugin-module-resolver": "^5.0.0",
"changelog-parser": "^3.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^39.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"metro-react-native-babel-preset": "0.76.8",
"typescript": "^5.2.2"
}
}