-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "zkredentials-interface",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typechain": "typechain --out-dir src/contracts/abi/types --target=ethers-v5 \"src/contracts/abi/*.json\""
},
"dependencies": {
"@metamask/providers": "^10.2.1",
"@metamask/sdk": "^0.1.0",
"@pushprotocol/restapi": "^1.2.2",
"@typechain/ethers-v5": "^10.2.0",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@web3-react/core": "8.1.0-beta.0",
"@worldcoin/id": "^0.9.2",
"@worldcoin/idkit": "^0.4.8",
"axios": "^1.3.5",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"ethers": "^5.7.2",
"graphql-request": "^6.0.0",
"next": "13.3.0",
"prettier": "^2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.9",
"typechain": "^8.1.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/styled-components": "^5.1.26"
}
}