1{ 2 "name": "MusicFree", 3 "version": "0.3.0", 4 "license": "GPL", 5 "private": true, 6 "author": { 7 "name": "猫头猫", 8 "email": "[email protected]" 9 }, 10 "scripts": { 11 "android": "react-native run-android", 12 "ios": "react-native run-ios", 13 "start": "react-native start", 14 "clean": "cd ./android && ./gradlew clean", 15 "test": "jest", 16 "commit-lint": "commitlint --edit", 17 "lint": "eslint . --ext .js,.jsx,.ts,.tsx src --fix", 18 "lint-staged": "lint-staged", 19 "connect-mumu": "adb kill-server & adb connect localhost:7555", 20 "build-android": "cd .\\android\\ && .\\gradlew assembleRelease", 21 "prepare": "husky install" 22 }, 23 "dependencies": { 24 "@react-native-async-storage/async-storage": "^1.17.7", 25 "@react-native-clipboard/clipboard": "^1.11.2", 26 "@react-native-community/netinfo": "^9.4.1", 27 "@react-native-community/slider": "^4.2.4", 28 "@react-native-cookies/cookies": "^6.2.1", 29 "@react-native-masked-view/masked-view": "^0.2.9", 30 "@react-navigation/drawer": "^6.7.2", 31 "@react-navigation/native": "^6.1.18", 32 "@react-navigation/native-stack": "^6.10.1", 33 "@sayem314/react-native-keep-awake": "^1.2.2", 34 "@shopify/flash-list": "^1.7.0", 35 "axios": "^0.27.2", 36 "big-integer": "^1.6.51", 37 "cheerio": "^1.0.0-rc.12", 38 "color": "^4.2.3", 39 "compare-versions": "^6.1.0", 40 "crypto-js": "^4.1.1", 41 "dayjs": "^1.11.12", 42 "deepmerge": "^4.3.1", 43 "he": "^1.2.0", 44 "immer": "^9.0.15", 45 "jotai": "^2.7.0", 46 "lodash.shuffle": "^4.2.0", 47 "lru-cache": "^7.14.0", 48 "nanoid": "^4.0.2", 49 "object-path": "^0.11.8", 50 "p-queue": "^7.4.1", 51 "path-browserify": "^1.0.1", 52 "qrcode-generator": "^1.4.4", 53 "qs": "^6.12.3", 54 "react": "18.0.0", 55 "react-native": "0.69.12", 56 "react-native-background-timer": "^2.4.1", 57 "react-native-bootsplash": "^4.3.2", 58 "react-native-circular-progress-indicator": "^4.4.2", 59 "react-native-device-info": "^10.9.0", 60 "react-native-document-picker": "^8.1.1", 61 "react-native-fast-image": "^8.6.3", 62 "react-native-file-access": "^2.5.0", 63 "react-native-fs": "^2.20.0", 64 "react-native-gesture-handler": "^2.17.1", 65 "react-native-get-random-values": "^1.9.0", 66 "react-native-image-colors": "^1.5.1", 67 "react-native-image-picker": "^4.10.0", 68 "react-native-linear-gradient": "^2.8.3", 69 "react-native-logs": "^5.0.1", 70 "react-native-mmkv": "^2.5.1", 71 "react-native-pager-view": "^5.4.25", 72 "react-native-permissions": "^3.9.0", 73 "react-native-reanimated": "^2.17.0", 74 "react-native-safe-area-context": "^4.10.8", 75 "react-native-screens": "^3.15.0", 76 "react-native-share": "^9.4.1", 77 "react-native-svg": "^12.4.0", 78 "react-native-tab-view": "^3.5.2", 79 "react-native-track-player": "^4.0.1", 80 "react-native-url-polyfill": "^2.0.0", 81 "react-native-vector-icons": "^10.0.0", 82 "react-native-view-shot": "^3.4.0", 83 "react-native-webview": "^13.6.2", 84 "react-qr-code": "^2.0.7", 85 "recyclerlistview": "^4.2.1", 86 "webdav": "github:maotoumao/webdav-client#release" 87 }, 88 "devDependencies": { 89 "@babel/core": "^7.12.9", 90 "@babel/runtime": "^7.12.5", 91 "@commitlint/cli": "^17.0.3", 92 "@commitlint/config-conventional": "^17.0.3", 93 "@react-native-community/eslint-config": "^2.0.0", 94 "@tsconfig/react-native": "^2.0.0", 95 "@types/color": "^3.0.3", 96 "@types/crypto-js": "^4.1.1", 97 "@types/he": "^1.1.2", 98 "@types/jest": "^26.0.23", 99 "@types/lodash.shuffle": "^4.2.7", 100 "@types/node": "^18.0.4", 101 "@types/object-path": "^0.11.1", 102 "@types/path-browserify": "^1.0.0", 103 "@types/qs": "^6.9.7", 104 "@types/react": "^18", 105 "@types/react-native": "^0.69.1", 106 "@types/react-native-background-timer": "^2.0.0", 107 "@types/react-native-vector-icons": "^6.4.11", 108 "@types/react-test-renderer": "^18.0.0", 109 "@typescript-eslint/eslint-plugin": "^5.29.0", 110 "@typescript-eslint/parser": "^5.29.0", 111 "babel-jest": "^26.6.3", 112 "babel-plugin-module-resolver": "^4.1.0", 113 "babel-plugin-transform-remove-console": "^6.9.4", 114 "eslint": "^7.32.0", 115 "eslint-config-prettier": "^8.5.0", 116 "eslint-plugin-prettier": "^4.2.1", 117 "husky": "^8.0.1", 118 "jest": "^26.6.3", 119 "lint-staged": "^13.0.3", 120 "metro-config": "^0.80.2", 121 "metro-react-native-babel-preset": "^0.70.3", 122 "prettier": "^2.7.1", 123 "react-native-svg-transformer": "^1.3.0", 124 "react-test-renderer": "18.0.0", 125 "sharp": "^0.33.4", 126 "typescript": "^4.4.4" 127 }, 128 "resolutions": { 129 "@types/react": "^18" 130 }, 131 "jest": { 132 "preset": "react-native", 133 "moduleFileExtensions": [ 134 "ts", 135 "tsx", 136 "js", 137 "jsx", 138 "json", 139 "node" 140 ] 141 }, 142 "lint-staged": { 143 "src/**/*.{ts,tsx}": [ 144 "npm run lint", 145 "git add ." 146 ] 147 }, 148 "repository": { 149 "type": "git", 150 "url": "git+https://github.com/maotoumao/MusicFree.git" 151 } 152} 153