forked from Kinco-dev/viem-issue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 1010 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
{
"name": "betswirl-api",
"private": true,
"scripts": {
"graphql": "npx graphclient build & vercel build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betswirl/api.git"
},
"author": "Romuald Hog <[email protected]>",
"dependencies": {
"@balancer-labs/sdk": "^1.1.6-beta.10",
"@supabase/supabase-js": "^2.45.3",
"@uniswap/v3-periphery": "^1.4.4",
"@urql/core": "^4.2.2",
"axios": "^1.6.5",
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"jsonschema": "^1.4.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"validator": "^13.11.0",
"viem": "^2.21.9"
},
"devDependencies": {
"@graphprotocol/client-cli": "^3.0.0",
"@types/lodash": "^4.17.1",
"@types/node": "^22.5.4",
"@types/validator": "^13.11.10",
"@vercel/node": "^3.0.15",
"mobula-sdk": "^1.5.4",
"typescript": "^5.6.2"
}
}