-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathpackage.json
47 lines (47 loc) · 1.55 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
46
47
{
"name": "root",
"private": true,
"author": "Nick Barry",
"license": "MIT",
"scripts": {
"lerna-publish": "yarn build && lerna publish && lerna run tsc-clean",
"build": "hardhat compile && lerna run tsc",
"prepare": "husky install",
"prettier": "prettier --write --ignore-path .gitignore .",
"upgrade-dependencies": "yarn-up -e '@solidstate/library,@solidstate/spec,@solidstate/typechain-types' && yarn upgrade"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@solidstate/hardhat-4byte-uploader": "^1.0.2",
"@solidstate/library": "link:lib",
"@solidstate/spec": "link:spec",
"@solidstate/typechain-types": "link:typechain-types",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.6",
"chai": "^4.3.6",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.9",
"hardhat": "^2.10.1",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-spdx-license-identifier": "^2.0.3",
"husky": "^8.0.1",
"keccak256": "^1.0.6",
"lerna": "^5.1.8",
"lint-staged": "^13.0.3",
"merkletreejs": "^0.2.32",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-dev.23",
"solidity-coverage": "^0.7.21",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.7.4",
"yarn-up": "^1.4.1"
}
}