forked from czy0729/Bangumi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·126 lines (126 loc) · 4.83 KB
/
package.json
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
{
"scripts": {
"38": "sudo mv ./node_modules ../SDK && mv ../SDK/38/node_modules ./ && mv ../SDK/node_modules ../SDK/39 && cp ./package.json ./web/ios/package.json && cp ./web/android/package.json ./package.json",
"39": "sudo mv ./node_modules ../SDK && mv ../SDK/39/node_modules ./ && mv ../SDK/node_modules ../SDK/38 && cp ./package.json ./web/android/package.json && cp ./web/ios/package.json ./package.json",
"android": "watchman watch-del '/Users/chen/Bangumi32' && watchman watch-project '/Users/chen/Bangumi32' && react-native run-android --no-jetifier",
"build": "cd android && ./gradlew assembleRelease",
"build:ios": "sudo expo build:ios",
"clean": "cd android && ./gradlew clean",
"k": "sudo purge",
"kill": "sudo purge",
"kj": "ps -ef |grep java|awk 'NR==1 {print $2}'|xargs kill -15",
"kn": "ps -ef |grep node|awk 'NR==1 {print $2}'|xargs kill -15",
"open": "open ./android/app/build/outputs/apk/release/",
"pk": "pkill node",
"postinstall": "patch-package",
"r": "sudo shutdown -r now",
"start": "EXPO_USE_EXOTIC=0 expo start",
"start:offline": "EXPO_USE_EXOTIC=0 expo start --lan --offline",
"top": "top -s 4 -o rsize"
},
"dependencies": {
"@ant-design/react-native": "3.1.3",
"@expo/vector-icons": "^13.0.0",
"@gorhom/portal": "^1.0.11",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/async-storage": "1.12.1",
"@react-native-community/blur": "4.2.0",
"@react-native-community/cameraroll": "4.0.4",
"@react-native-community/viewpager": "5.0.11",
"@react-native-masked-view/masked-view": "0.2.6",
"@react-navigation/bottom-tabs": "5.x",
"@react-navigation/native": "5.x",
"@react-navigation/native-stack": "5.x",
"@react-navigation/stack": "5.x",
"@unimodules/core": "^7.1.2",
"@unimodules/react-native-adapter": "^6.3.9",
"axios": "^0.19.0",
"bangumi-data": "^0.3.88",
"cheerio-without-node-native": "0.20.2",
"crypto-js": "3.1.9-1",
"dayjs": "1.10.8",
"deepmerge": "4.2.2",
"expo": "^45.0.0",
"expo-asset": "~8.5.0",
"expo-blur": "~11.1.0",
"expo-calendar": "~10.2.0",
"expo-constants": "~13.1.1",
"expo-device": "~4.2.0",
"expo-file-system": "~14.0.0",
"expo-font": "~10.1.0",
"expo-haptics": "~11.2.0",
"expo-linear-gradient": "~11.3.0",
"expo-linking": "~3.1.0",
"expo-modules-core": "~0.9.1",
"expo-screen-orientation": "~4.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.2",
"expo-web-browser": "~10.2.0",
"hoist-non-react-statics": "2.5.0",
"lazy-aho-corasick": "^1.2.2",
"lodash": "^4.17.4",
"lodash.isequal": "^4.5.0",
"mobx": "^4.9.2",
"mobx-react": "^5.4.3",
"mobx-react-lite": "^2.0.7",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "0.68.1",
"react-native-actions-shortcuts": "^1.0.1",
"react-native-android-keyboard-adjust": "1.2.0",
"react-native-calendar-events": "^2.2.0",
"react-native-collapsible": "^1.6.0",
"react-native-device-info": "^8.4.8",
"react-native-draggable-grid": "^2.1.4",
"react-native-exception-handler": "^2.10.8",
"react-native-expo-image-cache": "4.1.0",
"react-native-fast-image": "8.5.11",
"react-native-fs": "2.18.0",
"react-native-gesture-handler": "~2.2.0",
"react-native-hold-menu": "0.1.3",
"react-native-image-zoom-viewer": "2.2.26",
"react-native-modal-popover": "0.0.12",
"react-native-navigation-bar-color": "1.0.0",
"react-native-popable": "^0.4.3",
"react-native-reanimated": "~2.8.0",
"react-native-render-html": "4.1.1",
"react-native-restart": "0.0.14",
"react-native-safe-area-context": "4.2.4",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.11.1",
"react-native-smb": "^0.2.4",
"react-native-tab-view": "2.14.3",
"react-native-unimodules": "~0.15.0",
"react-native-webview": "11.18.1",
"react-navigation": "3.0.9",
"recyclerlistview": "^4.0.1",
"rn-fetch-blob": "^0.12.0"
},
"resolutions": {
"@types/react": "17.0.2",
"react-native-safe-area-view": "1.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@react-native-community/eslint-config": "^3.0.1",
"@types/react": "17.0.2",
"@types/react-native": "0.68.1",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^24.5.2",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"isomorphic-unfetch": "^3.1.0",
"prettier": "^2.6.2",
"ts-node": "^10.8.1",
"typescript": "~4.3.5"
},
"private": true,
"version": "1.0.0"
}