123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "name": "MusicFree",
- "version": "0.4.4",
- "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 --experimental-debugger",
- "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.24.0",
- "@react-native-clipboard/clipboard": "^1.14.1",
- "@react-native-community/netinfo": "^11.3.2",
- "@react-native-community/slider": "^4.5.2",
- "@react-native-cookies/cookies": "^6.2.1",
- "@react-native-masked-view/masked-view": "^0.3.1",
- "@react-navigation/drawer": "^6.7.2",
- "@react-navigation/native": "^6.1.18",
- "@react-navigation/native-stack": "^6.11.0",
- "@shopify/flash-list": "^1.7.0",
- "axios": "^1.7.3",
- "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": "^51.0.0",
- "expo-document-picker": "^12.0.2",
- "expo-file-system": "^17.0.1",
- "expo-keep-awake": "^13.0.2",
- "expo-splash-screen": "~0.27.5",
- "he": "^1.2.0",
- "immer": "^10.1.1",
- "jotai": "^2.9.1",
- "lodash.shuffle": "^4.2.0",
- "lru-cache": "^11.0.0",
- "nanoid": "^5.0.7",
- "object-path": "^0.11.8",
- "p-queue": "^8.0.1",
- "path-browserify": "^1.0.1",
- "qs": "^6.13.0",
- "react": "18.2.0",
- "react-native": "0.74.4",
- "react-native-background-timer": "^2.4.1",
- "react-native-circular-progress-indicator": "^4.4.2",
- "react-native-device-info": "^11.1.0",
- "react-native-fast-image": "^8.6.3",
- "react-native-fs": "^2.20.0",
- "react-native-gesture-handler": "^2.18.1",
- "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.3.3",
- "react-native-permissions": "^4.1.5",
- "react-native-reanimated": "^3.16.0",
- "react-native-safe-area-context": "^4.10.8",
- "react-native-screens": "^3.33.0",
- "react-native-share": "^10.2.1",
- "react-native-svg": "^15.4.0",
- "react-native-tab-view": "^3.5.2",
- "react-native-track-player": "^4.1.1",
- "react-native-url-polyfill": "^2.0.0",
- "recyclerlistview": "^4.2.1",
- "webdav": "^5.7.0"
- },
- "devDependencies": {
- "@babel/core": "^7.20.0",
- "@babel/preset-env": "^7.20.0",
- "@babel/runtime": "^7.20.0",
- "@commitlint/cli": "^19.3.0",
- "@commitlint/config-conventional": "^19.2.2",
- "@react-native/babel-preset": "0.74.86",
- "@react-native/eslint-config": "0.74.86",
- "@react-native/metro-config": "0.74.86",
- "@react-native/typescript-config": "0.74.86",
- "@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.2.6",
- "@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",
- "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.2.0",
- "typescript": "5.0.4"
- },
- "engines": {
- "node": ">=18"
- },
- "lint-staged": {
- "src/**/*.{ts,tsx}": [
- "npm run lint",
- "git add ."
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/maotoumao/MusicFree.git"
- }
- }
|