-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
188 lines (188 loc) · 5.96 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
{
"name": "algomart",
"version": "2.0.0-alpha.0",
"private": true,
"license": "MIT",
"engines": {
"node": ">=16",
"npm": ">=7"
},
"scripts": {
"prepare": "husky install",
"start": "nx run-many --target=serve --projects=api,cms,web,scribe --parallel --maxParallel 10 | pino-pretty",
"build": "nx run-many --target=build --all",
"test": "nx run-many --target=test --all",
"test:skip-cache": "nx run-many --target=test --all --skip-nx-cache",
"test:cypress:open": "cd ./apps/web-e2e && npx cypress open",
"test:cypress:run": "cd ./apps/web-e2e && npx cypress run",
"lint": "nx run-many --target=lint --all",
"e2e": "nx run-many --target=serve --all --watch",
"translation:export": "./tools/scripts/translation.export.mjs",
"translation:import": "./tools/scripts/translation.import.mjs",
"initialize": "npm install && nx bootstrap cms && nx import cms && nx run scribe:migrate:latest",
"drop-tables": "nx drop scribe && nx drop cms"
},
"dependencies": {
"@bull-board/fastify": "4.2.2",
"@dinero.js/calculator-bigint": "2.0.0-alpha.8",
"@dinero.js/currencies": "2.0.0-alpha.8",
"@directus/sdk": "10.1.4",
"@fastify/bearer-auth": "8.0.1",
"@fastify/cors": "8.1.0",
"@fastify/error": "3.0.0",
"@fastify/rate-limit": "7.4.0",
"@fastify/redis": "6.0.0",
"@fastify/schedule": "3.0.0",
"@fastify/sensible": "5.1.1",
"@fastify/swagger": "7.4.1",
"@headlessui/react": "1.6.6",
"@heroicons/react": "1.0.6",
"@json-rpc-tools/utils": "1.7.6",
"@next/bundle-analyzer": "12.2.5",
"@nrwl/next": "14.5.10",
"@onfido/api": "2.3.1",
"@perawallet/connect": "0.2.2",
"@pinata/sdk": "1.1.26",
"@react-spring/three": "9.5.2",
"@react-spring/web": "9.5.2",
"@react-three/drei": "9.25.2",
"@react-three/fiber": "8.6.0",
"@react-three/postprocessing": "2.6.2",
"@sendgrid/mail": "7.7.0",
"@sinclair/typebox": "0.24.31",
"@tanstack/react-query": "4.2.3",
"ajv": "8.11.0",
"ajv-formats": "2.1.1",
"algosdk": "1.19.1",
"axios": "0.27.2",
"bullmq": "1.90.0",
"clsx": "1.2.1",
"cookies": "0.8.0",
"core-js": "3.25.0",
"cors": "2.8.5",
"crypto-js": "4.1.1",
"dinero.js": "2.0.0-alpha.8",
"directus": "9.16.1",
"env-var": "7.1.1",
"fastify": "4.5.3",
"fastify-plugin": "4.2.1",
"firebase": "9.9.3",
"firebase-admin": "11.0.1",
"i18next": "21.9.1",
"i18next-fs-backend": "1.1.5",
"js-cookie": "3.0.1",
"knex": "2.2.0",
"ky": "0.31.1",
"leva": "0.9.30",
"lodash": "4.17.21",
"markdown-to-jsx": "7.1.7",
"next": "12.2.5",
"next-connect": "0.13.0",
"next-translate": "1.5.0",
"nodemailer": "6.7.8",
"objection": "3.0.1",
"onfido-sdk-ui": "9.0.0-beta.7",
"openpgp": "5.4.0",
"parse-link-header": "2.0.0",
"pg": "8.8.0",
"pino": "8.4.2",
"pino-http": "8.2.0",
"pino-pretty": "9.1.0",
"query-string": "7.1.1",
"react": "18.2.0",
"react-currency-input-field": "3.6.4",
"react-dom": "18.2.0",
"react-dropzone": "14.2.2",
"react-tiny-popover": "7.1.0",
"react-verification-code-input": "1.2.9",
"reflect-metadata": "0.1.13",
"regenerator-runtime": "0.13.9",
"rosie": "2.1.0",
"sharp": "0.30.7",
"sns-validator": "0.3.5",
"stream-mime-type": "1.0.2",
"three": "0.143.0",
"toad-scheduler": "1.6.1",
"tslib": "2.4.0",
"uuid": "8.3.2",
"validator-fns": "1.8.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "7.18.10",
"@directus/extensions-sdk": "9.16.1",
"@nrwl/cli": "14.5.10",
"@nrwl/cypress": "14.5.10",
"@nrwl/devkit": "14.5.10",
"@nrwl/eslint-plugin-nx": "14.5.10",
"@nrwl/jest": "14.5.10",
"@nrwl/linter": "14.5.10",
"@nrwl/node": "14.5.10",
"@nrwl/react": "14.5.10",
"@nrwl/tao": "14.5.10",
"@nrwl/web": "14.5.10",
"@nrwl/workspace": "14.5.10",
"@tailwindcss/aspect-ratio": "0.4.0",
"@tailwindcss/line-clamp": "0.4.0",
"@testing-library/cypress": "8.0.3",
"@testing-library/dom": "8.17.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.4.3",
"@types/cookies": "0.7.7",
"@types/cors": "2.8.12",
"@types/crypto-js": "4.1.1",
"@types/http-errors": "1.8.2",
"@types/ioredis": "4.28.10",
"@types/jest": "29.0.0",
"@types/js-cookie": "3.0.2",
"@types/jsonwebtoken": "8.5.9",
"@types/lodash": "4.14.184",
"@types/node": "18.7.14",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/rosie": "0.0.40",
"@types/sns-validator": "0.3.1",
"@types/three": "0.143.2",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.36.1",
"@typescript-eslint/parser": "5.36.1",
"autoprefixer": "10.4.8",
"babel-jest": "29.0.1",
"csv-parser": "3.0.0",
"csv-stringify": "6.2.0",
"csv-write-stream": "2.0.0",
"cypress": "10.6.0",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jest": "27.0.1",
"eslint-plugin-jest-dom": "4.0.2",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"eslint-plugin-testing-library": "5.6.0",
"eslint-plugin-unicorn": "43.0.2",
"husky": "8.0.1",
"jest": "29.0.1",
"jest-environment-jsdom": "29.0.1",
"lint-staged": "13.0.3",
"npm-run-all": "4.1.5",
"postcss": "8.4.16",
"postcss-import": "14.1.0",
"prettier": "2.7.1",
"pureimage": "0.3.14",
"react-test-renderer": "18.2.0",
"tailwindcss": "3.1.8",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"tsconfig-paths": "4.1.0",
"typescript": "4.8.2"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "eslint --cache --fix",
"*.{ts,tsx,js,jsx,css,md}": "prettier --write"
}
}