-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 918 Bytes
/
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
{
"name": "ai-web-wallet",
"version": "1.0.0",
"description": "Alef Invest Web Wallet application",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --mode development --progress"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"babel-loader": "^9.1.3",
"dotenv-webpack": "^8.0.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"bip32": "^2.0.6",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^5.1.3",
"ethereum-address": "^0.0.4",
"ethereum-private-key-to-address": "^0.0.7",
"ethereumjs-tx": "^1.3.7",
"node-polyfill-webpack-plugin": "^2.0.1",
"path": "^0.12.7",
"wallet-address-validator": "^0.2.4",
"web3": "^1.9.0",
"wif": "^4.0.0"
}
}