-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 869 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 869 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
{
"name": "dapp-starter",
"version": "0.0.1",
"scripts": {
"build": "npx hardhat compile --network localhost && tsc && vite build",
"test": "mocha --exit --recursive"
},
"dependencies": {
"@chainlink/contracts": "^0.4.1",
"ethers": "^5.6.8",
"fast-csv": "^4.3.6"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.6",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@openzeppelin/hardhat-upgrades": "^1.18.1",
"@openzeppelin/test-helpers": "^0.5.15",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"dotenv": "^16.0.1",
"erc721a": "^4.1.0",
"ethereum-waffle": "^3.4.4",
"hardhat": "^2.9.9",
"web3": "^1.7.3"
}
}