-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
88 lines (88 loc) · 2.96 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
{
"version": "2.34.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": "jest --forceExit",
"build": "tsc src/libs/deployless/deployless.ts -t es5",
"prettier": "prettier --write 'contracts/**/*.sol'",
"lint:fix": "eslint ./src/** --ext .js,.jsx,.ts,.tsx --fix"
},
"dependencies": {
"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",
"scrypt-js": "^3.0.1",
"uuid": "9.0.0"
},
"peerDependencies": {
"@types/uuid": "9.0.0",
"@ambire/signature-validator": "^1.0.3",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@ethersproject/abstract-signer": "^5.7.0",
"@types/validator": "^13.7.0",
"@unstoppabledomains/resolution": "^9.2.2",
"@walletconnect/client": "^1.7.1",
"bip44-constants": "^128.0.0",
"ethereumjs-util": "^7.1.3",
"react": "^18.1.0",
"url": "^0.11.0",
"validator": "^13.7.0"
},
"devDependencies": {
"@jest/globals": "^29.6.1",
"@ungap/structured-clone": "^1.2.0",
"@borislav.itskov/schnorrkel.js": "2.0.85",
"@ensdomains/dnsprovejs": "^0.4.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/mocha": "^10.0.1",
"@types/node": "^18.16.1",
"@types/node-fetch": "^2.6.11",
"@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",
"ethereumjs-abi": "^0.6.8",
"hardhat": "^2.14.0",
"hardhat-gas-reporter": "^1.0.9",
"jest": "^29.6.1",
"js-sha3": "^0.8.0",
"node-fetch": "^2.7.0",
"node-rsa": "^1.0.6",
"prettier": "^2.5.0",
"prettier-plugin-solidity": "^1.1.3",
"secp256k1": "^5.0.0",
"solc": "0.8.19",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.5.4"
}
}