forked from iMuzz/web3-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 KB
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
{
"name": "eth-starter-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"compile": "npx hardhat compile"
},
"dependencies": {
"@chainlink/contracts": "^0.2.2",
"@davatar/react": "^1.8.1",
"@ensdomains/ensjs": "^2.0.1",
"@headlessui/react": "^1.4.1",
"@heroicons/react": "^1.0.5",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.3.2",
"@tailwindcss/forms": "^0.3.3",
"@types/react-modal": "^3.13.1",
"add": "^2.0.6",
"autoprefixer": "^10.3.7",
"chai": "^4.3.4",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.1",
"hardhat": "^2.6.4",
"next": "^12.0.1",
"next-themes": "^0.0.15",
"postcss": "^8.3.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1",
"tailwindcss": "^2.2.15",
"unstated-next": "^1.1.0",
"use-wallet": "^0.13.0",
"yarn": "^1.22.17"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@types/react": "17.0.24",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"hardhat-gas-reporter": "^1.0.4",
"typescript": "4.4.3"
}
}