-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·51 lines (51 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·51 lines (51 loc) · 1.49 KB
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
{
"name": "nrl-wallet-utils",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.5.0",
"antd": "^3.4.4",
"base-x": "^3.0.2",
"bip32": "^2.0.3",
"bip39": "^2.5.0",
"bitcoinjs-lib": "^3.3.2",
"bitcoinjs-lib-secp256r1": "https://github.com/coranos/bitcoinjs-lib-secp256r1.git",
"eth-hd-wallet": "^0.4.0",
"font-awesome": "^4.7.0",
"lodash": "^4.17.10",
"merge": ">=1.2.1",
"neon-js": "git+https://github.com/CityOfZion/neon-js.git#1.1.1",
"ontology-ts-sdk": "^1.0.18",
"react": "^16.3.2",
"react-app-rewire-less": "^2.1.1",
"react-bootstrap": "^0.32.1",
"react-confirm-alert": "^2.0.5",
"react-copy-to-clipboard": "^5.0.1",
"react-dev-utils": ">=5.0.2",
"react-dom": ">=16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"recompose": "0.26.0",
"redux": "^4.0.0",
"redux-actions": "^2.3.0",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0",
"safe-buffer": "^5.2.0",
"stellar-hd-wallet": "0.0.6",
"tron-http-tools": "https://github.com/TronWatch/tron-http-tools",
"tronweb": "^2.6.4",
"url-parse": ">=1.4.3",
"webpack-dev-server": ">=3.1.11"
},
"scripts": {
"start": "PORT=3003 react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-app-rewired": "^1.5.2"
}
}