-
Notifications
You must be signed in to change notification settings - Fork 162
/
package.json
119 lines (119 loc) · 3.77 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
{
"name": "golden",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"postinstall": "rn-nodeify --install stream,buffer,events,assert,crypto,vm --hack"
},
"dependencies": {
"assert": "^1.4.1",
"axios": "^0.18.0",
"babel-eslint": "^8.2.3",
"bigi": "^1.4.2",
"bn": "^1.0.1",
"bn.js": "^4.11.8",
"bs58": "^4.0.1",
"bs58check": "^2.1.1",
"buffer": "^4.9.1",
"crypto-js": "^3.1.9-1",
"ecurve": "^1.0.6",
"elliptic": "^6.4.0",
"es6-symbol": "^3.1.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-flowtype": "^2.48.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"events": "^1.1.1",
"ins": "0.0.0",
"js-sha3": "^0.7.0",
"lodash": "^4.17.10",
"lodash.debounce": "^4.0.8",
"mobx": "^4.3.1",
"mobx-react": "^5.2.0",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"prop-types": "^15.6.1",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-actionsheet": "^2.4.2",
"react-native-bip39": "^2.3.0",
"react-native-camera": "^1.1.4",
"react-native-crypto": "^2.1.2",
"react-native-device-info": "^0.21.5",
"react-native-fabric": "^0.5.1",
"react-native-fabric-crashlytics": "^0.1.8",
"react-native-fcm": "^16.0.0",
"react-native-flip-card": "^3.5.2",
"react-native-fs": "^2.10.14",
"react-native-haptic-feedback": "^1.2.0",
"react-native-image-picker": "^0.26.10",
"react-native-iphone-x-helper": "^1.0.3",
"react-native-keyboard-aware-scroll-view": "^0.6.0",
"react-native-keychain": "^3.0.0-rc.3",
"react-native-modalbox": "1.4.2",
"react-native-navigation": "^1.1.478",
"react-native-permissions": "^1.1.1",
"react-native-progress": "^3.4.0",
"react-native-qrcode": "^0.2.6",
"react-native-randombytes": "^3.2.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-shimmer": "^0.3.2",
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "3.7.0",
"react-native-splash-screen": "^3.0.9",
"react-native-status-bar-height": "^2.0.0",
"react-native-store-review": "^0.1.5",
"react-native-swipeable": "^0.6.0",
"react-native-swiper": "^1.5.13",
"react-native-touch-id": "^4.0.1",
"readable-stream": "^1.0.33",
"rn-nodeify": "^10.0.0",
"stream-browserify": "^1.0.0",
"typeforce": "^1.12.0",
"vm-browserify": "0.0.4",
"wif": "^2.0.6"
},
"devDependencies": {
"babel-jest": "23.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-standard": "^1.6.6",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^3.1.0",
"jest": "23.0.1",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"App/assets/fonts"
]
},
"react-native": {
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify"
},
"browser": {
"crypto": "react-native-crypto",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify"
}
}