-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
269 lines (269 loc) · 11.3 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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
{
"name": "bitportal",
"version": "1.5.1",
"description": "bitportal client",
"main": "desktop/main.js",
"precommit": [],
"engines": {
"node": ">=8.0.0",
"npm": "^3.0.0"
},
"skpm": {
"main": "sketch/BitPortal.sketchplugin",
"manifest": "sketch/manifest.json"
},
"scripts": {
"web": "cross-env NODE_ENV=development APP_ENV=development TARGET=web webpack-dev-server -d --history-api-fallback --inline --progress --port 3009 --host dev.bitportal.io",
"mobile": "watchman watch-del-all && rm -fr $TMPDIR/react-* && cross-env NODE_ENV=production node node_modules/react-native/local-cli/cli.js start -- --reset-cache",
"ios": "react-native run-ios --scheme bitportal-development --port 8080 --simulator='iPhone 8' ",
"ios:staging": "react-native run-ios --scheme bitportal-staging --port 8080",
"ios:production": "react-native run-ios --scheme bitportal-production --port 8080",
"android": "ENVFILE=.env.development react-native run-android --port 8081",
"android:staging": "ENVFILE=.env.staging react-native run-android --port 8081",
"android:production": "ENVFILE=.env.production react-native run-android --port 8081",
"build:web": "rimraf static/web && npm run build:server && npm run build:browser",
"build:web:staging": "rimraf static/web && npm run build:server:staging && npm run build:browser:staging",
"build:browser": "cross-env NODE_ENV=production APP_ENV=production TARGET=web webpack --progress --colors",
"build:browser:staging": "cross-env NODE_ENV=production APP_ENV=staging TARGET=web webpack --progress --colors",
"build:server": "cross-env NODE_ENV=production APP_ENV=production TARGET=node webpack --progress --colors",
"build:server:staging": "cross-env NODE_ENV=production APP_ENV=staging TARGET=node webpack --progress --colors",
"build:android": "cd android && ./gradlew assembleRelease",
"build:ios": "react-native bundle --entry-file mobile/index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios",
"build:desktop": "rimraf static/desktop && cross-env NODE_ENV=production APP_ENV=production TARGET=\"electron-renderer\" webpack --progress --colors",
"build:extension": "rimraf static/extension && cross-env NODE_ENV=production APP_ENV=production TARGET=extension webpack --progress --colors",
"build:inject:scatter": "cross-env NODE_ENV=production APP_ENV=production TARGET=injectScatter webpack --progress --colors && node tools/injectScatter.js",
"build:inject:metamask": "cross-env NODE_ENV=production APP_ENV=production TARGET=injectMetaMask webpack --progress --colors && node tools/injectMetaMask.js",
"browser": "cross-env NODE_ENV=production http-server static/web",
"server": "cross-env NODE_ENV=production nodemon --icu-data-dir=/usr/local/lib/node_modules/full-icu static/web/app.js",
"desktop": "electron static/desktop/index.html",
"test": "cross-env NODE_ENV=test APP_ENV=development TARGET=node mocha-webpack --include ./test/helpers/setup.js --recursive --timeout 10000",
"test:watch": "cross-env NODE_ENV=test APP_ENV=development TARGET=node mocha-webpack --include ./test/helpers/setup.js --recursive --timeout 10000 --watch",
"cover": "cross-env NODE_ENV=test APP_ENV=development TARGET=node nyc --reporter=lcov --reporter=text mocha-webpack --include ./test/helpers/setup.js --recursive",
"lint": "npm run lint:js && npm run lint:ts",
"lint:js": "eslint --ext .js --ext .jsx server shared test --fix",
"lint:ts": "tslint --project . --fix",
"tsc": "tsc",
"sketch": "skpm-build --watch --run"
},
"dependencies": {
"@react-native-community/async-storage": "^1.4.2",
"@react-native-community/slider": "^1.1.3",
"@react-native-community/viewpager": "^1.1.7",
"@remobile/react-native-qrcode-local-image": "^1.0.4",
"bech32": "^1.1.3",
"bip32": "^1.0.2",
"bip39": "^2.5.0",
"bip66": "^1.1.5",
"bitcoin-ops": "^1.4.1",
"bs58": "^4.0.1",
"bs58check": "^2.1.2",
"buffer-reverse": "^1.0.1",
"chainx.js": "^2.22.32",
"classnames": "^2.2.5",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"core-js": "^2.4.1",
"eosjs": "^14.1.1",
"eosjs-ecc": "^4.0.1",
"eth-sig-util": "^2.3.0",
"ethereumjs-tx": "^1.3.7",
"express": "^4.14.0",
"hdkey": "^0.8.0",
"history": "^4.7.2",
"immer": "^1.8.0",
"intl": "^1.2.5",
"isomorphic-fetch": "^2.2.1",
"jcore-react-native": "^1.2.9",
"jpush-react-native": "^2.2.9",
"keccak": "^1.4.0",
"merkle-lib": "^2.0.10",
"normalize.css": "^7.0.0",
"pushdata-bitcoin": "^1.0.1",
"qrcode.react": "^0.7.1",
"query-string": "^5.0.1",
"react": "16.8.3",
"react-chrome-redux": "^2.0.0-alpha.4",
"react-cookie": "^2.1.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.4.1",
"react-dropzone": "^4.2.1",
"react-hot-loader": "^4.3.3",
"react-intl": "^2.7.2",
"react-native": "^0.59.8",
"react-native-actionsheet": "^2.4.2",
"react-native-bip39": "git+https://github.com/TerenceGe/bip39.git",
"react-native-camera": "^2.11.0",
"react-native-config": "^0.11.5",
"react-native-crypto": "^2.1.2",
"react-native-device-info": "^0.24.3",
"react-native-eosjs": "git+https://github.com/TerenceGe/eosjs.git",
"react-native-eosjs-api": "git+https://github.com/TerenceGe/eosjs-api.git",
"react-native-eosjs-ecc": "git+https://github.com/TerenceGe/eosjs-ecc.git",
"react-native-extended-stylesheet": "^0.8.0",
"react-native-fast-image": "^6.0.5",
"react-native-fs": "^2.11.17",
"react-native-gesture-handler": "^1.3.0",
"react-native-haptic": "^1.0.1",
"react-native-haptic-feedback": "^1.4.2",
"react-native-image-crop-picker": "^0.25.0",
"react-native-keyboard-manager": "^4.0.13-10",
"react-native-linear-gradient": "^2.4.0",
"react-native-modal": "^5.4.0",
"react-native-navigation": "^2.21.0-experimental.1",
"react-native-permissions": "^1.1.1",
"react-native-qrcode": "^0.2.6",
"react-native-qrcode-svg": "^5.1.2",
"react-native-randombytes": "^3.1.0",
"react-native-reanimated": "^1.1.0",
"react-native-sensitive-info": "git+https://github.com/TerenceGe/react-native-sensitive-info-keystore.git",
"react-native-sound": "^0.10.9",
"react-native-splash-screen": "3.0.1",
"react-native-svg": "^9.4.0",
"react-native-tab-view": "2.6.1",
"react-native-vector-icons": "^4.5.0",
"react-native-version-number": "^0.3.3",
"react-native-webview": "^6.9.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"recyclerlistview": "^1.3.4",
"redux": "^4.0.1",
"redux-actions": "^2.2.1",
"redux-form": "^7.4.2",
"redux-persist": "6.0.0-pre1",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"ripemd160": "^2.0.2",
"safe-buffer": "^5.1.2",
"scrypt-async": "^2.0.0",
"secp256k1": "^3.5.0",
"serialize-javascript": "^1.3.0",
"sjcl": "^1.0.7",
"tiny-secp256k1": "^1.0.1",
"typeforce": "^1.18.0",
"universal-cookie-express": "^2.1.2",
"url-parse": "^1.4.3",
"uuid": "^3.0.1",
"varuint-bitcoin": "^1.1.0",
"web3": "^1.0.0-beta.37",
"wif": "^2.0.6",
"yarn": "^1.22.0"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/plugin-syntax-class-properties": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "7.0.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "7.0.0",
"@babel/runtime": "7.0.0",
"@skpm/builder": "^0.4.0",
"@types/chai": "^4.1.4",
"@types/chroma-js": "^1.4.0",
"@types/chrome": "^0.0.74",
"@types/classnames": "^2.2.3",
"@types/history": "^4.6.1",
"@types/query-string": "^5.0.1",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"@types/react-hot-loader": "^3.0.5",
"@types/react-intl": "^2.3.2",
"@types/react-native": "git+https://github.com/TerenceGe/types-react-native.git",
"@types/react-redux": "^6.0.3",
"@types/react-router": "^4.0.27",
"@types/react-router-config": "^1.0.4",
"@types/react-router-dom": "^4.2.7",
"@types/react-router-redux": "^5.0.8",
"@types/react-sketchapp": "^0.12.4",
"@types/redux-actions": "TerenceGe/types-redux-actions",
"@types/redux-form": "^7.3.1",
"autoprefixer": "^8.2.0",
"awesome-typescript-loader": "^4.0.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-css-modules-transform": "^1.6.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-system-import-transformer": "^3.1.0",
"chai": "^4.1.2",
"chai-enzyme": "^1.0.0-beta.1",
"cheerio": "^1.0.0-rc.2",
"chroma-js": "^1.4.0",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"css-modules-require-hook": "^4.0.5",
"csvtojson": "^1.1.4",
"dotenv-webpack": "^1.5.7",
"enzyme": "^3.5.0",
"enzyme-adapter-react-16": "^1.3.1",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"extend": "^3.0.0",
"extract-css-chunks-webpack-plugin": "^3.0.11",
"file-loader": "^1.1.11",
"fork-ts-checker-webpack-plugin": "^0.4.9",
"happypack": "^5.0.0",
"html-webpack-plugin": "^3.1.0",
"http-server": "^0.11.1",
"ignore-styles": "^5.0.1",
"immutable-devtools": "^0.1.3",
"jetifier": "^1.1.0",
"jsdom": "^16.5.0",
"lodash": "^4.17.1",
"metro-react-native-babel-preset": "^0.48.2",
"mocha": "^5.2.0",
"mocha-webpack": "^2.0.0-beta.0",
"node-libs-react-native": "^1.0.2",
"nodemon": "^1.17.2",
"nyc": "^8.3.0",
"postcss-loader": "^2.1.3",
"postcss-smart-import": "^0.7.6",
"pre-commit": "^1.2.2",
"precss": "^3.1.2",
"prettier": "^1.14.0",
"prettier-eslint": "^8.8.2",
"raf": "^3.4.0",
"react-css-modules": "^3.7.10",
"react-native-typescript-transformer": "git+https://github.com/TerenceGe/react-native-typescript-transformer.git",
"react-sketchapp": "^2.1.1",
"react-test-renderer": "16.6.0-alpha.8af6728",
"redbox-react": "^1.5.0",
"rimraf": "^2.5.4",
"sinon": "^1.17.6",
"style-loader": "^0.20.3",
"ts-loader": "^4.4.1",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.3.0",
"tslint-config-prettier": "^1.13.0",
"tslint-loader": "^3.6.0",
"tslint-react": "^3.2.0",
"typescript": "^2.9.2",
"typescript-formatter": "^6.0.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.0.1",
"vm-browserify": "^1.0.1",
"webpack": "^4.12.1",
"webpack-cli": "^3.0.8",
"webpack-config-utils": "^2.1.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-dev-server": "^3.1.1",
"webpack-hot-middleware": "^2.21.2",
"webpack-manifest-plugin": "^2.0.0-rc.2",
"webpack-node-externals": "^1.7.2"
},
"author": "Terence Ge <[email protected]> (http://terencege.com)",
"license": "ISC"
}