-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.52 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
52
53
54
55
56
{
"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.4.2",
"@davatar/react": "^1.10.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@ensdomains/ensjs": "^3.0.0-alpha.10",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.10.9",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.2",
"@rainbow-me/rainbowkit": "^0.4.5",
"@tailwindcss/forms": "^0.5.2",
"@types/react-modal": "^3.13.1",
"add": "^2.0.6",
"alchemy-sdk": "^2.1.1",
"autoprefixer": "^10.4.8",
"chai": "^4.3.6",
"classnames": "^2.3.1",
"dotenv": "^16.0.1",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
"hardhat": "^2.10.1",
"next": "^12.2.4",
"next-themes": "^0.2.0",
"postcss": "^8.4.16",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"tailwindcss": "^3.1.8",
"unstated-next": "^1.1.0",
"wagmi": "^0.6.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@types/react": "18.0.17",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"hardhat-gas-reporter": "^1.0.8",
"typescript": "4.7.4"
}
}