-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "with-tailwind",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-fix": "next lint --fix"
},
"dependencies": {
"@ensdomains/ensjs": "^2.0.1",
"@walletconnect/web3-provider": "^1.6.6",
"@web3-react/core": "^6.1.9",
"axios": "^0.24.0",
"ethers": "^5.5.1",
"form-data": "^4.0.0",
"next": "12.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-syntax-highlighter": "^15.4.5",
"react-toastify": "^8.1.0",
"swr": "^1.0.1",
"use-nft": "^0.10.1",
"web3": "^1.6.1",
"web3-react": "^5.0.5"
},
"devDependencies": {
"@ethersproject/providers": "^5.5.0",
"@ethersproject/units": "^5.5.0",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.8",
"autoprefixer": "^10.4.0",
"eslint": "7",
"eslint-config-next": "12.0.3",
"postcss": "^8.3.11",
"tailwindcss": "^2.2.19"
}
}