-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "web3-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/walletconnect-connector": "^6.2.13",
"@web3-react/walletlink-connector": "^6.2.14",
"dotenv": "^16.0.1",
"next": "12.1.6",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-moralis": "^1.4.0",
"web3-react": "^5.0.5",
"web3uikit": "^0.1.166"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"autoprefixer": "^10.4.7",
"chai": "^4.2.0",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"ethereum-waffle": "^3.0.0",
"ethers": "^5.6.8",
"hardhat": "^2.9.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}