-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
213 lines (213 loc) · 6.63 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
213
{
"name": "@nersent/astra",
"version": "0.0.1",
"private": true,
"author": "Mikołaj Palkiewicz <mikolaj@palkiewicz.net>",
"scripts": {},
"devDependencies": {
"@bazel/bazelisk": "^1.18.0",
"@bazel/buildozer": "^6.3.3",
"@bazel/ibazel": "^0.23.7",
"@builder.io/partytown": "^0.8.1",
"@connectrpc/protoc-gen-connect-es": "^1.1.3",
"@nx-tools/container-metadata": "^5.1.0",
"@nx-tools/nx-container": "^5.1.0",
"@nx/devkit": "^17.1.2",
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "17.1.1",
"@nx/linter": "16.9.1",
"@nx/next": "17.1.2",
"@nx/node": "17.1.1",
"@nx/react": "16.9.1",
"@nx/webpack": "^17.1.1",
"@nx/workspace": "17.1.1",
"@playwright/test": "^1.38.0",
"@swc/core": "^1.3.96",
"@swc/plugin-styled-components": "^1.5.67",
"@testing-library/react": "14.0.0",
"@types/bcryptjs": "^2.4.5",
"@types/busboy": "^1.5.3",
"@types/chrome-remote-interface": "^0.31.14",
"@types/cli-progress": "^1.8.1",
"@types/cookie-parser": "^1.4.5",
"@types/google-protobuf": "^3.15.6",
"@types/jest": "29.4.4",
"@types/json-diff": "^1.0.0",
"@types/jsonwebtoken": "^9.0.4",
"@types/mailparser": "^3.4.0",
"@types/mime-db": "^1.43.5",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.6.0",
"@types/nodegit": "^0.28.2",
"@types/object-hash": "^3.0.2",
"@types/parse-link-header": "^2.0.2",
"@types/progress": "^2.0.5",
"@types/qs": "^6.9.11",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-is": "18.2.1",
"@types/semver": "^7.5.5",
"@types/smtp-server": "^3.5.7",
"@types/ssh2": "^1.11.18",
"@types/styled-components": "5.1.26",
"@types/tar": "^6.1.6",
"@types/tough-cookie": "^4.0.2",
"@types/ua-parser-js": "^0.7.37",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"axios-cookiejar-support": "^4.0.3",
"babel-jest": "29.4.3",
"babel-plugin-styled-components": "1.10.7",
"cliui": "^8.0.1",
"concurrently": "^8.2.1",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"deasync": "^0.1.28",
"env-cmd": "^10.1.0",
"eslint": "8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"jest": "29.4.3",
"jest-environment-jsdom": "^29.4.1",
"jest-mock": "^27.5.1",
"lerna": "^4.0.0",
"nodemon": "^2.0.15",
"nx": "17.1.1",
"playwright": "^1.38.0",
"prettier": "2.6.2",
"protoc-gen-grpc-web": "^1.4.2",
"protoc-gen-js": "^3.21.2",
"swc-loader": "^0.2.3",
"tough-cookie": "^4.0.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsc-watch": "^4.6.0",
"typescript": "^5.3.2"
},
"dependencies": {
"@bufbuild/buf": "^1.27.2",
"@bufbuild/protobuf": "^1.4.1",
"@bufbuild/protoc-gen-es": "^1.4.1",
"@connectrpc/connect": "^1.1.3",
"@connectrpc/connect-node": "^1.1.3",
"@connectrpc/connect-web": "^1.1.3",
"@fastify/cookie": "^9.1.0",
"@fastify/multipart": "^8.0.0",
"@fastify/static": "^6.12.0",
"@fingerprintjs/botd": "^1.7.2",
"@fingerprintjs/fingerprintjs": "^4.2.1",
"@floating-ui/react": "^0.26.2",
"@grpc/grpc-js": "^1.9.4",
"@grpc/proto-loader": "^0.7.10",
"@khanacademy/simple-markdown": "^0.11.2",
"@mikro-orm/core": "^5.9.2",
"@mikro-orm/migrations": "^5.9.2",
"@mikro-orm/nestjs": "^5.2.2",
"@mikro-orm/postgresql": "^5.9.2",
"@nersent/grpc-nest": "^1.2.0-dev.1",
"@nersent/lambda-fun": "^1.1.1",
"@nestjs/common": "^10.2.10",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.1.0",
"@nestjs/microservices": "^10.1.0",
"@nestjs/platform-fastify": "^10.1.0",
"@nestjs/serve-static": "^4.0.0",
"@octokit/rest": "^19.0.5",
"@protobuf-ts/plugin": "^2.9.1",
"@sentry/browser": "^7.83.0",
"@sentry/nextjs": "^7.83.0",
"@sentry/wizard": "^3.17.0",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.0",
"@wolfram-alpha/wolfram-alpha-api": "23.1004.144821-RELEASE",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"bufferutil": "^4.0.8",
"busboy": "^1.6.0",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"chrome-remote-interface": "^0.33.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cli-progress": "^2.1.1",
"color-convert": "^2.0.1",
"commander": "^9.5.0",
"cookie-parser": "^1.4.6",
"cookies-next": "^4.1.0",
"cron": "^2.4.3",
"csv-reader": "^1.0.12",
"csv-stringify": "^6.4.4",
"csv-writer": "^1.6.0",
"deepmerge": "^4.3.1",
"dotenv": "^16.0.3",
"enquirer": "2.3.6",
"exceljs": "^4.4.0",
"fastify": "^4.10.2",
"fastify-formbody": "^5.3.0",
"fastify-helmet": "^7.1.0",
"google-protobuf": "^3.21.2",
"googleapis": "^129.0.0",
"gpt-tokenizer": "^2.1.2",
"grpc-tools": "^1.12.4",
"grpc-web": "^1.4.2",
"grpc_tools_node_protoc_ts": "^5.3.3",
"http2-wrapper": "^2.2.0",
"instagram-private-api": "^1.45.3",
"joi": "^17.7.0",
"jsonwebtoken": "^9.0.2",
"mailparser": "^3.6.5",
"markdown-table": "^3.0.3",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"mobx": "^6.10.2",
"mobx-react": "^9.0.1",
"nest-winston": "^1.9.4",
"next": "^14.0.1",
"node-emoji": "^2.1.0",
"nodejs-polars": "^0.8.3",
"object-hash": "^3.0.0",
"openai": "^4.20.0",
"parse-link-header": "^2.0.0",
"puppeteer": "^21.4.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-adblocker": "^2.13.6",
"puppeteer-extra-plugin-anonymize-ua": "^2.4.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"qs": "^6.11.2",
"re2": "^1.20.5",
"react": "18.2.0",
"react-code-blocks": "^0.1.5",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"rxjs": "^7.8.1",
"semver": "^7.5.4",
"sharp": "^0.32.6",
"smtp-server": "^3.13.0",
"ssh2": "^1.14.0",
"strip-ansi": "^7.1.0",
"stripe": "^14.5.0",
"styled-components": "5.3.6",
"tar": "^6.2.0",
"tesseract.js": "^5.0.0",
"tslib": "^2.6.2",
"user-agents": "^1.0.1444",
"utf-8-validate": "^6.0.3",
"uuid": "^9.0.1",
"winston": "^3.8.2",
"ws": "^8.14.2"
}
}