-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
{
"name": "@sushiswap/subgraphs",
"private": true,
"workspaces": [
"packages/abis",
"packages/constants",
"packages/pricing",
"subgraphs/bar",
"subgraphs/blocks",
"subgraphs/exchange",
"subgraphs/masterchefV2",
"subgraphs/erc721",
"subgraphs/candles",
"subgraphs/vault",
"subgraphs/campaign"
],
"scripts": {
"build": "yarn workspaces run build",
"codegen": "yarn workspaces run codegen",
"prepare": "yarn workspaces run prepare",
"create": "yarn workspaces run deploy",
"deploy": "yarn workspaces run deploy",
"prepare:mainnet": "yarn workspaces run prepare:mainnet",
"prepare:rinkeby": "yarn workspaces run prepare:rinkeby",
"prepare:ropsten": "yarn workspaces run prepare:ropsten",
"prepare:shiden": "yarn workspaces run prepare:shiden",
"prepare:shibuya": "yarn workspaces run prepare:shibuya"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.19.0",
"@graphprotocol/graph-ts": "^0.20.0",
"@sushiswap/core": "^1.4.2",
"@sushiswap/prettier-config": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"ejs": "^3.1.6",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.0.0",
"handlebars": "^4.7.7",
"mustache": "^4.2.0",
"prettier": "^2.0.0",
"typescript": "^4.4.4"
},
"dependencies": {
"ansi-regex": "^5.0.1",
"keypair": "^1.0.4",
"keytar": "^7.7.0",
"yargs-parser": "^18.1.2"
}
}