-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.53 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 4.53 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "MusicFree",
"version": "0.6.2",
"private": true,
"license": "AGPL",
"author": {
"name": "猫头猫",
"email": "lhx_xjtu@163.com"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx src --fix",
"start": "react-native start",
"clean": "cd ./android && ./gradlew clean",
"test": "jest",
"commit-lint": "commitlint --edit",
"lint-staged": "lint-staged",
"connect-mumu": "adb kill-server & adb connect localhost:7555",
"build-android": "cd .\\android\\ && .\\gradlew assembleRelease",
"generate-assets": "node ./generator/generate-assets.mjs",
"prepare": "husky"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-clipboard/clipboard": "^1.15.0",
"@react-native-community/netinfo": "11.4.1",
"@react-native-community/slider": "~4.5.6",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@shopify/flash-list": "1.7.1",
"axios": "1.7.4",
"big-integer": "^1.6.52",
"cheerio": "^1.0.0-rc.12",
"color": "^4.2.3",
"compare-versions": "^6.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.12",
"deepmerge": "^4.3.1",
"eventemitter3": "^5.0.1",
"expo": "^52.0.0",
"expo-document-picker": "~13.0.1",
"expo-file-system": "~18.0.6",
"expo-keep-awake": "~14.0.1",
"expo-splash-screen": "~0.29.18",
"he": "^1.2.0",
"immer": "^10.1.1",
"jotai": "^2.9.1",
"lodash.shuffle": "^4.2.0",
"marked": "^15.0.12",
"nanoid": "5.0.8",
"object-path": "^0.11.8",
"p-queue": "^8.0.1",
"path-browserify": "^1.0.1",
"qs": "^6.13.0",
"react": "18.3.1",
"react-native": "0.76.5",
"react-native-background-timer": "^2.4.1",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-device-info": "^14.0.4",
"react-native-fast-image": "^8.6.3",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.25.0",
"react-native-get-random-values": "^1.11.0",
"react-native-image-colors": "^2.4.0",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-logs": "^5.1.0",
"react-native-mmkv": "^2.12.2",
"react-native-pager-view": "6.5.1",
"react-native-permissions": "^4.1.5",
"react-native-reanimated": "^3.17.5",
"react-native-safe-area-context": "~5.4.0",
"react-native-screens": "~4.4.0",
"react-native-share": "^10.2.1",
"react-native-svg": "^15.11.2",
"react-native-tab-view": "^3.5.2",
"react-native-track-player": "^4.1.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "^13.13.5",
"recyclerlistview": "^4.2.1",
"webdav": "^5.7.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native/babel-preset": "0.76.5",
"@react-native/eslint-config": "0.76.5",
"@react-native/metro-config": "0.76.5",
"@react-native/typescript-config": "0.76.5",
"@types/color": "^3.0.6",
"@types/crypto-js": "^4.2.2",
"@types/he": "^1.2.3",
"@types/lodash.shuffle": "^4.2.9",
"@types/object-path": "^0.11.4",
"@types/path-browserify": "^1.0.2",
"@types/qs": "^6.9.15",
"@types/react": "~18.3.12",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.4",
"jest": "^29.6.3",
"lint-staged": "^15.2.7",
"prettier": "2.8.8",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18"
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"npm run lint",
"git add ."
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/maotoumao/MusicFree.git"
}
}