- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
31 lines (31 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 878 Bytes
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
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.2.0",
"@symfoni/hardhat-react": "^0.3.0",
"@typechain/ethers-v5": "^6.0.5",
"@types/chai": "^4.2.21",
"@types/mocha": "^9.0.0",
"@types/node": "^16.4.4",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.2",
"hardhat": "^2.5.0",
"hardhat-deploy": "^0.7.0-beta.44",
"hardhat-deploy-ethers": "^0.3.0-beta.7",
"hardhat-typechain": "^0.3.5",
"ts-generator": "^0.1.1",
"ts-morph": "^11.0.3",
"ts-node": "^10.1.0",
"typechain": "^4.0.3",
"typescript": "^4.3.5"
},
"scripts": {
"test": "npx hardhat test",
"node": "npx hardhat node --watch",
"frontend": "cd frontend && npm run start"
},
"dependencies": {}
}