-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
215 lines (215 loc) · 6.95 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
214
215
{
"name": "hibiscus",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx run-many --target=serve --all",
"build": "nx run-many --target=build --all",
"test": "nx run-many --target=test --all",
"format": "prettier --write --cache --cache-strategy metadata . && nx run-many --target=format --all",
"supabase:gen-types": "supabase gen types typescript --local > ./libs/types/src/lib/supabase.gen.ts",
"serve:dashboard-sso": "nx run-many --target=serve --projects=dashboard,sso",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.229.0",
"@aws-sdk/client-s3": "^3.241.0",
"@aws-sdk/client-ses": "^3.245.0",
"@aws-sdk/util-dynamodb": "^3.241.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@fontsource/inter": "^4.5.11",
"@hacksc/sctw-ui-kit": "^1.4.1",
"@headlessui/react": "^1.7.7",
"@reduxjs/toolkit": "^1.9.1",
"@rive-app/react-canvas": "^3.0.35",
"@sandstreamdev/react-swipeable-list": "^1.0.2",
"@sendgrid/mail": "^7.7.0",
"@sentry/browser": "^7.34.0",
"@sentry/nextjs": "^7.34.0",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/supabase-js": "^2.39.3",
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/dynamic": "^2.0.3",
"@vanilla-extract/recipes": "^0.5.0",
"@vercel/edge-config": "^0.1.1",
"airplane": "^0.2.30",
"autoprefixer": "^10.4.20",
"aws-serverless-express": "^3.4.0",
"axios": "^1.5.1",
"classnames": "^2.3.2",
"cookies-next": "^2.1.1",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "4.18.2",
"express-rate-limit": "^6.7.0",
"express-slow-down": "^1.5.0",
"formidable": "^2.1.1",
"formik": "^2.2.9",
"framer-motion": "^10.16.4",
"fuse.js": "^6.6.2",
"hono": "^3.5.4",
"jsonwebtoken": "^8.5.1",
"meilisearch": "^0.28.0",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"mongodb": "^4.11.0",
"morgan": "^1.10.0",
"next": "13.0.0",
"next-redux-wrapper": "^8.1.0",
"nprogress": "^0.2.0",
"postcss": "^8.4.47",
"react": "18.2.0",
"react-calendar": "^4.0.0",
"react-dom": "18.2.0",
"react-flippy": "^1.1.0",
"react-gtm-module": "^2.0.11",
"react-hot-toast": "^2.3.0",
"react-icons": "^5.3.0",
"react-is": "18.2.0",
"react-live-clock": "^6.1.1",
"react-loader-spinner": "^5.3.4",
"react-moment": "^1.1.3",
"react-query": "^3.39.1",
"react-redux": "^8.0.5",
"react-resize-detector": "^8.0.2",
"react-responsive": "^9.0.2",
"react-select": "^5.8.1",
"react-sortable-hoc": "^2.0.0",
"react-spinners": "^0.13.4",
"react-transition-group": "^4.4.5",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"request-ip": "^3.3.0",
"rollup-plugin-less": "^1.1.3",
"schema-to-yup": "^1.11.16",
"serverless": "^3.27.0",
"serverless-esbuild": "^1.37.3",
"serverless-http": "^3.1.1",
"serverless-offline": "^12.0.4",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "5.3.6",
"supabase": "^1.45.1",
"tailwindcss": "^3.4.14",
"tslib": "^2.3.0",
"tsyringe": "^4.7.0",
"uppy": "^3.3.1",
"uuid": "^9.0.0",
"yargs-parser": "^21.1.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.0",
"@babel/core": "7.12.13",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "7.12.13",
"@cloudflare/workers-types": "^4.20230821.0",
"@cypress/webpack-preprocessor": "^5.12.0",
"@faker-js/faker": "^7.6.0",
"@flowaccount/nx-serverless": "^1.2.1",
"@nrwl/cli": "15.4.1",
"@nrwl/cypress": "15.4.1",
"@nrwl/devkit": "15.4.1",
"@nrwl/eslint-plugin-nx": "15.4.1",
"@nrwl/express": "15.4.1",
"@nrwl/jest": "15.4.1",
"@nrwl/linter": "15.4.1",
"@nrwl/next": "15.4.1",
"@nrwl/node": "15.4.1",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/react": "15.4.1",
"@nrwl/storybook": "15.4.1",
"@nrwl/vite": "15.4.1",
"@nrwl/web": "15.4.1",
"@nrwl/workspace": "15.4.1",
"@nxlv/python": "^15.5.0",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-essentials": "~6.5.9",
"@storybook/builder-webpack5": "~6.5.9",
"@storybook/core-server": "~6.5.9",
"@storybook/manager-webpack5": "~6.5.9",
"@storybook/react": "~6.5.9",
"@svgr/rollup": "^6.1.2",
"@svgr/webpack": "^5.4.0",
"@swc/core": "^1.2.173",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.4.0",
"@types/aws-serverless-express": "^3.3.5",
"@types/command-exists": "^1.2.0",
"@types/cors": "^2.8.13",
"@types/cross-spawn": "^6.0.2",
"@types/express": "4.17.14",
"@types/express-slow-down": "^1.3.2",
"@types/formidable": "^2.0.5",
"@types/jest": "28.1.1",
"@types/mime-types": "^2.1.1",
"@types/morgan": "^1.9.4",
"@types/node": "18.11.9",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.25",
"@types/react-calendar": "^3.9.0",
"@types/react-dom": "18.0.9",
"@types/react-is": "17.0.3",
"@types/request-ip": "^0.0.37",
"@types/rollup-plugin-less": "^1.1.2",
"@types/styled-components": "5.1.26",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@vanilla-extract/next-plugin": "^2.3.1",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/ui": "^0.25.8",
"autoprefixer": "^10.4.20",
"babel-jest": "28.1.1",
"babel-loader": "8.1.0",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"command-exists": "^1.2.9",
"cypress": "^13.3.1",
"eslint": "~8.15.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.1",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"jest-environment-miniflare": "^2.14.1",
"jsdom": "~20.0.3",
"miniflare": "^3.20230904.0",
"nx": "15.4.1",
"postcss": "^8.4.47",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"serverless-apigw-binary": "^0.4.4",
"serverless-domain-manager": "^6.4.3",
"serverless-python-requirements": "^6.0.0",
"serverless-wsgi": "^3.0.1",
"storybook-addon-next": "^1.6.6",
"storybook-addon-swc": "^1.1.7",
"tailwindcss": "^3.4.14",
"ts-jest": "28.0.5",
"ts-loader": "^9.3.0",
"ts-node": "10.9.1",
"tslint": "~6.1.0",
"typescript": "4.8.4",
"url-loader": "^3.0.0",
"vite": "^4.0.1",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.25.8",
"webpack": "^5.73.0",
"wrangler": "^3.6.0"
},
"resolutions": {
"styled-components": "^5"
}
}