forked from nnsW3/client-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.38 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "@orbiter-finance/source",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev:maker-openapi": "npx nx run maker-openapi:serve",
"dev:explore-open-api": "npx nx run explore-open-api:serve",
"dev:arbitration": "npx nx run arbitration:serve",
"dev:explore-DataCrawler": "npx nx run explore-DataCrawler:serve",
"dev:explore-DataRefinery": "npx nx run explore-DataRefinery:serve",
"dev:data-synchronization": "npx nx run data-synchronization:serve",
"dev:maker-client": "npx nx run maker-client:serve"
},
"resolutions": {
"ethereumjs-abi": "https://registry.npmjs.org/ethereumjs-abi/-/ethereumjs-abi-0.6.8.tgz"
},
"private": true,
"dependencies": {
"@elastic/ecs-winston-format": "^1.4.0",
"@ethersproject/keccak256": "^5.7.0",
"@ethersproject/providers": "5.7.2",
"@ethersproject/wallet": "5.7.0",
"@imtbl/core-sdk": "^2.2.0",
"@liaoliaots/nestjs-redis": "^9.0.5",
"@loopring-web/loopring-sdk": "2.1.14",
"@nestjs/common": "^10.2.7",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.7",
"@nestjs/event-emitter": "^2.0.2",
"@nestjs/platform-express": "^10.2.7",
"@nestjs/schedule": "^4.0.0",
"@nestjs/sequelize": "^10.0.0",
"@nx/js": "17.0.1",
"@nx/nest": "17.0.1",
"@nx/webpack": "17.0.1",
"@nx/workspace": "17.0.1",
"@willsoto/nestjs-prometheus": "^6.0.0",
"amqplib": "^0.10.3",
"async-mutex": "^0.4.0",
"axios": "^1.5.1",
"bignumber.js": "^9.1.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"consul": "^1.2.0",
"cron": "^3.1.4",
"dayjs": "^1.11.10",
"ethers": "^5.7.2",
"ethers6": "npm:ethers@^6.8.0",
"express": "^4.18.2",
"googleapis": "^128.0.0",
"https-proxy-agent": "^7.0.2",
"ioredis": "^5.3.2",
"js-yaml": "^4.1.0",
"json-bigint": "^1.0.0",
"keyv": "^4.5.4",
"keyv-file": "^0.2.0",
"level": "^8.0.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mysql2": "^3.6.2",
"nest-winston": "^1.9.4",
"nx": "17.0.1",
"pg": "^8.11.3",
"prom-client": "^15.0.0",
"reflect-metadata": "^0.1.13",
"rlp": "^3.0.0",
"rxjs": "^7.8.1",
"sequelize": "^6.33.0",
"sequelize-typescript": "^2.1.5",
"starknet": "5.19.5",
"truffle-privatekey-provider": "^1.5.0",
"tslib": "^2.6.2",
"typescript": "5.2.2",
"web3": "1.3.0",
"winston": "^3.11.0",
"winston-daily-rotate-file": "^4.7.1",
"zksync": "^0.13.1",
"zksync-crypto": "^0.6.2"
},
"devDependencies": {
"@nestjs/schematics": "^10.0.2",
"@nestjs/testing": "^10.2.7",
"@nx/eslint-plugin": "17.0.1",
"@nx/jest": "17.0.1",
"@nx/linter": "17.0.1",
"@nx/node": "17.0.1",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@types/amqplib": "^0.10.3",
"@types/consul": "^0.40.2",
"@types/jest": "^29.5.6",
"@types/js-yaml": "^4.0.8",
"@types/json-bigint": "^1.0.3",
"@types/lodash": "^4.14.200",
"@types/node": "~18.7.1",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "~8.52.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx-cloud": "16.5.2",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1"
}
}