-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 894 Bytes
/
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
{
"name": "tulip-data",
"license": "MIT",
"version": "0.0.1",
"author": "1Hive",
"main": "index",
"scripts": {
"lint": "eslint .",
"pack": "webpack --mode production",
"prepublish": "npm run pack"
},
"dependencies": {
"@makerdao/multicall": "^0.12.0",
"bluebird": "^3.7.2",
"commander": "6.1.0",
"csv-stringify": "5.3.3",
"date-fns": "^2.17.0",
"graph-results-pager": "https://github.com/LufyCZ/graph-results-pager",
"graphql": "14.5.8",
"graphql-request": "^3.4.0",
"isomorphic-ws": "^4.0.1",
"node-fetch": "^2.6.1",
"subscriptions-transport-ws": "0.9.16",
"ws": "7.2.0"
},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-prettier": "4.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.0",
"prettier": "1.17.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "4.41.2",
"webpack-cli": "3.3.9"
}
}