-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
83 lines (82 loc) · 2.42 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
{
"name": "interchained-sidechained",
"version": "1.0.0",
"description": "'Web3 (0x + altcoin) Utility': ERC20, BEP20, ethereum wallet generator, eth wallet, erc20 wallet, bsc wallet, bep20 wallet, binance smart chain wallet generator, binance smart chain wallet, bsc wallet",
"main": "interchained.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interchained/interchained-sidechained.git"
},
"keywords": [
"ERC20",
"BEP20",
"Monero",
"crypto",
"currency",
"finexbox",
"tradeogre",
"shapeshift",
"cryptocurrency",
"Node.js",
"monero-wallet-rpc",
"bitcoin",
"electronero",
"electronero pulse",
"litenero",
"goldnero",
"crystaleum"
],
"scripts": {
"clean": "rm dist/bundle.js",
"build-dev": "webpack --mode development --config webpack.config.js",
"build-prod": "webpack --mode production --config prod.config.js",
"start": "webpack serve --hot --mode production --config prod.config.js"
"build": "webpack --config prod.config.js",
"test": "webpack --config webpack.config.js",
},
"author": "github.com/shopglobal",
"license": "MIT",
"bugs": {
"url": "https://github.com/electronero/interchained-sidechained/issues"
},
"homepage": "https://github.com/electronero/interchained-sidechained#readme",
"dependencies": {
"react-hot-loader": "^4.13.0",
"bootstrap": "^5.1.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"bip39": "^3.0.4",
"eth-lib": "^0.1.29",
"ethereum-mnemonic-privatekey-utils": "^1.0.5",
"fs": "0.0.1-security",
"readline-sync": "^1.4.10",
"web3": "^1.5.1",
"request": "^2.85.0",
"request-promise": "^4.2.2",
},
"devDependencies": {
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"mocha": "^2.4.5",
"should": "^8.3.0",
"babel-loader": "^8.2.2",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@hot-loader/react-dom": "^17.0.1+4.13.0",
"webpack-dev-server": "^3.11.2",
"css-loader": "^6.2.0",
"style-loader": "^3.2.1",
"copy-webpack-plugin": "^9.0.1",
"html-webpack-plugin": "^5.3.2",
"less-loader": "^10.0.1",
"less": "^4.1.1",
"url-loader": "^4.1.1",
"lodash-webpack-plugin": "^0.11.6",
"clean-webpack-plugin": "^4.0.0-alpha.0"
}
}