48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.0",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.1",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.0",
|
|
"@openzeppelin/contracts": "^3.2.0",
|
|
"@symfoni/hardhat-react": "^0.1.13",
|
|
"@tenderly/hardhat-tenderly": "^1.0.6",
|
|
"@typechain/ethers-v5": "^4.0.0",
|
|
"@types/chai": "^4.2.14",
|
|
"@types/mocha": "^8.0.4",
|
|
"@types/node": "^14.14.9",
|
|
"bip39": "^3.0.3",
|
|
"chai": "^4.2.0",
|
|
"dotenv": "^8.2.0",
|
|
"ethereum-waffle": "^3.2.0",
|
|
"ethers": "^5.0.21",
|
|
"hardhat": "^2.0.4",
|
|
"hardhat-deploy": "^0.7.0-beta.44",
|
|
"hardhat-deploy-ethers": "^0.3.0-beta.7",
|
|
"hardhat-typechain": "^0.3.3",
|
|
"path": "^0.12.7",
|
|
"ts-generator": "^0.1.1",
|
|
"ts-morph": "^9.0.0",
|
|
"ts-node": "^9.0.0",
|
|
"typechain": "^4.0.0",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"scripts": {
|
|
"test": "npx hardhat test",
|
|
"node": "npx hardhat node --watch",
|
|
"frontend": "cd frontend && npm run start",
|
|
"deploy:goerli": "hardhat deploy --network goerli --deploy-scripts deploy/Bridge.ts",
|
|
"deploy:fuji": "hardhat deploy --network fuji --tags avalanche",
|
|
"deploy:fuji:reset": "hardhat deploy --network fuji --tags avalanche --reset",
|
|
"deploy:stavalanche": "hardhat deploy --network stavalanche --tags avalanche"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/status-im/eth_ava_bridge.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/symfoni/hardhat-react-boilerplate/issues"
|
|
}
|
|
}
|