-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "ygift",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.0",
"@openzeppelin/contracts": "^3.2.0",
"@symfoni/hardhat-react": "^0.0.45",
"@types/chai": "^4.2.14",
"@types/mocha": "^8.0.3",
"@types/node": "^14.14.5",
"chai": "^4.2.0",
"ethereum-waffle": "^3.1.2",
"ethers": "^5.0.19",
"hardhat": "^2.0.2",
"hardhat-deploy": "^0.7.0-beta.23",
"hardhat-deploy-ethers": "^0.3.0-beta.5",
"hardhat-typechain": "^0.3.3",
"ts-generator": "^0.1.1",
"ts-morph": "^8.1.2",
"ts-node": "^9.0.0",
"typechain": "^3.0.0",
"typechain-target-ethers-v5": "^1.2.2",
"typescript": "^4.0.5"
},
"scripts": {
"test": "npx hardhat test",
"node": "npx hardhat node --watch",
"dev": "cd frontend && npm run dev",
"deploy:prod": "cd frontend && npm run deploy:prod"
},
"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": {}
}