-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "crypto",
"repository": "https://github.com/vercel/examples.git",
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@glif/filecoin-address": "^2.0.18",
"@lighthouse-web3/sdk": "^0.2.5",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@openzeppelin/contracts": "^4.8.3",
"@sendgrid/mail": "^7.7.0",
"@typechain/hardhat": "^6.1.2",
"@zondax/filecoin-solidity": "^4.0.2",
"bls-eth-wasm": "^1.0.6",
"ethers": "^5.5.1",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"immer": "^10.0.2",
"jest": "^29.5.0",
"keyv": "^4.5.2",
"next": "canary",
"react": "latest",
"react-dom": "latest",
"ts-jest": "^29.1.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@typechain/hardhat": "^6.1.2",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.5",
"@types/react": "latest",
"eslint": "^8.36.0",
"eslint-config-next": "canary",
"ethereum-waffle": "^4.0.10",
"hardhat": "^2.11.2",
"hardhat-contract-sizer": "^2.4.0",
"hardhat-deploy": "^0.9.29",
"hardhat-gas-reporter": "^1.0.7",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"turbo": "^1.8.5",
"typescript": "4.7.4"
}
}