-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.24 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": "de-junkeng",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"keywords": [],
"author": "Shinichi Hanayama",
"license": "MIT",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^3.2.0",
"@symfoni/hardhat-react": "^0.1.14",
"@typechain/ethers-v5": "^4.0.0",
"@types/chai": "^4.2.14",
"@types/dotenv": "^8.2.0",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.9",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.2.0",
"ethers": "^5.0.21",
"hardhat": "^2.1.1",
"hardhat-deploy": "^0.7.0-beta.44",
"hardhat-deploy-ethers": "^0.3.0-beta.7",
"hardhat-typechain": "^0.3.4",
"moment": "^2.29.1",
"node-fetch": ">=2.6.1",
"ts-generator": "^0.1.1",
"ts-morph": "^9.0.0",
"ts-node": "^9.0.0",
"typechain": "^4.0.1",
"typescript": "^4.1.2",
"yargs-parser": ">=20.2.7"
},
"scripts": {
"test": "npx hardhat test --network hardhat",
"serve": "npx hardhat node --watch --network hardhat",
"deploy": "npx hardhat deploy",
"react": "npx hardhat react",
"frontend": "cd frontend && npm run start"
}
}