-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
"@rainbow-me/rainbowkit": "^0.4.6",
"clsx": "^1.2.1",
"dotenv": "^16.0.1",
"ethers": "^5.6.9",
"module-alias": "^2.2.2",
"next": "12.2.5",
"prettier": "^2.7.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.1.8",
"wagmi": "^0.6.3"
},
"devDependencies": {
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/node": "18.7.2",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.21.0",
"eslint-config-next": "12.2.5",
"hardhat": "^2.10.1",
"postcss": "^8.4.16",
"postcss-preset-env": "^7.7.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "4.7.4"
}
}