forked from mudgen/diamond-3-hardhat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.32 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
{
"name": "contracts-starter",
"version": "1.0.0",
"description": "Template for contract projects.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mudgen/contracts-starter.git"
},
"author": "Nick Mudge",
"license": "MIT",
"bugs": {
"url": "https://github.com/mudgen/contracts-starter/issues"
},
"homepage": "https://github.com/mudgen/contracts-starter#readme",
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.6",
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.5",
"@nomicfoundation/hardhat-verify": "^2.0.9",
"@nomicfoundation/ignition-core": "^0.15.5",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"dotenv": "^8.6.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"hardhat": "^2.4.1",
"prettier": "^2.3.2",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"standard": "^16.0.3"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2",
"@openzeppelin/contracts-upgradeable": "^5.0.2",
"erc721a-upgradeable": "^4.3.0",
"hardhat-diamond-abi": "^3.0.1"
}
}