-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"scripts": {
"test": "npx hardhat test",
"compile": "hardhat compile",
"typechain": "hardhat typechain",
"dev": "cd frontend && npm run dev",
"build": "cd frontend && npm run build"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@typechain/ethers-v5": "^7.0.1",
"@typechain/hardhat": "^2.3.0",
"argparse": "2.0.1",
"chai": "^4.3.0",
"eslint-config-prettier": "^8.8.0",
"ethereum-waffle": "^4.0.10",
"ethers": "^5.4.6",
"hardhat": "^2.6.1",
"hardhat-contract-sizer": "^2.0.3",
"node-fetch": "3.2.3",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"typechain": "^5.1.2"
},
"dependencies": {
"@openzeppelin/contracts": "^5.1.0",
"@openzeppelin/contracts-upgradeable": "^5.1.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"@headlessui/react": "^1.7.18",
"web3": "^4.5.0",
"tailwindcss": "^3.4.1",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35"
}
}