-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.61 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.61 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"version": "2.68.0",
"name": "ambire-common",
"description": "Common ground for the Ambire apps",
"scripts": {
"humanizer:update:metamaskContactMetadata": "node scripts/updateHumanizerInfoWithMetaMaskContactMetadata.js",
"humanizer:generate:combineHumanizerJsons": "node scripts/combineHumanizerJsons.js",
"compile:contracts": "ts-node scripts/compileContracts.js",
"hardhat": "npx hardhat compile; npx hardhat test",
"jest": "node runTests.js",
"build": "tsc src/libs/deployless/deployless.ts -t es5",
"prettier": "prettier --write 'contracts/**/*.sol'",
"lint:fix": "eslint ./src/** --ext .js,.jsx,.ts,.tsx --fix",
"check": "tsc --noEmit && echo 'FIXME: eslint is disabled here because there are too many issues.'"
},
"dependencies": {
"@corpus-core/colibri-stateless": "^1.1.19",
"@kohaku-eth/plugins": "0.0.1-alpha.5",
"@kohaku-eth/privacy-pools": "0.0.2-alpha.6",
"@lifi/types": "^17.7.1",
"@metamask/eth-sig-util": "^8.2.0",
"aes-js": "^3.1.2",
"dotenv": "^16.3.1",
"eth-crypto": "^2.6.0",
"eth-rpc-errors": "^4.0.3",
"ethers": "^6.8.0",
"events": "^3.3.0",
"js-yaml": "^4.1.0",
"scrypt-js": "^3.0.1",
"uuid": "9.0.0",
"viem": "^2.33.3"
},
"peerDependencies": {
"@0xbow/privacy-pools-core-sdk": "0.1.22",
"@a16z/helios": "0.11.1",
"@ambire/signature-validator": "^1.0.3",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ethersproject/abstract-signer": "^5.7.0",
"@noble/hashes": "^1.8.0",
"@types/uuid": "9.0.0",
"@types/validator": "^13.7.0",
"@walletconnect/client": "^1.7.1",
"bip44-constants": "^128.0.0",
"ethereumjs-util": "^7.1.3",
"react": "^18.1.0",
"secp256k1": "^5.0.1",
"url": "^0.11.0",
"validator": "^13.7.0",
"viem": "2.33.2"
},
"peerDependenciesMeta": {
"@noble/hashes": {
"optional": true
}
},
"devDependencies": {
"@borislav.itskov/schnorrkel.js": "2.0.85",
"@ensdomains/dnsprovejs": "^0.4.1",
"@jest/globals": "^29.6.1",
"@nomicfoundation/hardhat-chai-matchers": "^2.0.1",
"@nomicfoundation/hardhat-ethers": "^3.0.0",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@nomiclabs/hardhat-etherscan": "^3.1.8",
"@openzeppelin/contracts": "^4.9.6",
"@types/aes-js": "^3.1.1",
"@types/chai": "^4.3.4",
"@types/jest": "^26.0.14",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.1",
"@types/node": "^18.16.1",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18.1.0",
"@types/ungap__structured-clone": "^1.2.0",
"@types/validator": "^13.7.0",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"chai": "^4.3.7",
"chai-assertions-count": "^1.0.2",
"dkim": "^0.7.0",
"dkim-key": "^1.3.0",
"dkim-signature": "^1.3.0",
"eslint": "8.3.0",
"eslint-config-airbnb": "19.0.1",
"eslint-config-airbnb-typescript": "16.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"hardhat": "^2.14.0",
"hardhat-gas-reporter": "^1.0.9",
"jest": "^30.0.5",
"node-fetch": "^2.7.0",
"node-rsa": "^1.0.6",
"prettier": "^2.5.0",
"prettier-plugin-solidity": "^1.1.3",
"solc": "0.8.19",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.1",
"typescript": "^5.8.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}