-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.66 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
51
52
{
"name": "gravatar-squid",
"private": true,
"scripts": {
"build": "sqd build",
"update": "npx npm-check-updates --filter /subsquid/ --upgrade && yarn install",
"db:migrate": "npx squid-typeorm-migration apply",
"proc": "sqd process:dev",
"api": "squid-graphql-server",
"codegen": "squid-typeorm-codegen",
"reset": "docker compose down -v db && docker compose up -d",
"lint": "eslint --fix"
},
"dependencies": {
"@belopash/typeorm-store": "^1.5.0",
"@ethersproject/abi": "^5.7.0",
"@subsquid/archive-registry": "^3.3.0",
"@subsquid/big-decimal": "^1.0.0",
"@subsquid/evm-processor": "^1.19.1",
"@subsquid/graphql-server": "^4.7.0-beta.e0338f",
"@subsquid/http-client": "^1.4.0",
"@subsquid/typeorm-migration": "^1.3.0",
"@subsquid/typeorm-store": "^1.5.1",
"bs58": "^5.0.0",
"class-validator": "^0.14.1",
"dotenv": "^16.4.5",
"ethers": "^6.11.1",
"lodash": "^4.17.21",
"pg": "^8.11.3",
"type-graphql": "^1.2.0-rc.1",
"typeorm": "^0.3.20"
},
"devDependencies": {
"@subsquid/evm-typegen": "4.1.4",
"@subsquid/file-store": "^2.0.0",
"@subsquid/typeorm-codegen": "2.0.1",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.28",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"prettier": "^3.2.5",
"tsc-alias": "^1.8.8",
"typescript": "~5.4.2"
}
}