generated from yuanjunliang/web3-interface-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1000 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
35
36
{
"private": true,
"author": "yuanjunliang <1610712512@qq.com>",
"scripts": {
"dev": "umi dev",
"build": "umi build",
"postinstall": "umi setup",
"setup": "umi setup",
"start": "npm run dev"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ethersproject/providers": "^5.7.2",
"@layerzerolabs/scan-client": "^0.0.5",
"@walletconnect/ethereum-provider": "^1.7.8",
"@web3-react/core": "8.1.3-beta.0",
"@web3-react/metamask": "8.1.2-beta.0",
"@web3-react/types": "8.0.20-beta.0",
"@web3-react/walletconnect": "8.0.36-beta.0",
"@web3-react/walletconnect-v2": "8.1.3-beta.0",
"antd": "^5.4.6",
"bignumber.js": "^9.1.1",
"classnames": "^2.3.2",
"ethers": "5",
"hox": "^2.1.0",
"moment": "^2.29.4",
"normalize.css": "^8.0.1",
"umi": "^4.0.67"
},
"devDependencies": {
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@umijs/plugins": "^4.0.67",
"typescript": "^5.0.3"
}
}