-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.26 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
{
"name": "polkadot-app-contract",
"scripts": {
"test": "npx hardhat test --network quick",
"compile": "npx hardhat compile --force",
"codestyle": "prettier . --write",
"install": "forge install && yarn compile"
},
"dependencies": {},
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.1.2",
"@nomicfoundation/hardhat-ignition": "^0.15.5",
"@nomicfoundation/hardhat-ignition-viem": "^0.15.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox-viem": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.0",
"@nomicfoundation/hardhat-viem": "^2.0.0",
"@nomicfoundation/ignition-core": "^0.15.5",
"@types/chai": "^4.2.0",
"@types/chai-as-promised": "^7.1.6",
"@types/mocha": ">=9.1.0",
"@unique-nft/contracts": "^0.0.2",
"@unique-nft/solidity-interfaces": "1.0.1",
"chai": "^4.2.0",
"hardhat": "^2.22.10",
"hardhat-gas-reporter": "^1.0.8",
"mocha-steps": "^1.3.0",
"prettier": "^3.3.3",
"prettier-plugin-solidity": "^1.4.1",
"solidity-coverage": "^0.8.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2",
"viem": "2.21.48"
},
"packageManager": "[email protected]+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}