{

  "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"

  }

}