-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "elfdao",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alch/alchemy-web3": "^1.1.9",
"@emotion/cache": "^11.7.1",
"@emotion/core": "10.1.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@ethersproject/providers": "^5.5.1",
"@mui/icons-material": "^5.0.0-rc.1",
"@mui/material": "^5.2.4",
"@mui/styles": "^5.2.3",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.8",
"@web3-react/walletlink-connector": "^6.2.8",
"axios": "^0.24.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"eslint-plugin-i18n-json": "^3.1.0",
"ethers": "^5.5.2",
"express-redis-cache": "^1.1.3",
"keccak256": "^1.0.6",
"merkletreejs": "^0.2.27",
"next": "12.0.3",
"next-intl": "^2.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^7.1.0",
"sass": "^1.44.0",
"sharp": "^0.29.3",
"styled-components": "^5.3.3",
"swr": "^1.1.2-beta.0",
"web3": "^1.6.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.3"
},
"resolutions": {
"styled-components": "^5"
}
}