-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 2.15 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
{
"name": "@turuta/clowder",
"version": "0.0.1",
"description": "🪐👶🐈 Core smart contracts of Clowder.club",
"license": "BUSL-1.1",
"engines": {
"node": "16"
},
"author": "",
"scripts": {
"genBuyOrderHashes": "npx ts-node --files --project tsconfig.json test/ClowderMain/clowdersignature.script.ts"
},
"devDependencies": {
"@ethersproject/bytes": "^5.6.1",
"@looksrare/sdk": "^0.7.0",
"@nomicfoundation/hardhat-verify": "^1.0.3",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-ganache": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^11.0.0",
"@typechain/hardhat": "^7.0.0",
"@types/chai": "^4.3.0",
"@types/lodash": "^4.14.165",
"@types/mocha": "^9.1.0",
"@types/node": "^14.18.12",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/eslint-plugin-tslint": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"bignumber.js": "^9.0.2",
"chai": "^4.3.6",
"chai-bn": "^0.3.1",
"dotenv": "^14.3.2",
"eip-712": "1.0.0",
"eslint": "^8.7.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.25.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"hardhat": "^2.16.1",
"hardhat-deploy": "^0.11.34",
"hardhat-gas-reporter": "^1.0.9",
"mocha": "^9.2.2",
"node-fetch": "^2.6.7",
"nyc": "^15.1.0",
"request": "^2.88.2",
"ts-node": "^10.5.0",
"typechain": "^8.2.0",
"typescript": "^4.1.2"
},
"dependencies": {
"@0xsplits/splits-sdk": "^2.11.1",
"@ethersproject/abstract-signer": "^5.6.2",
"@openzeppelin/contracts": "^4.9.2",
"express": "^4.18.1",
"firebase-admin": "^11.0.1",
"opensea-js": "^3.0.4",
"solady": "github:Vectorized/solady#36043e8ea3c966240f92fbe90b10fc4f3f1e8596",
"solmate": "github:transmissions11/solmate#c2594bf4635ad773a8f4763e20b7e79582e41535",
"web3": "^1.7.3",
"wyvern-js": "git+https://github.com/ProjectOpenSea/wyvern-js.git#7823dfdf5a272ebbc6a46e66d23563a9d6cc1be2",
"wyvern-schemas": "git+https://github.com/ProjectOpenSea/wyvern-schemas.git#0a8d569931ddb6faa6e96f5a60fa2f83f0a8750e"
}
}