-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.17 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/roboto": "^4.5.5",
"@jsonforms/core": "^3.4.0",
"@jsonforms/material-renderers": "^3.4.0",
"@jsonforms/react": "^3.4.0",
"@mui/icons-material": "^5.2.0",
"@mui/lab": "^5.0.0-alpha.58",
"@mui/material": "^5.8.6",
"@mui/styles": "^5.8.6",
"@walletconnect/web3-provider": "^1.7.8",
"@wandevs/web3modal": "^1.14.1",
"@web3-react-wan/wanwallet-connector": "^6.1.17",
"ahooks": "^3.5.1",
"antd": "^4.21.4",
"copy-to-clipboard": "^3.3.1",
"darkreader": "^4.9.52",
"ethers": "^5.6.9",
"hox": "^1.1.6",
"next": "12.1.4",
"next-sitemap": "^4.2.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^5.3.0",
"style-components": "^0.1.0",
"sweetalert2": "^11.7.3",
"viem": "^2.21.10",
"wanchain-util": "^1.2.0",
"web3": "^1.8.0"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.4"
}
}