-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
88 lines (88 loc) · 2.78 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "zksync-sso-contracts",
"description": "ZKsync SSO contracts",
"private": true,
"author": "Matter Labs <zksync.io>",
"license": "GPL-3.0-only",
"keywords": [
"zksync",
"account-abstraction",
"EIP7579"
],
"scripts": {
"prepare": "husky",
"fmt": "pnpm prettier --write .",
"lint": "pnpm run lint:markdown && pnpm run lint:spelling && pnpm run lint:prettier",
"lint:fix": "pnpm run lint:prettier --write",
"lint:markdown": "markdownlint-cli2 '**/*.md'",
"lint:spelling": "cspell .",
"lint:prettier": "prettier --check .",
"build": "pnpm hardhat compile",
"clean": "pnpm hardhat clean",
"test": "pnpm hardhat test",
"deploy": "pnpm hardhat deploy",
"upgrade": "pnpm hardhat upgrade"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/js": "9.11.1",
"@ethersproject/contracts": "5.7.0",
"@ethersproject/providers": "5.7.2",
"@hexagon/base64": "1.1.28",
"@levischuck/tiny-cbor": "0.2.2",
"@matterlabs/hardhat-zksync": "1.2.0",
"@matterlabs/hardhat-zksync-deploy": "1.5.0",
"@matterlabs/zksync-contracts": "^0.6.1",
"@nomad-xyz/excessively-safe-call": "^0.0.1-rc.1",
"@nomicfoundation/hardhat-chai-matchers": "2.0.8",
"@nomicfoundation/hardhat-ethers": "3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"@nomicfoundation/hardhat-verify": "2.0.11",
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/contracts-upgradeable": "4.9",
"@peculiar/asn1-ecc": "2.3.14",
"@peculiar/asn1-schema": "2.3.13",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.1",
"@simplewebauthn/types": "^10.0.0",
"@stylistic/eslint-plugin": "2.8.0",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.26",
"@typechain/ethers-v6": "0.5.1",
"@typechain/hardhat": "9.1.0",
"@types/chai": "4.3.20",
"@types/elliptic": "6.4.18",
"@types/ini": "4.1.1",
"@types/mocha": "10.0.8",
"@types/node": "20.16.10",
"bigint-conversion": "^2.4.3",
"chai": "4.5.0",
"cspell": "8.14.4",
"dotenv": "16.4.5",
"elliptic": "6.5.7",
"eslint": "9.11.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"ethers": "6.13.2",
"globals": "15.9.0",
"hardhat": "^2.22.17",
"husky": "9.1.6",
"ini": "5.0.0",
"lint-staged": "15.2.10",
"markdownlint-cli2": "0.14.0",
"mocha": "10.7.3",
"nuxt": "3.13.2",
"nx": "19.8.6",
"prettier": "3.3.3",
"prettier-plugin-solidity": "^1.4.1",
"solady": "^0.0.273",
"ts-node": "10.9.2",
"typechain": "8.3.2",
"typescript": "5.6.2",
"typescript-eslint": "8.7.0",
"viem": "^2.21.14",
"zksync-ethers": "6.15.0",
"zksync-sso": "0.0.0-beta.2"
},
"packageManager": "[email protected]"
}