-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·158 lines (158 loc) · 8.15 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "dgz",
"version": "0.0.14",
"private": true,
"codepush_des": "更新说明~",
"codepush_app_name_ios": "iosRN2Temp",
"codepush_app_name_android": "andriodRN2Temp",
"codePush_ios_key_staging": "_jVCR2nb8hYZpZ8O2D56CF8hGOUfhk0bVl6O0",
"codePush_ios_key_production": "KfrtV7YvA8DHXqy-gfbZrjzm9I1bmyC2oYqrl",
"codePush_android_key_staging": "s_HpxT0PNQD16rWA8fN4QEdvP2SgRBO2pzqCA",
"codePush_android_key_production": "qUrevJjuenUmb1sOT62B9qtR6IDXWS-YN5JM_",
"codepush_number": "1",
"scripts": {
"postinstall": "npx jetify",
"clean:all": "watchman watch-del-all && rm -rf $TMPDIR/metro-* && rm -rf $TMPDIR/haste-map-* && rm -fr node_modules && rm -fr package-lock.json && rm -fr yarn.lock && yarn && cd ios && rm -fr Pods/ && rm -fr Podfile.lock && pod install",
"start": "cross-env APP_ENV=development react-native start --reset-cache",
"start:ios": "rm -fr ios/build && cd ios && rm -fr Podfile.lock && rm -fr Pods/ && pod install && cd ../ && react-native run-ios",
"start:android": "rm -fr android/app/build && cd android/ && ./gradlew clean && cd ../ && react-native run-android",
"codepush:push:ios:Staging": "code-push release-react $npm_package_codepush_app_name_ios ios --t $npm_package_version --dev false --d Staging --des $npm_package_codepush_des --m false",
"codepush:clear:ios:Staging": "code-push deployment clear $npm_package_codepush_app_name_ios Staging",
"codepush:push:android:Staging": "code-push release-react $npm_package_codepush_app_name_android android --t $npm_package_version --dev false --d Staging --des $npm_package_codepush_des --m false",
"codepush:clear:android:Staging": "code-push deployment clear $npm_package_codepush_app_name_android Staging",
"codepush:push:ios:Staging:m": "code-push release-react $npm_package_codepush_app_name_ios ios --t $npm_package_version --dev false --d Staging --des $npm_package_codepush_des --m true",
"codepush:push:android:Staging:m": "code-push release-react $npm_package_codepush_app_name_android android --t $npm_package_version --dev false --d Staging --des $npm_package_codepush_des --m true",
"codepush:push:all:Staging": "npm run codepush:push:ios:Staging && npm run codepush:push:android:Staging",
"codepush:clear:all:Staging": "npm run codepush:clear:ios:Staging && npm run codepush:clear:android:Staging",
"codepush:push:all:Staging:m": "npm run codepush:push:ios:Staging:m && npm run codepush:push:android:Staging:m",
"codepush:push:ios:Production": "code-push release-react $npm_package_codepush_app_name_ios ios --t $npm_package_version --dev false --d Production --des $npm_package_codepush_des --m false",
"codepush:clear:ios:Production": "code-push deployment clear $npm_package_codepush_app_name_ios Production",
"codepush:push:android:Production": "code-push release-react $npm_package_codepush_app_name_android android --t $npm_package_version --dev false --d Production --des $npm_package_codepush_des --m false",
"codepush:clear:android:Production": "code-push deployment clear $npm_package_codepush_app_name_android Production",
"codepush:push:ios:Production:m": "code-push release-react $npm_package_codepush_app_name_ios ios --t $npm_package_version --dev false --d Production --des $npm_package_codepush_des --m true",
"codepush:push:android:Production:m": "code-push release-react $npm_package_codepush_app_name_android android --t $npm_package_version --dev false --d Production --des $npm_package_codepush_des --m true",
"codepush:push:all:Production": "npm run codepush:push:ios:Production && npm run codepush:push:android:Production",
"codepush:clear:all:Production": "npm run codepush:clear:ios:Production && npm run codepush:clear:android:Production",
"codepush:push:all:Production:m": "npm run codepush:push:ios:Production:m && npm run codepush:push:android:Production:m",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/cameraroll": "^1.4.1",
"@react-native-community/masked-view": "^0.1.7",
"@react-native-community/netinfo": "^5.6.2",
"@react-native-community/viewpager": "^3.3.0",
"axios": "^0.19.2",
"buffer": "5.5.0",
"cheerio": "0.22.0",
"compare-versions": "^3.6.0",
"dva": "^2.4.1",
"dva-core": "^2.0.2",
"dva-loading": "^3.0.20",
"events": "^3.1.0",
"graphql": "^14.6.0",
"graphql-request": "^1.8.2",
"i18n-js": "^3.5.1",
"is-absolute-url": "^3.0.3",
"isomorphic-fetch": "^2.2.1",
"jsrsasign": "^8.0.12",
"lodash": "^4.17.15",
"lottie-ios": "^3.1.6",
"lottie-react-native": "^3.3.2",
"md5": "^2.2.1",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"qs": "^6.9.1",
"react": "^16.13.0",
"react-content-loader": "5.0.2",
"react-native": "^0.61.5",
"react-native-action-button": "^2.8.5",
"react-native-aliyun-vod": "0.0.2",
"react-native-autoheight-webview": "1.4.2",
"react-native-bootsplash": "^2.0.5",
"react-native-camera": "^3.19.0",
"react-native-code-push": "6.1.0",
"react-native-collapsible": "^1.5.1",
"react-native-dark-mode": "^0.2.2",
"react-native-date-picker": "2.7.8",
"react-native-device-info": "^5.5.3",
"react-native-draggable": "^3.0.0",
"react-native-dropdownalert": "^4.2.0",
"react-native-fast-image": "8.1.4",
"react-native-file-viewer": "^2.0.2",
"react-native-flash-message": "^0.1.15",
"react-native-fs": "2.16.6",
"react-native-gesture-handler": "^1.6.0",
"react-native-image-header-scroll-view": "^0.10.3",
"react-native-image-view": "^2.1.9",
"react-native-linear-gradient": "^2.5.6",
"react-native-loading-spinner-overlay": "^1.1.0",
"react-native-localize": "^1.3.3",
"react-native-media-controls": "^1.1.1",
"react-native-modal": "11.5.4",
"react-native-modalize": "^1.3.6",
"react-native-music-control": "0.11.0",
"react-native-orientation-locker": "^1.1.8",
"react-native-permissions": "2.0.9",
"react-native-progress": "^4.0.3",
"react-native-puti-pay": "^1.4.0",
"react-native-qrcode-scanner": "^1.3.2",
"react-native-qrcode-svg": "^6.0.3",
"react-native-reanimated": "^1.7.0",
"react-native-root-toast": "^3.2.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "^2.3.0",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-smart-tip": "^2.0.3",
"react-native-status-bar-height": "^2.4.0",
"react-native-svg": "12.0.3",
"react-native-tab-view": "^2.13.0",
"react-native-table-component": "^1.2.1",
"react-native-vector-icons": "^6.6.0",
"react-native-view-shot": "^3.1.2",
"react-native-webview": "^8.1.2",
"react-navigation": "^4.2.2",
"react-navigation-animated-switch": "^0.5.2",
"react-navigation-redux-helpers": "^4.0.1",
"react-navigation-stack": "^2.2.3",
"react-navigation-tabs": "^2.8.2",
"react-navigation-transitions": "^1.0.12",
"react-redux": "7.2.0",
"redux-persist": "^6.0.0",
"rn-fetch-blob": "^0.12.0",
"rn-placeholder": "^3.0.0",
"stream": "^0.0.2",
"styled-components": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/runtime": "^7.8.7",
"@react-native-community/eslint-config": "0.0.7",
"@types/i18n-js": "^3.0.1",
"@types/isomorphic-fetch": "0.0.35",
"@types/jsrsasign": "^8.0.2",
"@types/lodash": "^4.14.148",
"@types/react": "^16.9.23",
"@types/react-native": "^0.61.21",
"@types/react-native-snap-carousel": "^3.7.4",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-redux": "^7.1.7",
"@types/styled-components": "^5.0.1",
"babel-jest": "^25.1.0",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-transform-remove-console": "^6.9.4",
"cross-env": "^7.0.2",
"jest": "^25.1.0",
"jetifier": "^1.6.3",
"metro-react-native-babel-preset": "^0.58.0",
"react-native-svg-transformer": "^0.14.3",
"react-test-renderer": "^16.13.0"
},
"jest": {
"preset": "react-native"
}
}