-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 927 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
{
"name": "nft-project",
"version": "0.0.1",
"author": "deep (https://1deep1.ru/)",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@walletconnect/ethereum-provider": "^1.7.0",
"@walletconnect/web3-provider": "^1.7.0",
"@web3-react/core": "^6.1.9",
"@web3-react/fortmatic-connector": "^6.1.6",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.8",
"@web3-react/walletlink-connector": "^6.2.8",
"autoprefixer": "^10.4.13",
"eslint": "8.27.0",
"eslint-config-next": "13.0.4",
"ethers": "^5.5.2",
"next": "13.0.4",
"postcss": "^8.4.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.2.4",
"walletlink": "^2.4.0",
"web-vitals": "^2.1.2"
}
}