xref: /MusicFree/package.json (revision 5589cdf32b2bb0f641e5ac7bf1f6152cd6b9b70e)
1{
2  "name": "MusicFree",
3  "version": "0.3.1",
4  "private": true,
5  "license": "GPL",
6  "author": {
7    "name": "猫头猫",
8    "email": "[email protected]"
9  },
10  "scripts": {
11    "android": "react-native run-android",
12    "ios": "react-native run-ios",
13    "lint": "eslint . --ext .js,.jsx,.ts,.tsx src --fix",
14    "start": "react-native start --experimental-debugger",
15    "clean": "cd ./android && ./gradlew clean",
16    "test": "jest",
17    "commit-lint": "commitlint --edit",
18    "lint-staged": "lint-staged",
19    "connect-mumu": "adb kill-server & adb connect localhost:7555",
20    "build-android": "cd .\\android\\ && .\\gradlew assembleRelease",
21    "generate-assets": "node ./generator/generate-assets.mjs",
22    "prepare": "husky"
23  },
24  "dependencies": {
25    "@react-native-async-storage/async-storage": "^1.24.0",
26    "@react-native-clipboard/clipboard": "^1.14.1",
27    "@react-native-community/netinfo": "^11.3.2",
28    "@react-native-community/slider": "^4.5.2",
29    "@react-native-cookies/cookies": "^6.2.1",
30    "@react-native-masked-view/masked-view": "^0.3.1",
31    "@react-navigation/drawer": "^6.7.2",
32    "@react-navigation/native": "^6.1.18",
33    "@react-navigation/native-stack": "^6.11.0",
34    "@sayem314/react-native-keep-awake": "^1.2.4",
35    "@shopify/flash-list": "^1.7.0",
36    "axios": "^1.7.3",
37    "big-integer": "^1.6.52",
38    "cheerio": "^1.0.0-rc.12",
39    "color": "^4.2.3",
40    "compare-versions": "^6.1.1",
41    "crypto-js": "^4.2.0",
42    "dayjs": "^1.11.12",
43    "deepmerge": "^4.3.1",
44    "expo": "^51.0.0",
45    "expo-splash-screen": "~0.27.5",
46    "he": "^1.2.0",
47    "immer": "^10.1.1",
48    "jotai": "^2.9.1",
49    "lodash.shuffle": "^4.2.0",
50    "lru-cache": "^11.0.0",
51    "nanoid": "^5.0.7",
52    "object-path": "^0.11.8",
53    "p-queue": "^8.0.1",
54    "path-browserify": "^1.0.1",
55    "qs": "^6.13.0",
56    "react": "18.2.0",
57    "react-native": "0.74.4",
58    "react-native-background-timer": "^2.4.1",
59    "react-native-circular-progress-indicator": "^4.4.2",
60    "react-native-device-info": "^11.1.0",
61    "react-native-document-picker": "^9.3.0",
62    "react-native-fast-image": "^8.6.3",
63    "react-native-file-access": "^3.1.0",
64    "react-native-fs": "^2.20.0",
65    "react-native-gesture-handler": "^2.18.1",
66    "react-native-get-random-values": "^1.11.0",
67    "react-native-image-colors": "^2.4.0",
68    "react-native-image-picker": "^7.1.2",
69    "react-native-linear-gradient": "^2.8.3",
70    "react-native-logs": "^5.1.0",
71    "react-native-mmkv": "^2.12.2",
72    "react-native-pager-view": "^6.3.3",
73    "react-native-permissions": "^4.1.5",
74    "react-native-reanimated": "^3.14.0",
75    "react-native-safe-area-context": "^4.10.8",
76    "react-native-screens": "^3.33.0",
77    "react-native-share": "^10.2.1",
78    "react-native-svg": "^15.4.0",
79    "react-native-tab-view": "^3.5.2",
80    "react-native-track-player": "^4.1.1",
81    "react-native-url-polyfill": "^2.0.0",
82    "recyclerlistview": "^4.2.1",
83    "webdav": "^5.7.0"
84  },
85  "devDependencies": {
86    "@babel/core": "^7.20.0",
87    "@babel/preset-env": "^7.20.0",
88    "@babel/runtime": "^7.20.0",
89    "@commitlint/cli": "^19.3.0",
90    "@commitlint/config-conventional": "^19.2.2",
91    "@react-native/babel-preset": "0.74.86",
92    "@react-native/eslint-config": "0.74.86",
93    "@react-native/metro-config": "0.74.86",
94    "@react-native/typescript-config": "0.74.86",
95    "@types/color": "^3.0.6",
96    "@types/crypto-js": "^4.2.2",
97    "@types/he": "^1.2.3",
98    "@types/lodash.shuffle": "^4.2.9",
99    "@types/object-path": "^0.11.4",
100    "@types/path-browserify": "^1.0.2",
101    "@types/qs": "^6.9.15",
102    "@types/react": "^18.2.6",
103    "@types/react-native-background-timer": "^2.0.2",
104    "@types/react-test-renderer": "^18.0.0",
105    "babel-jest": "^29.6.3",
106    "babel-plugin-module-resolver": "^5.0.2",
107    "babel-plugin-transform-remove-console": "^6.9.4",
108    "eslint": "^8.19.0",
109    "husky": "^9.1.4",
110    "jest": "^29.6.3",
111    "lint-staged": "^15.2.7",
112    "prettier": "2.8.8",
113    "react-native-svg-transformer": "^1.5.0",
114    "react-test-renderer": "18.2.0",
115    "typescript": "5.0.4"
116  },
117  "engines": {
118    "node": ">=18"
119  },
120  "lint-staged": {
121    "src/**/*.{ts,tsx}": [
122      "npm run lint",
123      "git add ."
124    ]
125  },
126  "repository": {
127    "type": "git",
128    "url": "git+https://github.com/maotoumao/MusicFree.git"
129  }
130}
131