-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
193 lines (193 loc) · 7.35 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
{
"name": "ReactWebNative8Koa",
"version": "1.0.0-0",
"private": true,
"scripts": {
"rn": "adb reverse tcp:8081 tcp:8081; node node_modules/react-native/local-cli/cli.js start",
"rn-fresh": "adb reverse tcp:8081 tcp:8081; watchman watch-del-all; node node_modules/react-native/local-cli/cli.js start --reset-cache",
"android": "node node_modules/react-native/local-cli/cli.js run-android",
"android-clean": "cross-env ./android/gradlew clean -p ./android/",
"fast-android": "cross-env ./android/gradlew installDebug --offline -x lint -x lintVitalRelease -p ./android/",
"fast-android-fresh": "cross-env ./android/gradlew installDebug --rerun-tasks --offline -x lint -x lintVitalRelease -p ./android/",
"build-android": "cross-env ./android/gradlew assembleRelease --offline -x lint -x lintVitalRelease -p ./android/",
"build-android-fresh": "cross-env ./android/gradlew assembleRelease --rerun-tasks --offline -x lint -x lintVitalRelease -p ./android/",
"bundle-android": "cross-env ./android/gradlew bundleRelease --offline -x lint -x lintVitalRelease -p ./android/",
"ios": "node node_modules/react-native/local-cli/cli.js run-ios",
"web": "cross-env PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired start",
"web-clean": "rimraf node_modules/.cache/default-development",
"web-fresh": "rm -fr node_modules/.cache/*; PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired start",
"build-web": "cross-env PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired build",
"build-web-ReactWebNative8Koa": "cross-env PUBLIC_URL=/ReactWebNative8Koa PLATFORM_OS=web DISABLE_ESLINT_PLUGIN=true react-app-rewired build",
"log": "adb logcat *:S ReactNative:V ReactNativeJS:V",
"build-ios": "react-native unbundle --entry-file index.ios.js --bundle-output main.jsbundle --platform ios --dev false",
"install-android": "cross-env ./android/gradlew installRelease -p ./android/",
"postinstall": "./post-install.sh",
"for-get-version": "echo",
"test": "jest",
"test-web": "react-app-rewired test --env=jsdom",
"e2e-update-server-web": "webdriver-manager update --versions.standalone=3.7.1 --versions.gecko=v0.18.0 --versions.chrome=2.32",
"e2e-server-web": "touch node_modules/webdriver-manager/selenium/standalone-response.xml; touch node_modules/webdriver-manager/selenium/chrome-response.xml; webdriver-manager start --versions.standalone=3.7.1 --versions.gecko=v0.18.0 --versions.chrome=2.32",
"e2e-web": "codeceptjs run",
"e2e-server-native": "appium",
"e2e-android": "codeceptjs run --profile=android",
"e2e-ios": "codeceptjs run --profile=ios",
"mocha": "DEBUG=koa* FLUSHCACHE=N mocha",
"debugAll": "DEBUG=* FLUSHCACHE=N supervisor -i build index.js",
"start": "DEBUG=true FLUSHCACHE=N ALIPAY=N supervisor -i app,web,index.web.js,build index.js",
"nodemon": "DEBUG=true FLUSHCACHE=N nodemon index.js",
"win": "FLUSHCACHE=N supervisor -i build index.js",
"watch": "webpack-dev-server --content-base build/"
},
"author": "iot",
"dependencies": {
"@chainsoft/react-native-checkbox": "0.0.6",
"@flyskywhy/react-native-locale-detector": "1.0.7",
"@flyskywhy/react-native-smart-barcode": "1.2.3",
"@kingstinct/react-native-root-view-background": "1.0.3",
"@react-native-community/async-storage": "1.12.0",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "5.11.15",
"@react-navigation/drawer": "5.12.9",
"@react-navigation/native": "5.9.8",
"@react-navigation/stack": "5.14.9",
"acl": "0.4.11",
"ali-mns": "2.6.4",
"ali-oss": "4.11.0",
"alipay-nodejs": "0.0.13",
"aliyun-sdk": "1.10.19",
"arr-pluck": "0.1.0",
"array-unique": "0.3.2",
"bcrypt-nodejs": "0.0.3",
"bluebird": "3.5.1",
"bunyan": "1.8.12",
"busboy": "0.2.14",
"co": "4.6.0",
"co-body": "4.2.0",
"co-busboy": "1.4.0",
"co-redis": "2.1.1",
"co-request": "1.0.0",
"co-views": "2.1.0",
"commander": "2.11.0",
"debug": "2.6.9",
"decimal.js": "5.0.8",
"ect": "0.5.9",
"fetch-detector": "1.0.1",
"fetch-ie8": "1.5.0",
"flux-standard-action": "0.6.1",
"git-repo-info": "1.4.1",
"iconv-lite": "0.4.19",
"imagemagick": "0.1.3",
"immutable": "3.8.2",
"js-schema": "1.0.1",
"jszip": "3.1.4",
"kcors": "1.3.3",
"kitx": "1.3.0",
"koa": "1.4.1",
"koa-acl": "2.0.2",
"koa-body": "1.6.0",
"koa-bunyan": "0.0.2",
"koa-bunyan-logger": "1.2.0",
"koa-compress": "1.0.9",
"koa-favicon": "1.2.1",
"koa-generic-session": "1.11.6",
"koa-helmet": "0.4.0",
"koa-mount": "1.3.0",
"koa-passport": "1.4.0",
"koa-redis": "1.0.1",
"koa-router": "5.4.2",
"koa-session-redis": "1.1.0",
"koa-static": "1.5.2",
"koa-validate": "0.2.11",
"later": "1.2.0",
"lodash": "4.17.4",
"lodash.find": "4.6.0",
"lodash.isempty": "4.4.0",
"lodash.remove": "4.7.0",
"lodash.toarray": "4.4.0",
"log4js": "1.1.1",
"markdown": "0.5.0",
"mime-types": "2.1.17",
"modal-enhanced-react-native-web": "0.2.0",
"moment": "2.19.3",
"mysql": "2.15.0",
"mysql2": "1.4.2",
"node-cron": "1.2.1",
"node-uuid": "1.4.8",
"node-xlsx": "0.6.0",
"nodemailer": "4.4.0",
"passport-alipay-oauth2": "0.2.2",
"passport-local": "1.0.0",
"passport-weixin": "0.2.0",
"qr-image": "3.2.0",
"query-string": "4.3.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-fast-compare": "3.2.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "2.9.0",
"react-native-permissions": "2.0.10",
"react-native-reanimated": "2.17.0",
"react-native-safe-area-context": "3.1.7",
"react-native-screens": "2.10.1",
"react-native-scrollable-tab-view": "git+https://github.com/flyskywhy/react-native-scrollable-tab-view.git#0.6.6",
"react-native-web": "0.13.9",
"react-native-webview": "13.7.2",
"react-redux": "7.2.1",
"redis": "2.8.0",
"redlock": "2.1.2",
"redux": "3.7.2",
"redux-actions": "0.11.0",
"redux-logger": "2.10.2",
"redux-thunk": "2.2.0",
"request": "2.83.0",
"rmc-date-picker": "5.5.0",
"rmc-picker": "4.0.4",
"sequelize": "4.3.1",
"superagent": "1.8.5",
"sync-request": "3.0.1",
"ua-parser-js": "0.7.17",
"uuid": "3.1.0",
"xml2js": "0.4.19",
"zrender": "3.6.3"
},
"devDependencies": {
"@react-native-community/eslint-config": "3.2.0",
"babel-polyfill": "6.26.0",
"codeceptjs": "git+https://github.com/flyskywhy/CodeceptJS#a6aa9bb",
"cross-env": "^7.0.3",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"gulp": "3.9.1",
"imports-loader": "0.6.5",
"json-loader": "0.5.7",
"mocha": "3.5.3",
"prettier": "2.1.1",
"process": "0.11.10",
"react-app-rewired": "2.2.1",
"react-error-overlay": "6.0.9",
"react-refresh": "0.11.0",
"react-scripts": "5.0.0",
"react-test-renderer": "18.1.0",
"sequelize-cli": "2.7.0",
"should": "10.0.0",
"stream-browserify": "3.0.0",
"supertest": "2.0.1",
"webdriver-manager": "12.0.6",
"webdriverio": "4.9.11"
},
"jest": {
"preset": "react-native"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}