-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
222 lines (222 loc) · 6.69 KB
/
package.json
File metadata and controls
222 lines (222 loc) · 6.69 KB
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
216
217
218
219
220
221
222
{
"name": "codeware",
"version": "0.0.2",
"license": "MIT",
"scripts": {
"build": "nx run-many -t build",
"cai": "czg ai",
"c": "czg",
"commit": "czg"
},
"private": true,
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@epic-web/client-hints": "^1.3.5",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@hono/node-server": "^1.13.7",
"@hookform/resolvers": "^4.1.3",
"@icons-pack/react-simple-icons": "^12.6.0",
"@infisical/sdk": "^3.0.4",
"@ngneat/falso": "^7.3.0",
"@octokit/request-error": "^5.0.1",
"@payloadcms/db-mongodb": "~3.36.0",
"@payloadcms/db-postgres": "~3.36.0",
"@payloadcms/drizzle": "~3.36.0",
"@payloadcms/email-nodemailer": "~3.36.0",
"@payloadcms/next": "~3.36.0",
"@payloadcms/plugin-form-builder": "~3.36.0",
"@payloadcms/plugin-multi-tenant": "~3.36.0",
"@payloadcms/plugin-seo": "~3.36.0",
"@payloadcms/richtext-lexical": "~3.36.0",
"@payloadcms/storage-s3": "~3.36.0",
"@payloadcms/ui": "~3.36.0",
"@radix-ui/react-aspect-ratio": "^1.1.6",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-context-menu": "^2.2.14",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-menubar": "^1.1.6",
"@radix-ui/react-popover": "^1.1.7",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.8",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@remix-run/node": "^2.16.0",
"@remix-run/react": "^2.16.0",
"axios": "^1.6.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"fast-glob": "^3.3.2",
"graphql": "^16.10.0",
"hono": "^4.6.10",
"http-status-codes": "^2.3.0",
"isbot": "^4.4.0",
"lucide-react": "^0.539.0",
"mime-types": "^3.0.1",
"next": "15.5.7",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.0",
"nodemailer-sendgrid": "^1.0.3",
"payload": "~3.36.0",
"prism-react-renderer": "^2.4.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-router-dom": "6.11.2",
"remix-hono": "^0.0.16",
"remix-utils": "^8.4.0",
"replace-in-file": "^7.2.0",
"sharp": "0.32.6",
"simple-git": "^3.27.0",
"sonner": "^2.0.1",
"tailwind-merge": "^3.1.0",
"tailwindcss": "^4.0.17",
"zod": "^3.24.2"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@cdwr/nx-payload": "2.0.0",
"@clack/prompts": "^0.11.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-angular": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "^9.8.0",
"@evilmartians/lefthook": "^1.8.0",
"@homebridge/node-pty-prebuilt-multiarch": "^0.13.0",
"@nx/cypress": "22.1.1",
"@nx/devkit": "22.1.1",
"@nx/esbuild": "22.1.1",
"@nx/eslint": "22.1.1",
"@nx/eslint-plugin": "22.1.1",
"@nx/jest": "22.1.1",
"@nx/js": "22.1.1",
"@nx/next": "22.1.1",
"@nx/node": "22.1.1",
"@nx/playwright": "22.1.1",
"@nx/plugin": "22.1.1",
"@nx/react": "22.1.1",
"@nx/remix": "22.1.1",
"@nx/vite": "22.1.1",
"@nx/web": "22.1.1",
"@nx/webpack": "22.1.1",
"@nx/workspace": "22.1.1",
"@octokit/core": "6.1.6",
"@octokit/graphql-schema": "^15.25.0",
"@octokit/plugin-rest-endpoint-methods": "^13.2.6",
"@octokit/types": "^13.6.1",
"@octokit/webhooks-types": "^7.6.1",
"@payloadcms/graphql": "~3.36.0",
"@playwright/test": "^1.36.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@remix-run/dev": "^2.14.0",
"@remix-run/testing": "^2.14.0",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.10.0",
"@swc/cli": "0.6.0",
"@swc/core": "1.13.20",
"@swc/helpers": "~0.5.11",
"@swc/jest": "0.2.39",
"@tailwindcss/postcss": "~4.1.0",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/dom": "^10.0.0",
"@testing-library/jest-dom": "6.7.0",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "30.0.0",
"@types/kill-port": "^2.0.3",
"@types/mime-types": "^2.1.4",
"@types/node": "22.17.1",
"@types/nodemailer": "^6.4.17",
"@types/nodemailer-sendgrid": "^1.0.3",
"@types/npm-whoami": "^1.1.2",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/supertest": "^6.0.2",
"@types/tcp-port-used": "^1.0.4",
"@types/yargs": "^17.0.33",
"@vitejs/plugin-react": "^4.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"babel-jest": "30.0.5",
"baseline-browser-mapping": "^2.8.32",
"chalk": "^4.1.0",
"concurrently": "^9.1.2",
"create-nx-workspace": "22.1.1",
"cz-git": "^1.8.0",
"czg": "^1.8.0",
"docker-cli-js": "^2.10.0",
"enquirer": "^2.4.1",
"esbuild": "~0.19.0",
"eslint": "~9.20.0",
"eslint-config-next": "15.5.4",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-playwright": "^2.0.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"graphql-config": "^5.1.3",
"jest": "30.0.5",
"jest-diff": "^29.7.0",
"jest-environment-jsdom": "30.0.5",
"jest-environment-node": "^30.1.2",
"jest-util": "~30.0.0",
"jiti": "2.4.2",
"jsdom": "~26.1.0",
"kill-port": "^2.0.1",
"memfs": "^4.14.0",
"nodemon": "^3.1.9",
"npm-whoami": "^1.1.4",
"nx": "22.1.1",
"nx-cloud": "19.1.0",
"postcss": "~8.5.2",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"react-refresh": "^0.14.0",
"rimraf": "latest",
"shadcn": "canary",
"supertest": "^7.0.0",
"tcp-port-used": "^1.0.2",
"tiny-invariant": "^1.3.3",
"tree-kill": "^1.2.2",
"ts-jest": "29.4.4",
"ts-node": "10.9.2",
"tslib": "^2.4.1",
"tsx": "^4.19.2",
"type-fest": "^4.26.1",
"typescript": "5.9.2",
"typescript-eslint": "^8.0.0",
"verdaccio": "6.1.6",
"vite": "6.3.6",
"vitest": "^1.3.1",
"yargs": "^17.7.2"
},
"nx": {
"includedScripts": [
"c",
"commit"
]
},
"packageManager": "pnpm@9.15.9",
"engines": {
"node": ">=20 <22"
},
"overrides": {
"@swc/core": "1.13.20",
"react": "$react",
"react-dom": "$react-dom"
}
}