xref: /MusicFree/package.json (revision 88522e34baa1e8d4f2a87b36745a51f398761ddc)
1bf6e62f2S猫头猫{
2bf6e62f2S猫头猫  "name": "MusicFree",
3*88522e34S猫头猫  "version": "0.4.1",
4bf6e62f2S猫头猫  "private": true,
5*88522e34S猫头猫  "license": "AGPL",
6cf2d630eS猫头猫  "author": {
7cfa0fc07S猫头猫    "name": "猫头猫",
8cf2d630eS猫头猫    "email": "[email protected]"
9cf2d630eS猫头猫  },
10bf6e62f2S猫头猫  "scripts": {
11bf6e62f2S猫头猫    "android": "react-native run-android",
12bf6e62f2S猫头猫    "ios": "react-native run-ios",
135589cdf3S猫头猫    "lint": "eslint . --ext .js,.jsx,.ts,.tsx src --fix",
145589cdf3S猫头猫    "start": "react-native start --experimental-debugger",
15bf6e62f2S猫头猫    "clean": "cd ./android && ./gradlew clean",
16bf6e62f2S猫头猫    "test": "jest",
17bf6e62f2S猫头猫    "commit-lint": "commitlint --edit",
186704747aS猫头猫    "lint-staged": "lint-staged",
19bf6e62f2S猫头猫    "connect-mumu": "adb kill-server & adb connect localhost:7555",
205f52c604S猫头猫    "build-android": "cd .\\android\\ && .\\gradlew assembleRelease",
215589cdf3S猫头猫    "generate-assets": "node ./generator/generate-assets.mjs",
225589cdf3S猫头猫    "prepare": "husky"
23bf6e62f2S猫头猫  },
24bf6e62f2S猫头猫  "dependencies": {
255589cdf3S猫头猫    "@react-native-async-storage/async-storage": "^1.24.0",
265589cdf3S猫头猫    "@react-native-clipboard/clipboard": "^1.14.1",
275589cdf3S猫头猫    "@react-native-community/netinfo": "^11.3.2",
285589cdf3S猫头猫    "@react-native-community/slider": "^4.5.2",
297d7e864fS猫头猫    "@react-native-cookies/cookies": "^6.2.1",
305589cdf3S猫头猫    "@react-native-masked-view/masked-view": "^0.3.1",
315c13bf83S猫头猫    "@react-navigation/drawer": "^6.7.2",
325c13bf83S猫头猫    "@react-navigation/native": "^6.1.18",
335589cdf3S猫头猫    "@react-navigation/native-stack": "^6.11.0",
34410a1591S猫头猫    "@shopify/flash-list": "^1.7.0",
355589cdf3S猫头猫    "axios": "^1.7.3",
365589cdf3S猫头猫    "big-integer": "^1.6.52",
374d9d3c4cS猫头猫    "cheerio": "^1.0.0-rc.12",
38bf6e62f2S猫头猫    "color": "^4.2.3",
395589cdf3S猫头猫    "compare-versions": "^6.1.1",
405589cdf3S猫头猫    "crypto-js": "^4.2.0",
415c13bf83S猫头猫    "dayjs": "^1.11.12",
425f52c604S猫头猫    "deepmerge": "^4.3.1",
43740e3947S猫头猫    "eventemitter3": "^5.0.1",
445589cdf3S猫头猫    "expo": "^51.0.0",
45740e3947S猫头猫    "expo-document-picker": "^12.0.2",
465353b473S猫头猫    "expo-file-system": "^17.0.1",
4700ebdfd8S猫头猫    "expo-keep-awake": "^13.0.2",
485589cdf3S猫头猫    "expo-splash-screen": "~0.27.5",
497d7e864fS猫头猫    "he": "^1.2.0",
505589cdf3S猫头猫    "immer": "^10.1.1",
515589cdf3S猫头猫    "jotai": "^2.9.1",
52bf6e62f2S猫头猫    "lodash.shuffle": "^4.2.0",
535589cdf3S猫头猫    "lru-cache": "^11.0.0",
545589cdf3S猫头猫    "nanoid": "^5.0.7",
55242960d3S猫头猫    "object-path": "^0.11.8",
565589cdf3S猫头猫    "p-queue": "^8.0.1",
57483fe585S猫头猫    "path-browserify": "^1.0.1",
585589cdf3S猫头猫    "qs": "^6.13.0",
595589cdf3S猫头猫    "react": "18.2.0",
605589cdf3S猫头猫    "react-native": "0.74.4",
61cc62f68cS猫头猫    "react-native-background-timer": "^2.4.1",
625f52c604S猫头猫    "react-native-circular-progress-indicator": "^4.4.2",
635589cdf3S猫头猫    "react-native-device-info": "^11.1.0",
645f52c604S猫头猫    "react-native-fast-image": "^8.6.3",
65bf6e62f2S猫头猫    "react-native-fs": "^2.20.0",
665589cdf3S猫头猫    "react-native-gesture-handler": "^2.18.1",
675589cdf3S猫头猫    "react-native-get-random-values": "^1.11.0",
685589cdf3S猫头猫    "react-native-image-colors": "^2.4.0",
695589cdf3S猫头猫    "react-native-image-picker": "^7.1.2",
705f52c604S猫头猫    "react-native-linear-gradient": "^2.8.3",
715589cdf3S猫头猫    "react-native-logs": "^5.1.0",
725589cdf3S猫头猫    "react-native-mmkv": "^2.12.2",
735589cdf3S猫头猫    "react-native-pager-view": "^6.3.3",
745589cdf3S猫头猫    "react-native-permissions": "^4.1.5",
755589cdf3S猫头猫    "react-native-reanimated": "^3.14.0",
765c13bf83S猫头猫    "react-native-safe-area-context": "^4.10.8",
775589cdf3S猫头猫    "react-native-screens": "^3.33.0",
785589cdf3S猫头猫    "react-native-share": "^10.2.1",
795589cdf3S猫头猫    "react-native-svg": "^15.4.0",
805f52c604S猫头猫    "react-native-tab-view": "^3.5.2",
815589cdf3S猫头猫    "react-native-track-player": "^4.1.1",
82899663acS猫头猫    "react-native-url-polyfill": "^2.0.0",
835c13bf83S猫头猫    "recyclerlistview": "^4.2.1",
845589cdf3S猫头猫    "webdav": "^5.7.0"
85bf6e62f2S猫头猫  },
86bf6e62f2S猫头猫  "devDependencies": {
875589cdf3S猫头猫    "@babel/core": "^7.20.0",
885589cdf3S猫头猫    "@babel/preset-env": "^7.20.0",
895589cdf3S猫头猫    "@babel/runtime": "^7.20.0",
905589cdf3S猫头猫    "@commitlint/cli": "^19.3.0",
915589cdf3S猫头猫    "@commitlint/config-conventional": "^19.2.2",
925589cdf3S猫头猫    "@react-native/babel-preset": "0.74.86",
935589cdf3S猫头猫    "@react-native/eslint-config": "0.74.86",
945589cdf3S猫头猫    "@react-native/metro-config": "0.74.86",
955589cdf3S猫头猫    "@react-native/typescript-config": "0.74.86",
965589cdf3S猫头猫    "@types/color": "^3.0.6",
975589cdf3S猫头猫    "@types/crypto-js": "^4.2.2",
985589cdf3S猫头猫    "@types/he": "^1.2.3",
995589cdf3S猫头猫    "@types/lodash.shuffle": "^4.2.9",
1005589cdf3S猫头猫    "@types/object-path": "^0.11.4",
1015589cdf3S猫头猫    "@types/path-browserify": "^1.0.2",
1025589cdf3S猫头猫    "@types/qs": "^6.9.15",
1035589cdf3S猫头猫    "@types/react": "^18.2.6",
1045589cdf3S猫头猫    "@types/react-native-background-timer": "^2.0.2",
105bf6e62f2S猫头猫    "@types/react-test-renderer": "^18.0.0",
1065589cdf3S猫头猫    "babel-jest": "^29.6.3",
1075589cdf3S猫头猫    "babel-plugin-module-resolver": "^5.0.2",
1086cb76c0cS猫头猫    "babel-plugin-transform-remove-console": "^6.9.4",
1095589cdf3S猫头猫    "eslint": "^8.19.0",
1105589cdf3S猫头猫    "husky": "^9.1.4",
1115589cdf3S猫头猫    "jest": "^29.6.3",
1125589cdf3S猫头猫    "lint-staged": "^15.2.7",
1135589cdf3S猫头猫    "prettier": "2.8.8",
1145589cdf3S猫头猫    "react-native-svg-transformer": "^1.5.0",
1155589cdf3S猫头猫    "react-test-renderer": "18.2.0",
1165589cdf3S猫头猫    "typescript": "5.0.4"
117bf6e62f2S猫头猫  },
1185589cdf3S猫头猫  "engines": {
1195589cdf3S猫头猫    "node": ">=18"
1206704747aS猫头猫  },
1216704747aS猫头猫  "lint-staged": {
1226704747aS猫头猫    "src/**/*.{ts,tsx}": [
1236704747aS猫头猫      "npm run lint",
1246704747aS猫头猫      "git add ."
1256704747aS猫头猫    ]
126cf2d630eS猫头猫  },
127cf2d630eS猫头猫  "repository": {
128cf2d630eS猫头猫    "type": "git",
129cf2d630eS猫头猫    "url": "git+https://github.com/maotoumao/MusicFree.git"
130bf6e62f2S猫头猫  }
131bf6e62f2S猫头猫}
132