1 Star 0 Fork 108

唯哈希 / MusicFree

forked from 猫头猫 / MusicFree 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.79 KB
一键复制 编辑 原始数据 按行查看 历史
猫头猫 提交于 2024-03-26 22:40 . feat: 自动换源
{
"name": "MusicFree",
"version": "0.3.0",
"license": "GPL",
"private": true,
"author": {
"name": "猫头猫",
"email": "lhx_xjtu@163.com"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"clean": "cd ./android && ./gradlew clean",
"test": "jest",
"commit-lint": "commitlint --edit",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx src --fix",
"lint-staged": "lint-staged",
"connect-mumu": "adb kill-server & adb connect localhost:7555",
"build-android": "cd .\\android\\ && .\\gradlew assembleRelease",
"prepare": "husky install"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-native-clipboard/clipboard": "^1.11.2",
"@react-native-community/netinfo": "^9.4.1",
"@react-native-community/slider": "^4.2.4",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-masked-view/masked-view": "^0.2.9",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@sayem314/react-native-keep-awake": "^1.2.2",
"@shopify/flash-list": "^1.5.0",
"axios": "^0.27.2",
"big-integer": "^1.6.51",
"cheerio": "^1.0.0-rc.12",
"color": "^4.2.3",
"compare-versions": "^6.1.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.9",
"deepmerge": "^4.3.1",
"he": "^1.2.0",
"immer": "^9.0.15",
"jotai": "^2.7.0",
"lodash.shuffle": "^4.2.0",
"lru-cache": "^7.14.0",
"nanoid": "^4.0.2",
"object-path": "^0.11.8",
"p-queue": "^7.4.1",
"path-browserify": "^1.0.1",
"qrcode-generator": "^1.4.4",
"qs": "^6.11.2",
"react": "18.0.0",
"react-native": "0.69.12",
"react-native-background-timer": "^2.4.1",
"react-native-bootsplash": "^4.3.2",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-device-info": "^10.9.0",
"react-native-document-picker": "^8.1.1",
"react-native-fast-image": "^8.6.3",
"react-native-file-access": "^2.5.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.14.1",
"react-native-get-random-values": "^1.9.0",
"react-native-image-colors": "^1.5.1",
"react-native-image-picker": "^4.10.0",
"react-native-linear-gradient": "^2.8.3",
"react-native-logs": "^5.0.1",
"react-native-mmkv": "^2.5.1",
"react-native-pager-view": "^5.4.25",
"react-native-permissions": "^3.9.0",
"react-native-reanimated": "^2.9.1",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.15.0",
"react-native-share": "^9.4.1",
"react-native-svg": "^12.4.0",
"react-native-tab-view": "^3.5.2",
"react-native-track-player": "^4.0.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.0",
"react-native-view-shot": "^3.4.0",
"react-native-webview": "^13.6.2",
"react-qr-code": "^2.0.7",
"recyclerlistview": "^4.2.0",
"webdav": "github:maotoumao/webdav-client#release"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@react-native-community/eslint-config": "^2.0.0",
"@tsconfig/react-native": "^2.0.0",
"@types/color": "^3.0.3",
"@types/crypto-js": "^4.1.1",
"@types/he": "^1.1.2",
"@types/jest": "^26.0.23",
"@types/lodash.shuffle": "^4.2.7",
"@types/node": "^18.0.4",
"@types/object-path": "^0.11.1",
"@types/path-browserify": "^1.0.0",
"@types/qs": "^6.9.7",
"@types/react": "^18",
"@types/react-native": "^0.69.1",
"@types/react-native-background-timer": "^2.0.0",
"@types/react-native-vector-icons": "^6.4.11",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"jest": "^26.6.3",
"lint-staged": "^13.0.3",
"metro-config": "^0.80.2",
"metro-react-native-babel-preset": "^0.70.3",
"prettier": "^2.7.1",
"react-native-svg-transformer": "^1.3.0",
"react-test-renderer": "18.0.0",
"typescript": "^4.4.4"
},
"resolutions": {
"@types/react": "^18"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"lint-staged": {
"src/**/*.{ts,tsx}": [
"npm run lint",
"git add ."
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/maotoumao/MusicFree.git"
}
}
1
https://gitee.com/vhash/MusicFree.git
git@gitee.com:vhash/MusicFree.git
vhash
MusicFree
MusicFree
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891