-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "dblog",
"version": "0.1.0",
"private": true,
"author": "Abhishek Patel",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm run lint",
"prepare": "husky install",
"codegen": "graph generate-types subgraph.yaml",
"graph-build": "graph build subgraph.yaml",
"build-ipfs": "graph build --ipfs /ip4/127.0.0.1/tcp/5001 subgraph.yaml"
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@graphprotocol/graph-cli": "^0.21.2",
"@graphprotocol/graph-ts": "^0.26.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.5.0",
"@walletconnect/web3-provider": "^1.7.5",
"chai": "^4.3.6",
"easymde": "^2.16.1",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.0",
"hardhat": "^2.9.1",
"ipfs-http-client": "^56.0.1",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.1",
"react-simplemde-editor": "^5.0.2",
"web3modal": "^1.9.5"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"graph-cli": "^0.0.1",
"husky": "^7.0.0"
}
}