package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "MusicFree",
  3. "version": "0.1.0-alpha.1",
  4. "license": "GPL",
  5. "private": true,
  6. "author": {
  7. "name": "猫头猫",
  8. "email": "lhx_xjtu@163.com"
  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. "@gorhom/bottom-sheet": "^4",
  25. "@react-native-async-storage/async-storage": "^1.17.7",
  26. "@react-native-clipboard/clipboard": "^1.11.0",
  27. "@react-native-community/netinfo": "^9.3.0",
  28. "@react-native-community/slider": "^4.2.4",
  29. "@react-native-cookies/cookies": "^6.2.1",
  30. "@react-navigation/drawer": "^6.4.3",
  31. "@react-navigation/native": "^6.0.11",
  32. "@react-navigation/native-stack": "^6.7.0",
  33. "@shopify/flash-list": "^1.4.0",
  34. "axios": "^0.27.2",
  35. "big-integer": "^1.6.51",
  36. "cheerio": "^1.0.0-rc.12",
  37. "color": "^4.2.3",
  38. "compare-versions": "^5.0.1",
  39. "crypto-js": "^4.1.1",
  40. "dayjs": "^1.11.4",
  41. "deepmerge": "^4.2.2",
  42. "he": "^1.2.0",
  43. "immer": "^9.0.15",
  44. "jotai": "^1.7.4",
  45. "lodash.shuffle": "^4.2.0",
  46. "lru-cache": "^7.14.0",
  47. "nanoid": "^4.0.0",
  48. "object-path": "^0.11.8",
  49. "qrcode-generator": "^1.4.4",
  50. "qs": "^6.11.0",
  51. "react": "18.0.0",
  52. "react-native": "0.69.6",
  53. "react-native-background-timer": "^2.4.1",
  54. "react-native-bootsplash": "^4.3.2",
  55. "react-native-circular-progress-indicator": "^4.4.0",
  56. "react-native-device-info": "^10.0.2",
  57. "react-native-document-picker": "^8.1.1",
  58. "react-native-fast-image": "^8.6.1",
  59. "react-native-file-access": "^2.5.0",
  60. "react-native-fs": "^2.20.0",
  61. "react-native-gesture-handler": "^2.7.1",
  62. "react-native-get-random-values": "^1.8.0",
  63. "react-native-image-colors": "^1.5.1",
  64. "react-native-image-picker": "^4.10.0",
  65. "react-native-linear-gradient": "^2.6.2",
  66. "react-native-logs": "^5.0.1",
  67. "react-native-pager-view": "^5.4.25",
  68. "react-native-paper": "^4.12.2",
  69. "react-native-permissions": "^3.5.0",
  70. "react-native-reanimated": "^2.9.1",
  71. "react-native-safe-area-context": "^4.3.1",
  72. "react-native-screens": "^3.15.0",
  73. "react-native-share": "^8.1.0",
  74. "react-native-svg": "^12.4.0",
  75. "react-native-tab-view": "^3.1.1",
  76. "react-native-toast-message": "^2.1.5",
  77. "react-native-track-player": "3.2.0",
  78. "react-native-vector-icons": "^9.2.0",
  79. "react-native-view-shot": "^3.4.0",
  80. "react-qr-code": "^2.0.7",
  81. "recyclerlistview": "^4.1.3"
  82. },
  83. "devDependencies": {
  84. "@babel/core": "^7.12.9",
  85. "@babel/runtime": "^7.12.5",
  86. "@commitlint/cli": "^17.0.3",
  87. "@commitlint/config-conventional": "^17.0.3",
  88. "@react-native-community/eslint-config": "^2.0.0",
  89. "@tsconfig/react-native": "^2.0.0",
  90. "@types/color": "^3.0.3",
  91. "@types/crypto-js": "^4.1.1",
  92. "@types/he": "^1.1.2",
  93. "@types/jest": "^26.0.23",
  94. "@types/lodash.shuffle": "^4.2.7",
  95. "@types/node": "^18.0.4",
  96. "@types/object-path": "^0.11.1",
  97. "@types/qs": "^6.9.7",
  98. "@types/react": "^18",
  99. "@types/react-native": "^0.69.1",
  100. "@types/react-native-background-timer": "^2.0.0",
  101. "@types/react-native-vector-icons": "^6.4.11",
  102. "@types/react-test-renderer": "^18.0.0",
  103. "@typescript-eslint/eslint-plugin": "^5.29.0",
  104. "@typescript-eslint/parser": "^5.29.0",
  105. "babel-jest": "^26.6.3",
  106. "babel-plugin-module-resolver": "^4.1.0",
  107. "babel-plugin-transform-remove-console": "^6.9.4",
  108. "eslint": "^7.32.0",
  109. "eslint-config-prettier": "^8.5.0",
  110. "eslint-plugin-prettier": "^4.2.1",
  111. "husky": "^8.0.1",
  112. "jest": "^26.6.3",
  113. "lint-staged": "^13.0.3",
  114. "metro-react-native-babel-preset": "^0.70.3",
  115. "prettier": "^2.7.1",
  116. "react-test-renderer": "18.0.0",
  117. "typescript": "^4.4.4"
  118. },
  119. "resolutions": {
  120. "@types/react": "^18"
  121. },
  122. "jest": {
  123. "preset": "react-native",
  124. "moduleFileExtensions": [
  125. "ts",
  126. "tsx",
  127. "js",
  128. "jsx",
  129. "json",
  130. "node"
  131. ]
  132. },
  133. "lint-staged": {
  134. "src/**/*.{ts,tsx}": [
  135. "npm run lint",
  136. "git add ."
  137. ]
  138. },
  139. "repository": {
  140. "type": "git",
  141. "url": "git+https://github.com/maotoumao/MusicFree.git"
  142. }
  143. }