-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·78 lines (60 loc) · 1.52 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
{
"name": "next-web3-app",
"version": "0.1.0",
"private": true,
"engines": {"node": "v18.19.1"},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ethersproject/abi": "5",
"@ethersproject/bignumber": "5",
"@ethersproject/contracts": "^5.7.0",
"@lifi/sdk": "^2.2.3",
"@lifi/widget": "^2.2.6",
"@mesonfi/to": "^0.4.1",
"@skalenetwork/metaport": "1.2.0-develop.21",
"skale_metaport": "npm:@skalenetwork/metaport@2.0.3",
"@types/node": "20.4.8",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"@uniswap/widgets": "^2.53.1",
"@usedapp/core": "^1.2.11",
"antd": "^4.7.0",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.13",
"ethers": "5.7.2",
"hardhat": "^2.17.2",
"next": "13.4.13",
"next-themes": "^0.2.1",
"postcss": "8.4.27",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-redux": "^8.1.2",
"react-toastify": "^9.1.3",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"viem": "^1.5.3",
"wagmi": "^1.4.7",
"web3": "^1.10.1"
},
"description": "",
"main": "next.config.js",
"author": "",
"license": "ISC",
"browser": {
"fs": false,
"os": false,
"path": false
}
}