xref: /MusicFree/package.json (revision b882a19d884fffa32f7c8cef31652b909dceaa0f)
1{
2  "name": "MusicFree",
3  "version": "0.0.1",
4  "license": "GPL",
5  "private": true,
6  "author": {
7    "name": "猫头猫",
8    "email": "[email protected]"
9  },
10  "scripts": {
11    "android": "react-native run-android",
12    "ios": "react-native run-ios",
13    "start": "react-native start",
14    "clean": "cd ./android && ./gradlew clean",
15    "test": "jest",
16    "commit-lint": "commitlint --edit",
17    "lint": "eslint . --ext .js,.jsx,.ts,.tsx src --fix",
18    "lint-staged": "lint-staged",
19    "connect-mumu": "adb kill-server & adb connect localhost:7555",
20    "build-android": "cd ./android && ./gradlew assembleRelease",
21    "prepare": "husky install"
22  },
23  "dependencies": {
24    "@gorhom/bottom-sheet": "^4",
25    "@react-native-async-storage/async-storage": "^1.17.7",
26    "@react-native-clipboard/clipboard": "^1.11.0",
27    "@react-native-community/netinfo": "^9.3.0",
28    "@react-native-community/slider": "^4.2.4",
29    "@react-navigation/drawer": "^6.4.3",
30    "@react-navigation/native": "^6.0.11",
31    "@react-navigation/native-stack": "^6.7.0",
32    "axios": "^0.27.2",
33    "cheerio": "^1.0.0-rc.12",
34    "color": "^4.2.3",
35    "compare-versions": "^5.0.1",
36    "crypto-js": "^4.1.1",
37    "dayjs": "^1.11.4",
38    "deepmerge": "^4.2.2",
39    "immer": "^9.0.15",
40    "jotai": "^1.7.4",
41    "lodash.shuffle": "^4.2.0",
42    "lru-cache": "^7.14.0",
43    "nanoid": "^4.0.0",
44    "object-path": "^0.11.8",
45    "qrcode-generator": "^1.4.4",
46    "react": "18.0.0",
47    "react-native": "0.69.1",
48    "react-native-bootsplash": "^4.3.2",
49    "react-native-circular-progress-indicator": "^4.4.0",
50    "react-native-device-info": "^10.0.2",
51    "react-native-document-picker": "^8.1.1",
52    "react-native-fast-image": "^8.6.0",
53    "react-native-fs": "^2.20.0",
54    "react-native-gesture-handler": "^2.5.0",
55    "react-native-get-random-values": "^1.8.0",
56    "react-native-image-colors": "^1.5.1",
57    "react-native-image-picker": "^4.10.0",
58    "react-native-linear-gradient": "^2.6.2",
59    "react-native-logs": "^5.0.1",
60    "react-native-pager-view": "^5.4.25",
61    "react-native-paper": "^4.12.2",
62    "react-native-permissions": "^3.5.0",
63    "react-native-reanimated": "^2.9.1",
64    "react-native-safe-area-context": "^4.3.1",
65    "react-native-screens": "^3.15.0",
66    "react-native-svg": "^12.4.0",
67    "react-native-tab-view": "^3.1.1",
68    "react-native-toast-message": "^2.1.5",
69    "react-native-track-player": "2.2.0-rc4",
70    "react-native-vector-icons": "^9.2.0",
71    "react-native-view-shot": "^3.4.0",
72    "react-native-webview": "^11.23.0",
73    "react-qr-code": "^2.0.7",
74    "recyclerlistview": "^4.1.3"
75  },
76  "devDependencies": {
77    "@babel/core": "^7.12.9",
78    "@babel/runtime": "^7.12.5",
79    "@commitlint/cli": "^17.0.3",
80    "@commitlint/config-conventional": "^17.0.3",
81    "@react-native-community/eslint-config": "^2.0.0",
82    "@tsconfig/react-native": "^2.0.0",
83    "@types/color": "^3.0.3",
84    "@types/crypto-js": "^4.1.1",
85    "@types/jest": "^26.0.23",
86    "@types/lodash.shuffle": "^4.2.7",
87    "@types/node": "^18.0.4",
88    "@types/object-path": "^0.11.1",
89    "@types/react": "^18",
90    "@types/react-native": "^0.69.1",
91    "@types/react-native-vector-icons": "^6.4.11",
92    "@types/react-test-renderer": "^18.0.0",
93    "@typescript-eslint/eslint-plugin": "^5.29.0",
94    "@typescript-eslint/parser": "^5.29.0",
95    "babel-jest": "^26.6.3",
96    "babel-plugin-module-resolver": "^4.1.0",
97    "eslint": "^7.32.0",
98    "eslint-config-prettier": "^8.5.0",
99    "eslint-plugin-prettier": "^4.2.1",
100    "husky": "^8.0.1",
101    "jest": "^26.6.3",
102    "lint-staged": "^13.0.3",
103    "metro-react-native-babel-preset": "^0.70.3",
104    "prettier": "^2.7.1",
105    "react-test-renderer": "18.0.0",
106    "typescript": "^4.4.4"
107  },
108  "resolutions": {
109    "@types/react": "^18"
110  },
111  "jest": {
112    "preset": "react-native",
113    "moduleFileExtensions": [
114      "ts",
115      "tsx",
116      "js",
117      "jsx",
118      "json",
119      "node"
120    ]
121  },
122  "lint-staged": {
123    "src/**/*.{ts,tsx}": [
124      "npm run lint",
125      "git add ."
126    ]
127  },
128  "repository": {
129    "type": "git",
130    "url": "git+https://github.com/maotoumao/MusicFree.git"
131  }
132}
133