generated from rjchow/hardhat-react-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "hardhat-project",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "^3.2.0",
"@symfoni/hardhat-react": "^0.3.0",
"@typechain/ethers-v5": "^4.0.0",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.9",
"chai": "^4.2.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.4.3",
"hardhat": "^2.0.8",
"hardhat-deploy": "^0.8.11",
"hardhat-deploy-ethers": "^0.3.0-beta.10",
"hardhat-typechain": "^0.3.4",
"ts-generator": "^0.1.1",
"ts-morph": "^9.0.0",
"ts-node": "^9.0.0",
"typechain": "^4.0.1",
"typescript": "^4.1.2"
},
"scripts": {
"test": "npx hardhat test",
"dev": "hardhat deploy --network hardhat && hardhat node --network hardhat",
"frontend": "cd frontend && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/symfoni/hardhat-react-boilerplate.git"
},
"author": "Robertosnap",
"license": "MIT",
"bugs": {
"url": "https://github.com/symfoni/hardhat-react-boilerplate/issues"
},
"homepage": "https://github.com/symfoni/hardhat-react-boilerplate#readme",
"dependencies": {
"dotenv": "^10.0.0",
"web3modal": "^1.9.4"
}
}