-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 4.31 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "baluni-monorepo",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"backend:dev": "nx run baluni-backend:serve --configuration=development",
"web:dev": "yarn nx run baluni-web:dev",
"cli:dev": "yarn nx run baluni-cli:serve",
"cli:rebalance:dev": "yarn nx run baluni-cli:rebalance",
"build:baluni-core":"yarn nx run baluni-core:build ",
"build:baluni-contracts":"yarn nx run baluni-contracts:build "
},
"devDependencies": {
"@esbuild-plugins/tsconfig-paths": "^0.1.2",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/devkit": "19.5.4",
"@nx/esbuild": "19.5.4",
"@nx/eslint": "19.5.4",
"@nx/eslint-plugin": "19.5.4",
"@nx/jest": "19.5.4",
"@nx/js": "19.5.4",
"@nx/nest": "19.5.4",
"@nx/next": "19.5.4",
"@nx/node": "19.5.4",
"@nx/playwright": "19.5.4",
"@nx/rollup": "^19.5.4",
"@nx/web": "19.5.4",
"@nx/webpack": "19.5.4",
"@playwright/test": "^1.36.0",
"@rollup/plugin-typescript": "^11.1.6",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.36",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"autoprefixer": "10.4.13",
"babel-jest": "^29.4.1",
"esbuild": "^0.19.2",
"eslint": "~8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"ethereum-abi-types-generator": "^1.3.4",
"hardhat": "^2.22.4",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "19.5.4",
"postcss": "8.4.38",
"prettier": "^2.6.2",
"rollup": "^4.14.0",
"swc-loader": "0.1.15",
"tailwindcss": "3.4.3",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.5.2",
"webpack-cli": "^5.1.4"
},
"workspaces": [
"packages/*"
],
"resolutions": {
"web3": "1.10.4",
"web3-shh": "1.10.4",
"keccak": "3.0.4",
"web3-bzz": "1.10.4"
},
"packageManager": "yarn@4.3.1",
"dependencies": {
"@apollo/client": "^3.10.8",
"@commander-js/extra-typings": "^12.1.0",
"@ethersproject/providers": "^5.7.2",
"@heroicons/react": "^2.0.11",
"@homeofthings/nestjs-sqlite3": "^2.0.2",
"@metamask/contract-metadata": "^2.5.0",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/schedule": "^4.1.0",
"@rainbow-me/rainbowkit": "^2.1.3",
"@tanstack/react-query": "^5.51.1",
"@thanpolas/univ3prices": "^3.0.2",
"@uniswap/sdk": "^3.0.3",
"@uniswap/sdk-core": "^4.0.10",
"@uniswap/smart-order-router": "3.19.3",
"@uniswap/v2-sdk": "^3.0.1",
"@web3auth/modal": "^8.7.0",
"axios": "^1.6.0",
"baluni": "^2.7.1-git",
"blo": "^1.0.1",
"bn.js": "^5.2.1",
"brotli": "^1.3.3",
"burner-connector": "^0.0.8",
"chalk": "^4.1.0",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"cli-table": "^0.3.11",
"commander": "^12.1.0",
"cors": "^2.8.5",
"daisyui": "^4.5.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"ethers": "^5.5.1",
"express": "^4.17.1",
"graphql": "^16.9.0",
"inquirer": "^8.0.0",
"install": "^0.13.0",
"jsbi": "3.2.5",
"next": "14.2.3",
"next-themes": "^0.3.0",
"nprogress": "^0.2.0",
"pino": "^9.3.1",
"pino-pretty": "^11.2.1",
"qrcode.react": "^3.1.0",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.3.1",
"react-hot-toast": "^2.4.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"spinners-react": "^1.0.7",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"trading-indicator": "^2.0.4",
"tslib": "^2.3.0",
"use-debounce": "^8.0.4",
"usehooks-ts": "^2.13.0",
"viem": "2.18.6",
"wagmi": "2.12.1",
"zustand": "^4.1.2"
}
}