-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
172 lines (172 loc) · 5.8 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
{
"name": "pangea",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"flow": "node_modules/.bin/flow",
"test": "flow && jest",
"test:update": "jest -u",
"test:coverage": "flow && jest --coverage --forceExit",
"test:coveralls": "yarn test:coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"ios": "flow && node_modules/.bin/react-native run-ios",
"android": "./scripts/android-start.sh",
"android:log": "./scripts/android-logview.sh",
"postinstall": "./node_modules/.bin/rn-nodeify --install 'stream,buffer,vm,crypto,string_decoder,events,assert' --hack && node_modules/.bin/lerna bootstrap",
"docs": "node_modules/.bin/documentation build src/services/container.js -f md > docs/main.md",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/Pangea/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'"
},
"dependencies": {
"@clarketm/saga-monitor": "^1.0.6",
"assert": "^1.4.1",
"async-to-generator": "^1.1.0",
"awilix": "^3.0.1",
"base64-arraybuffer": "^0.1.5",
"bignumber.js": "^5.0.0",
"bn.js": "^4.11.8",
"buffer": "^4.9.1",
"co": "^4.6.0",
"ethers": "^3.0.25",
"eventemitter3": "^3.1.0",
"events": "^1.1.1",
"fetch-everywhere": "^1.0.5",
"flow-bin": "^0.57.0",
"hoist-non-react-statics": "^2.3.1",
"i18next": "^10.3.0",
"js-yaml": "^3.12.0",
"lodash": "^4.17.4",
"moment": "^2.23.0",
"native-base": "^2.8.1",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-actionsheet": "^2.4.2",
"react-native-camera": "1.1.4",
"react-native-code-push": "^5.5.2",
"react-native-config": "^0.11.2",
"react-native-crypto": "^2.1.2",
"react-native-dialog": "^5.3.0",
"react-native-dropdownalert": "^3.1.2",
"react-native-eth-daemon": "git+https://github.com/Bit-Nation/react-native-eth-daemon.git#development",
"react-native-gifted-chat": "^0.5.0",
"react-native-image-crop-picker": "^0.19.1",
"react-native-keyboard-aware-scroll-view": "^0.4.3",
"react-native-material-selectize": "^1.12.0",
"react-native-modal": "^4.1.1",
"react-native-modal-dropdown": "^0.6.0",
"react-native-navigation": "^1.1.319",
"react-native-qrcode": "^0.2.6",
"react-native-qrcode-scanner": "0.0.29",
"react-native-randombytes": "^3.0.0",
"react-native-responsive": "^1.0.2",
"react-native-segmented-control-tab": "3.3.1",
"react-native-sensitive-info": "^5.1.0",
"react-native-shake": "^3.2.2",
"react-native-simple-dialogs": "^0.3.1",
"react-native-swiper": "^1.5.13",
"react-native-vector-icons": "^4.4.2",
"react-native-zendesk-support": "^1.0.9",
"react-navigation": "^1.0.0-beta.22",
"react-redux": "^5.0.6",
"readable-stream": "^1.0.33",
"realm": "2.8.0",
"recompose": "^0.27.1",
"reconnecting-websocket": "^4.0.0-rc5",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-persist": "^5.4.0",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"rn-nodeify": "^10.0.1",
"socket.io-client": "^2.0.4",
"stream-browserify": "^1.0.0",
"string_decoder": "^0.10.31",
"unique-string": "^1.0.0",
"uuid4": "^1.0.0",
"vm-browserify": "0.0.4"
},
"devDependencies": {
"app-root-path": "^2.1.0",
"babel-eslint": "^8.2.2",
"babel-jest": "22.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"color": "^3.0.0",
"coveralls": "^3.0.0",
"documentation": "^5.3.5",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"eslint": "^4.18.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.12.2",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"eslint-plugin-require-jsdoc": "^1.0.4",
"ethers-cli": "^4.0.0",
"flow-bin": "^0.57.0",
"jest": "22.0.3",
"lerna": "^3.13.0",
"protobufjs": "^6.8.6",
"react-dom": "^16.2.0",
"react-test-renderer": "16.0.0",
"redux-mock-store": "^1.5.1",
"sleep-promise": "^8.0.1",
"websocket": "^1.0.26"
},
"jest": {
"preset": "react-native",
"setupTestFrameworkScriptFile": "./enzymeInit.js",
"transformIgnorePatterns": [
"<root-dir>/node_modules",
"node_modules/(realm)/"
],
"moduleNameMapper": {
"^image![a-zA-Z0-9$_-]+$": "GlobalImageStub",
"^[@./a-zA-Z0-9$_-]+\\.(png|gif)$": "RelativeImageStub"
},
"collectCoverageFrom": [
"!**/styles.js",
"**/**/**/**/*.{js,jsx}",
"!**/node_modules/**",
"!**/coverage/**",
"!**/vendor/**",
"!src/modules/dApps/upstream-services/compiled.js"
],
"globals": {
"WebSocket": {
"CONNECTING": 0,
"OPEN": 1,
"CLOSING": 2,
"CLOSED": 3
}
}
},
"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"
},
"rnpm": {
"assets": [
"assets/fonts/Roboto"
]
}
}