xref: /MusicFree/package.json (revision 5589cdf32b2bb0f641e5ac7bf1f6152cd6b9b70e)
1bf6e62f2S猫头猫{
2bf6e62f2S猫头猫  "name": "MusicFree",
3*5589cdf3S猫头猫  "version": "0.3.1",
4bf6e62f2S猫头猫  "private": true,
5*5589cdf3S猫头猫  "license": "GPL",
6cf2d630eS猫头猫  "author": {
7cfa0fc07S猫头猫    "name": "猫头猫",
8cf2d630eS猫头猫    "email": "[email protected]"
9cf2d630eS猫头猫  },
10bf6e62f2S猫头猫  "scripts": {
11bf6e62f2S猫头猫    "android": "react-native run-android",
12bf6e62f2S猫头猫    "ios": "react-native run-ios",
13*5589cdf3S猫头猫    "lint": "eslint . --ext .js,.jsx,.ts,.tsx src --fix",
14*5589cdf3S猫头猫    "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",
21*5589cdf3S猫头猫    "generate-assets": "node ./generator/generate-assets.mjs",
22*5589cdf3S猫头猫    "prepare": "husky"
23bf6e62f2S猫头猫  },
24bf6e62f2S猫头猫  "dependencies": {
25*5589cdf3S猫头猫    "@react-native-async-storage/async-storage": "^1.24.0",
26*5589cdf3S猫头猫    "@react-native-clipboard/clipboard": "^1.14.1",
27*5589cdf3S猫头猫    "@react-native-community/netinfo": "^11.3.2",
28*5589cdf3S猫头猫    "@react-native-community/slider": "^4.5.2",
297d7e864fS猫头猫    "@react-native-cookies/cookies": "^6.2.1",
30*5589cdf3S猫头猫    "@react-native-masked-view/masked-view": "^0.3.1",
315c13bf83S猫头猫    "@react-navigation/drawer": "^6.7.2",
325c13bf83S猫头猫    "@react-navigation/native": "^6.1.18",
33*5589cdf3S猫头猫    "@react-navigation/native-stack": "^6.11.0",
34*5589cdf3S猫头猫    "@sayem314/react-native-keep-awake": "^1.2.4",
35410a1591S猫头猫    "@shopify/flash-list": "^1.7.0",
36*5589cdf3S猫头猫    "axios": "^1.7.3",
37*5589cdf3S猫头猫    "big-integer": "^1.6.52",
384d9d3c4cS猫头猫    "cheerio": "^1.0.0-rc.12",
39bf6e62f2S猫头猫    "color": "^4.2.3",
40*5589cdf3S猫头猫    "compare-versions": "^6.1.1",
41*5589cdf3S猫头猫    "crypto-js": "^4.2.0",
425c13bf83S猫头猫    "dayjs": "^1.11.12",
435f52c604S猫头猫    "deepmerge": "^4.3.1",
44*5589cdf3S猫头猫    "expo": "^51.0.0",
45*5589cdf3S猫头猫    "expo-splash-screen": "~0.27.5",
467d7e864fS猫头猫    "he": "^1.2.0",
47*5589cdf3S猫头猫    "immer": "^10.1.1",
48*5589cdf3S猫头猫    "jotai": "^2.9.1",
49bf6e62f2S猫头猫    "lodash.shuffle": "^4.2.0",
50*5589cdf3S猫头猫    "lru-cache": "^11.0.0",
51*5589cdf3S猫头猫    "nanoid": "^5.0.7",
52242960d3S猫头猫    "object-path": "^0.11.8",
53*5589cdf3S猫头猫    "p-queue": "^8.0.1",
54483fe585S猫头猫    "path-browserify": "^1.0.1",
55*5589cdf3S猫头猫    "qs": "^6.13.0",
56*5589cdf3S猫头猫    "react": "18.2.0",
57*5589cdf3S猫头猫    "react-native": "0.74.4",
58cc62f68cS猫头猫    "react-native-background-timer": "^2.4.1",
595f52c604S猫头猫    "react-native-circular-progress-indicator": "^4.4.2",
60*5589cdf3S猫头猫    "react-native-device-info": "^11.1.0",
61*5589cdf3S猫头猫    "react-native-document-picker": "^9.3.0",
625f52c604S猫头猫    "react-native-fast-image": "^8.6.3",
63*5589cdf3S猫头猫    "react-native-file-access": "^3.1.0",
64bf6e62f2S猫头猫    "react-native-fs": "^2.20.0",
65*5589cdf3S猫头猫    "react-native-gesture-handler": "^2.18.1",
66*5589cdf3S猫头猫    "react-native-get-random-values": "^1.11.0",
67*5589cdf3S猫头猫    "react-native-image-colors": "^2.4.0",
68*5589cdf3S猫头猫    "react-native-image-picker": "^7.1.2",
695f52c604S猫头猫    "react-native-linear-gradient": "^2.8.3",
70*5589cdf3S猫头猫    "react-native-logs": "^5.1.0",
71*5589cdf3S猫头猫    "react-native-mmkv": "^2.12.2",
72*5589cdf3S猫头猫    "react-native-pager-view": "^6.3.3",
73*5589cdf3S猫头猫    "react-native-permissions": "^4.1.5",
74*5589cdf3S猫头猫    "react-native-reanimated": "^3.14.0",
755c13bf83S猫头猫    "react-native-safe-area-context": "^4.10.8",
76*5589cdf3S猫头猫    "react-native-screens": "^3.33.0",
77*5589cdf3S猫头猫    "react-native-share": "^10.2.1",
78*5589cdf3S猫头猫    "react-native-svg": "^15.4.0",
795f52c604S猫头猫    "react-native-tab-view": "^3.5.2",
80*5589cdf3S猫头猫    "react-native-track-player": "^4.1.1",
81899663acS猫头猫    "react-native-url-polyfill": "^2.0.0",
825c13bf83S猫头猫    "recyclerlistview": "^4.2.1",
83*5589cdf3S猫头猫    "webdav": "^5.7.0"
84bf6e62f2S猫头猫  },
85bf6e62f2S猫头猫  "devDependencies": {
86*5589cdf3S猫头猫    "@babel/core": "^7.20.0",
87*5589cdf3S猫头猫    "@babel/preset-env": "^7.20.0",
88*5589cdf3S猫头猫    "@babel/runtime": "^7.20.0",
89*5589cdf3S猫头猫    "@commitlint/cli": "^19.3.0",
90*5589cdf3S猫头猫    "@commitlint/config-conventional": "^19.2.2",
91*5589cdf3S猫头猫    "@react-native/babel-preset": "0.74.86",
92*5589cdf3S猫头猫    "@react-native/eslint-config": "0.74.86",
93*5589cdf3S猫头猫    "@react-native/metro-config": "0.74.86",
94*5589cdf3S猫头猫    "@react-native/typescript-config": "0.74.86",
95*5589cdf3S猫头猫    "@types/color": "^3.0.6",
96*5589cdf3S猫头猫    "@types/crypto-js": "^4.2.2",
97*5589cdf3S猫头猫    "@types/he": "^1.2.3",
98*5589cdf3S猫头猫    "@types/lodash.shuffle": "^4.2.9",
99*5589cdf3S猫头猫    "@types/object-path": "^0.11.4",
100*5589cdf3S猫头猫    "@types/path-browserify": "^1.0.2",
101*5589cdf3S猫头猫    "@types/qs": "^6.9.15",
102*5589cdf3S猫头猫    "@types/react": "^18.2.6",
103*5589cdf3S猫头猫    "@types/react-native-background-timer": "^2.0.2",
104bf6e62f2S猫头猫    "@types/react-test-renderer": "^18.0.0",
105*5589cdf3S猫头猫    "babel-jest": "^29.6.3",
106*5589cdf3S猫头猫    "babel-plugin-module-resolver": "^5.0.2",
1076cb76c0cS猫头猫    "babel-plugin-transform-remove-console": "^6.9.4",
108*5589cdf3S猫头猫    "eslint": "^8.19.0",
109*5589cdf3S猫头猫    "husky": "^9.1.4",
110*5589cdf3S猫头猫    "jest": "^29.6.3",
111*5589cdf3S猫头猫    "lint-staged": "^15.2.7",
112*5589cdf3S猫头猫    "prettier": "2.8.8",
113*5589cdf3S猫头猫    "react-native-svg-transformer": "^1.5.0",
114*5589cdf3S猫头猫    "react-test-renderer": "18.2.0",
115*5589cdf3S猫头猫    "typescript": "5.0.4"
116bf6e62f2S猫头猫  },
117*5589cdf3S猫头猫  "engines": {
118*5589cdf3S猫头猫    "node": ">=18"
1196704747aS猫头猫  },
1206704747aS猫头猫  "lint-staged": {
1216704747aS猫头猫    "src/**/*.{ts,tsx}": [
1226704747aS猫头猫      "npm run lint",
1236704747aS猫头猫      "git add ."
1246704747aS猫头猫    ]
125cf2d630eS猫头猫  },
126cf2d630eS猫头猫  "repository": {
127cf2d630eS猫头猫    "type": "git",
128cf2d630eS猫头猫    "url": "git+https://github.com/maotoumao/MusicFree.git"
129bf6e62f2S猫头猫  }
130bf6e62f2S猫头猫}
131