forked from olegdeezus/ChronoMint-RN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
136 lines (136 loc) · 4.71 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
{
"name": "chronomintrn",
"version": "0.1.0",
"private": true,
"author": "chronobank",
"license": "AGPL-3.0",
"scripts": {
"android": "react-native run-android",
"contracts:compile": "cd node_modules/chronobank-smart-contracts && node --max_old_space_size=8000 ../truffle/build/cli.bundled.js compile --all",
"ios": "react-native run-ios --simulator 'iPhone SE'",
"postinstall": "flow-typed install --skip",
"postversion": "react-native-version",
"precommit": "lint-staged",
"prepare": "patch-package",
"start:logredux": "cross-env REDUX_LOGGER=1 node node_modules/react-native/local-cli/cli.js start",
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@chronobank": "https://github.com/ChronoBank/ChronoMint.git#89c4e00ff3cdef0d06af2296493446d9ec8cbc85",
"assert": "^1.1.1",
"asyncstorage-down": "^4.0.1",
"axios": "^0.17.1",
"babel-plugin-transform-exponentiation-operator": "^6.24.1",
"bignumber.js": "^4.1.0",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^3.3.2",
"browserify-zlib": "~0.1.4",
"capture-stack-trace": "^1.0.0",
"chronobank-smart-contracts": "1.1.47",
"coinselect": "^3.1.11",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"core-js": "^2.5.3",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"ethereumjs-wallet": "^0.6.0",
"events": "^1.0.0",
"https-browserify": "~0.0.0",
"immutable": "^3.8.2",
"mnid": "^0.1.1",
"moment": "^2.20.1",
"nem-sdk": "github:ipavlenko/NEM-sdk",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"promisify-node-callback": "^1.0.2",
"querystring-es3": "~0.2.0",
"react": "16.3.0",
"react-native": "0.55.1",
"react-native-crypto": "^2.1.2",
"react-native-device-info": "^0.14.0",
"react-native-document-picker": "^2.1.0",
"react-native-fingerprint-scanner": "^2.3.1",
"react-native-fs": "^2.9.11",
"react-native-http": "tradle/react-native-http#834492d",
"react-native-i18n": "^2.0.12",
"react-native-level-fs": "^3.0.0",
"react-native-navigation": "^1.1.371",
"react-native-os": "Robdel12/react-native-os",
"react-native-randombytes": "^3.0.0",
"react-native-segment-controller": "^1.0.0",
"react-native-sensitive-info": "^5.1.0",
"react-native-tcp": "olegdizus/react-native-tcp",
"react-native-udp": "^2.1.0",
"react-redux": "^5.0.6",
"readable-stream": "1.0.33",
"redux": "^3.7.2",
"redux-immutable": "^4.0.0",
"redux-persist": "^4.3.1",
"redux-persist-immutable": "^4.3.1",
"redux-persist-sensitive-storage": "^1.0.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"socket.io-client": "^2.0.4",
"sockjs-client": "prsn/sockjs-client",
"stream-browserify": "olegdizus/stream-browserify",
"string_decoder": "~0.10.25",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"uniqid": "^4.1.1",
"uport-connect": "^0.7.0",
"url": "~0.10.1",
"util": "~0.10.3",
"vm-browserify": "0.0.4",
"web3": "^0.20.1",
"web3-provider-engine": "13.3.3",
"webstomp-client": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-jest": "22.2.0",
"babel-plugin-functional-hmr": "^1.0.24",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-inline-environment-variables": "^0.4.0",
"babel-plugin-transform-new-target": "^7.0.0-alpha.14",
"babel-plugin-transform-object-set-prototype-of-to-assign": "^6.22.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"cross-env": "^5.1.4",
"eslint": "^4.17.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-chronobank-react": "github:chronobank/eslint-plugin-chronobank-react",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react-native": "^3.2.1",
"flow-bin": "0.72.0",
"flow-typed": "^2.4.0",
"husky": "^0.14.3",
"jest": "22.2.0",
"lint-staged": "^7.0.4",
"patch-package": "^5.1.1",
"postinstall-prepare": "^1.0.1",
"react-native-version": "^2.6.0",
"react-test-renderer": "16.2.0",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6"
},
"lint-staged": {
"./src/**/*.(js|jsx)": [
"eslint --fix",
"git add"
]
},
"resolutions": {
"macaddress": "olegdizus/node-macaddress",
"bn.js": "4.11.8",
"inherits": "2.0.3"
},
"jest": {
"preset": "react-native"
}
}