1{ 2 "name": "MusicFree", 3 "version": "0.5.1", 4 "private": true, 5 "license": "AGPL", 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", 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.23.1", 26 "@react-native-clipboard/clipboard": "^1.15.0", 27 "@react-native-community/netinfo": "11.4.1", 28 "@react-native-community/slider": "4.5.5", 29 "@react-native-masked-view/masked-view": "0.3.2", 30 "@react-navigation/drawer": "^6.7.2", 31 "@react-navigation/native": "^6.1.18", 32 "@react-navigation/native-stack": "^6.11.0", 33 "@shopify/flash-list": "1.7.1", 34 "axios": "1.7.4", 35 "big-integer": "^1.6.52", 36 "cheerio": "^1.0.0-rc.12", 37 "color": "^4.2.3", 38 "compare-versions": "^6.1.1", 39 "crypto-js": "^4.2.0", 40 "dayjs": "^1.11.12", 41 "deepmerge": "^4.3.1", 42 "eventemitter3": "^5.0.1", 43 "expo": "^52.0.0", 44 "expo-document-picker": "~13.0.1", 45 "expo-file-system": "~18.0.6", 46 "expo-keep-awake": "~14.0.1", 47 "expo-splash-screen": "~0.29.18", 48 "he": "^1.2.0", 49 "immer": "^10.1.1", 50 "jotai": "^2.9.1", 51 "lodash.shuffle": "^4.2.0", 52 "nanoid": "5.0.8", 53 "object-path": "^0.11.8", 54 "p-queue": "^8.0.1", 55 "path-browserify": "^1.0.1", 56 "qs": "^6.13.0", 57 "react": "18.3.1", 58 "react-native": "0.76.5", 59 "react-native-background-timer": "^2.4.1", 60 "react-native-circular-progress-indicator": "^4.4.2", 61 "react-native-device-info": "^11.1.0", 62 "react-native-fast-image": "^8.6.3", 63 "react-native-fs": "^2.20.0", 64 "react-native-gesture-handler": "~2.20.2", 65 "react-native-get-random-values": "^1.11.0", 66 "react-native-image-colors": "^2.4.0", 67 "react-native-image-picker": "^7.1.2", 68 "react-native-linear-gradient": "^2.8.3", 69 "react-native-logs": "^5.1.0", 70 "react-native-mmkv": "^2.12.2", 71 "react-native-pager-view": "6.5.1", 72 "react-native-permissions": "^4.1.5", 73 "react-native-reanimated": "^3.16.6", 74 "react-native-safe-area-context": "4.12.0", 75 "react-native-screens": "~4.4.0", 76 "react-native-share": "^10.2.1", 77 "react-native-svg": "15.8.0", 78 "react-native-tab-view": "^3.5.2", 79 "react-native-track-player": "^4.1.1", 80 "react-native-url-polyfill": "^2.0.0", 81 "recyclerlistview": "^4.2.1", 82 "webdav": "^5.7.0" 83 }, 84 "devDependencies": { 85 "@babel/core": "^7.25.2", 86 "@babel/preset-env": "^7.25.3", 87 "@babel/runtime": "^7.25.0", 88 "@commitlint/cli": "^19.3.0", 89 "@commitlint/config-conventional": "^19.2.2", 90 "@react-native-community/cli": "15.0.1", 91 "@react-native-community/cli-platform-android": "15.0.1", 92 "@react-native-community/cli-platform-ios": "15.0.1", 93 "@react-native/babel-preset": "0.76.5", 94 "@react-native/eslint-config": "0.76.5", 95 "@react-native/metro-config": "0.76.5", 96 "@react-native/typescript-config": "0.76.5", 97 "@types/color": "^3.0.6", 98 "@types/crypto-js": "^4.2.2", 99 "@types/he": "^1.2.3", 100 "@types/lodash.shuffle": "^4.2.9", 101 "@types/object-path": "^0.11.4", 102 "@types/path-browserify": "^1.0.2", 103 "@types/qs": "^6.9.15", 104 "@types/react": "~18.3.12", 105 "@types/react-native-background-timer": "^2.0.2", 106 "@types/react-test-renderer": "^18.0.0", 107 "babel-jest": "^29.6.3", 108 "babel-plugin-module-resolver": "^5.0.2", 109 "babel-plugin-transform-remove-console": "^6.9.4", 110 "eslint": "^8.19.0", 111 "eslint-config-prettier": "^9.1.0", 112 "husky": "^9.1.4", 113 "jest": "^29.6.3", 114 "lint-staged": "^15.2.7", 115 "prettier": "2.8.8", 116 "react-native-svg-transformer": "^1.5.0", 117 "react-test-renderer": "18.3.1", 118 "typescript": "^5.3.3" 119 }, 120 "engines": { 121 "node": ">=18" 122 }, 123 "lint-staged": { 124 "src/**/*.{ts,tsx}": [ 125 "npm run lint", 126 "git add ." 127 ] 128 }, 129 "repository": { 130 "type": "git", 131 "url": "git+https://github.com/maotoumao/MusicFree.git" 132 } 133} 134