-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
212 lines (212 loc) · 7.67 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"name": "monorepo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"script": "NODE_TLS_REJECT_UNAUTHORIZED='0' nx run api:script",
"scriptauth": "NODE_TLS_REJECT_UNAUTHORIZED='0' nx run auth:script",
"start": "nx serve",
"build": "nx build",
"build:safe": "docker compose exec txs-web python manage.py insert_safe_master_copy --address \"0xd916a690676e925Ac9Faf2d01869c13Fd9757ef2\"",
"ngrok": "~/ngrok http --domain=local.api.thx.network https://localhost:3000",
"hardhat": "nx run api:hardhat",
"hardhat-deploy": "nx run api:hardhat-deploy",
"test": "NODE_OPTIONS='--max-old-space-size=8192' nx test",
"serve:docker": "docker-compose --env-file .env.example -f docker-compose.yml -f docker-compose.safe.yml up --build -d",
"serve:app": "nx run app:serve",
"serve:studio": "nx run studio:serve",
"serve:wallet": "nx run wallet:serve",
"serve:api": "NODE_TLS_REJECT_UNAUTHORIZED='0' nx serve api",
"serve:auth": "NODE_TLS_REJECT_UNAUTHORIZED='0' nx serve auth"
},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.576.0",
"@aws-sdk/client-ses": "^3.576.0",
"@balancer-labs/sdk": "1.1.6-beta.23",
"@balancer/sdk": "^0.14.0",
"@ethersproject/wallet": "^5.7.0",
"@godaddy/terminus": "^4.12.1",
"@hokify/agenda": "^6.3.0",
"@nomicfoundation/hardhat-toolbox": "2.0.2",
"@openzeppelin/contracts": "3.4.2",
"@openzeppelin/defender-relay-client": "^1.54.2",
"@pinata/sdk": "^2.1.0",
"@popperjs/core": "^2.11.6",
"@safe-global/api-kit": "^1.1.0",
"@safe-global/protocol-kit": "1.2.0",
"@supabase/supabase-js": "^2.44.4",
"@tkey/default": "10.1.0",
"@tkey/security-questions": "10.1.0",
"@tkey/web-storage": "10.1.0",
"@types/multer": "^1.4.11",
"@types/promise-poller": "^1.7.4",
"@vuepic/vue-datepicker": "7.2.0",
"@wagmi/connectors": "^4.1.14",
"@wagmi/core": "^2.6.5",
"@walletconnect/modal": "^2.6.2",
"@web3modal/wagmi": "^4.0.9",
"alchemy-sdk": "^3.3.1",
"axios": "^1.6.5",
"axios-better-stacktrace": "^2.1.6",
"bcrypt": "^5.1.1",
"bootstrap": "5.3",
"bootstrap-vue-next": "^0.14.10",
"canvas": "^2.11.2",
"chart.js": "^4.4.0",
"color": "^4.2.3",
"core-js": "^3.6.5",
"csv-stringify": "^6.5.0",
"date-fns": "^2.29.3",
"discord.js": "^14.15.2",
"ethers": "5.7.2",
"express": "~4.18.1",
"express-async-errors": "^3.1.1",
"express-ejs-layouts": "^2.5.1",
"express-jwt": "^8.4.1",
"express-rate-limit": "^7.2.0",
"express-validator": "^7.0.1",
"fabric-ca-client": "^2.2.20",
"fabric-network": "^2.2.20",
"file-saver": "^2.0.5",
"googleapis": "^137.1.0",
"helmet": "^7.1.0",
"jose": "^4.14.4",
"jszip": "^3.10.1",
"jwks-rsa": "^3.1.0",
"lusca": "^1.7.0",
"magic-bytes.js": "^1.10.0",
"marked": "^12.0.2",
"migrate-mongo": "^11.0.0",
"mixpanel-browser": "^2.45.0",
"mongoose": "^8.3.5",
"morgan": "^1.10.0",
"morgan-body": "^2.6.9",
"multer": "^1.4.5-lts.1",
"newrelic": "^11.17.0",
"node-jose": "^2.2.0",
"pinia": "^2.0.23",
"prismjs": "^1.29.0",
"promise-poller": "^1.9.1",
"protobufjs": "^7.2.4",
"puppeteer": "21.3.4",
"qrcode": "^1.5.4",
"sharp": "^0.33.5",
"short-uuid": "^5.2.0",
"tslib": "^2.3.0",
"viem": "^2.7.13",
"vue": "3.4.21",
"vue-chart-3": "^3.1.8",
"vue-confetti-explosion": "^1.0.2",
"vue-router": "^4.0.0-0",
"vue3-clipboard": "^1.0.0",
"vue3-toastify": "^0.1.11",
"web3-utils": "^1.8.2",
"winston": "^3.13.0",
"yarn": "^1.22.21"
},
"devDependencies": {
"@ethersproject/abi": "^5.4.7",
"@ethersproject/providers": "^5.4.7",
"@gnosis.pm/safe-contracts": "1.3.0",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.0",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nrwl/node": "19.0.4",
"@nx-plus/vue": "^14.1.0",
"@nx/cypress": "19.0.4",
"@nx/devkit": "19.0.4",
"@nx/esbuild": "19.0.4",
"@nx/eslint": "19.0.4",
"@nx/eslint-plugin": "19.0.4",
"@nx/jest": "19.0.4",
"@nx/js": "19.0.4",
"@nx/node": "19.0.4",
"@nx/playwright": "19.0.4",
"@nx/vite": "19.0.4",
"@nx/web": "19.0.4",
"@nx/webpack": "19.0.4",
"@nx/workspace": "19.0.4",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.2",
"@types/chai": "^4.2.0",
"@types/color": "^3.0.3",
"@types/compression": "^1.7.5",
"@types/ejs": "^3.1.5",
"@types/express": "~4.17.13",
"@types/file-saver": "^2.0.7",
"@types/jest": "29.4.4",
"@types/jszip": "^3.4.1",
"@types/lusca": "^1.7.5",
"@types/migrate-mongo": "^10.0.4",
"@types/mixpanel-browser": "^2.38.0",
"@types/mocha": ">=9.1.0",
"@types/node": "~18.16.9",
"@types/qrcode": "^1.5.5",
"@types/supertest": "^6.0.2",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^2.0.0-0",
"c8": "^7.12.0",
"chai": "^4.2.0",
"csv-parser": "^3.0.0",
"cypress": "^13.6.6",
"esbuild": "^0.19.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0-0",
"hardhat": "2.14.0",
"hardhat-gas-reporter": "^1.0.8",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.4.1",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"jsdom": "~22.1.0",
"nock": "^13.5.4",
"nx": "19.0.4",
"openai": "^4.47.1",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"solidity-coverage": "^0.8.0",
"supertest": "^7.0.0",
"swc-loader": "0.1.15",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"typechain": "^8.3.0",
"typescript": "5.4.5",
"unplugin-vue-components": "^0.25.1",
"vite": "5.1.6",
"vite-plugin-eslint": "^1.6.0",
"vite-plugin-mkcert": "^1.16.0",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "1.6.0",
"vue3-jest": "^27.0.0-alpha.1"
},
"resolutions": {
"@achrinza/node-ipc": "9.2.7",
"lit": "3.1.0"
}
}