-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.95 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
{
"name": "artisanal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.13",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"postcss-nested": "^6.0.0",
"postcss-simple-vars": "^7.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@mempool/mempool.js": "^2.3.0",
"@walletconnect/core": "^2.10.2",
"@walletconnect/jsonrpc-utils": "^1.0.8",
"@walletconnect/utils": "^2.10.2",
"@walletconnect/web3wallet": "^1.9.2",
"babel-loader": "^9.1.2",
"bip32": "^3.1.0",
"bip38": "^3.1.1",
"bitcoinjs-lib": "^6.1.0",
"browserify": "^17.0.0",
"bs58": "^5.0.0",
"bs58check": "^3.0.1",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv-webpack": "^8.0.1",
"ecpair": "^2.1.0",
"ethers": "^6.2.3",
"immer": "^9.0.19",
"js-sha256": "^0.9.0",
"postcss-mixins": "^9.0.4",
"react": "^18.2.0",
"react-code-blocks": "^0.1.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.8.1",
"react-tooltip": "^5.11.1",
"react-transition-group": "^4.4.5",
"react-zxing": "^1.1.4",
"stream-browserify": "^3.0.0",
"tiny-secp256k1": "^2.2.1",
"uint8array-tools": "0.0.7",
"use-immer": "^0.8.1",
"wif": "^2.0.6"
}
}