-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·128 lines (128 loc) · 4.76 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·128 lines (128 loc) · 4.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "bangumi-pro",
"version": "1.0.0",
"main": "index.js",
"private": true,
"scripts": {
"dev": "expo start --max-workers 4",
"dev:offline": "expo start --offline --max-workers 4",
"dev:tee": "yarn dev | tee -a output.txt",
"postinstall": "patch-package",
"env": "node ./packages/env.js",
"k": "sudo purge",
"kj": "ps -ef | grep java | awk 'NR==1 {print $2}' | xargs kill -15",
"kp": "lsof -i :8081 | awk 'NR>1 {print $2}' | xargs kill",
"r": "sudo shutdown -r now",
"top": "top -s 4 -o rsize",
"mv": "sudo yarn k && mv ios ios_ && mv android android_",
"pub": "sudo eas update --channel production --platform ios --message \"release\"",
"re": "sudo mv ios_ ios && mv android_ android && yarn k",
"open:win": "start .\\android\\app\\build\\outputs\\apk\\release\\",
"build:ipa": "sudo cd ios && xcodebuild -workspace Bangumi.xcworkspace -scheme Bangumi -configuration Release -sdk iphoneos CODE_SIGN_IDENTITY=\"\" CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO -derivedDataPath build",
"make:ipa": "sudo node web/ipa.js",
"test": "jest --detectOpenHandles",
"test:watch": "jest --watch --forceExit",
"pb:verify": "node scripts/pb-verify.js",
"lint:styles": "npx eslint 'src/**/styles.ts'",
"lint:imports": "npx eslint 'src/**/*.{ts,tsx}' --quiet --config eslint-rules/.eslintrc.check-imports.js"
},
"resolutions": {
"define-properties": "1.2.0",
"htmlparser2": "^3.9.0",
"react-native-safe-area-view": "1.1.1",
"use-latest-callback": "0.1.9"
},
"dependencies": {
"@expo/vector-icons": "^15.0.2",
"@gorhom/portal": "^1.0.11",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/blur": "4.2.0",
"@react-native-community/cameraroll": "4.0.4",
"@react-native-community/slider": "5.0.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "6.5.8",
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
"@sdcx/nested-scroll": "^0.14.0",
"@types/react": "~18.3.12",
"aniep": "^0.6.0",
"axios": "^0.19.0",
"base64-js": "^1.5.1",
"cheerio-without-node-native": "0.20.2",
"dayjs": "1.10.8",
"expo": "54.0.22",
"expo-asset": "~12.0.9",
"expo-blur": "~15.0.7",
"expo-calendar": "~15.0.7",
"expo-constants": "~18.0.9",
"expo-device": "~8.0.9",
"expo-file-system": "~19.0.16",
"expo-font": "~14.0.8",
"expo-haptics": "~15.0.7",
"expo-linear-gradient": "~15.0.7",
"expo-linking": "~8.0.8",
"expo-screen-orientation": "~9.0.7",
"expo-speech": "~14.0.7",
"expo-splash-screen": "~31.0.10",
"expo-updates": "~29.0.12",
"expo-web-browser": "~15.0.8",
"mobx": "6.12.3",
"mobx-react": "9.1.1",
"mobx-utils": "^6.1.1",
"opencc-js": "^1.0.5",
"p-limit": "^4.0.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"prop-types": "15.8.1",
"react": "19.1.0",
"react-native": "0.81.4",
"react-native-actions-shortcuts": "^1.0.1",
"react-native-android-keyboard-adjust": "1.2.0",
"react-native-calendar-events": "^2.2.0",
"react-native-device-info": "^8.4.8",
"react-native-exception-handler": "^2.10.8",
"react-native-fast-image": "8.5.11",
"react-native-fs": "2.18.0",
"react-native-gesture-handler": "~2.28.0",
"react-native-pager-view": "6.9.1",
"react-native-popable": "^0.4.3",
"react-native-reanimated": "4.1.2",
"react-native-render-html": "4.1.1",
"react-native-restart": "0.0.14",
"react-native-safe-area-context": "~5.6.0",
"react-native-safe-area-view": "1.1.1",
"react-native-screens": "~4.16.0",
"react-native-smb": "^0.2.4",
"react-native-svg": "15.12.1",
"react-native-tab-view": "3.5.2",
"react-native-webview": "13.15.0",
"react-native-worklets": "0.5.1",
"react-navigation": "3.0.9",
"rn-fetch-blob": "^0.12.0",
"stream-browserify": "^3.0.0",
"webdav": "4.11.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native-community/eslint-config": "^3.0.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.59.0",
"@typescript-eslint/parser": "^8.59.0",
"babel-plugin-module-resolver": "^5.0.2",
"crypto-js": "^4.2.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-bangumi": "file:./eslint-rules",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.7.0",
"jest-expo": "^55.0.17",
"prettier": "^2.6.2",
"protobufjs": "^8.8.0",
"typescript": "^6.0.3"
}
}