-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
213 lines (213 loc) · 7.4 KB
/
package.json
File metadata and controls
213 lines (213 loc) · 7.4 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
{
"name": "gcforms",
"version": "4.15.3",
"private": true,
"workspaces": [
"utils/*",
"packages/*"
],
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"printWidth": 100,
"useTabs": false,
"semi": true,
"singleQuote": false,
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"type": "module",
"scripts": {
"dev": "yarn db:generate && yarn db:dev && next dev",
"dev:debug": "next dev",
"dev:secure": "yarn db:generate && yarn db:dev && next dev --experimental-https",
"build": "yarn workspaces foreach --all --parallel --verbose run build && DATABASE_URL=dummy_placeholder_url_for_build next build",
"start": "NODE_OPTIONS=\"--max-old-space-size=3584\" next start -p ${PORT:-3000}",
"start:test": "APP_ENV=test NEXT_PUBLIC_APP_ENV=test next start",
"dev:test": "yarn db:generate && yarn db:test && APP_ENV=test NEXT_PUBLIC_APP_ENV=test next dev --turbo",
"build:test": "APP_ENV=test NEXT_PUBLIC_APP_ENV=test next build",
"accounts:seed:local": "tsx scripts/generate-local-accounts.ts",
"lint": "eslint . && tsc --noEmit",
"lint:report": "eslint --output-file eslint_report.html --format html . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest run",
"test:vitest:browser": "VITEST_BROWSER=true vitest --run",
"test:vitest:browser:watch": "VITEST_BROWSER=true vitest --watch",
"test:watch:vitest": "vitest --watch",
"test:watch": "DEBUG_PRINT_LIMIT=10000 vitest --watch",
"playwright:ui:local": "playwright install chromium --with-deps && PLAYWRIGHT_ISOLATE_DB=true playwright test --ui --trace on",
"playwright:headless:local": "playwright install chromium --with-deps && PLAYWRIGHT_ISOLATE_DB=true playwright test --trace on",
"playwright:headless:ci": "CI=true playwright test",
"postinstall": "yarn node -e \"process.env.NODE_ENV != 'production' && process.exit(1)\" || husky install && yarn db:generate",
"upgrade": "yarn next upgrade"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.0",
"@aws-sdk/client-cognito-identity-provider": "^3.1045.0",
"@aws-sdk/client-dynamodb": "^3.1045.0",
"@aws-sdk/client-lambda": "^3.1045.0",
"@aws-sdk/client-sqs": "^3.1045.0",
"@aws-sdk/lib-dynamodb": "^3.1045.0",
"@aws-sdk/s3-presigned-post": "^3.1045.0",
"@bufbuild/protobuf": "^2.10.2",
"@casl/ability": "6.8.0",
"@cdssnc/sanitize-pii": "^2.1.0",
"@gcds-core/fonts": "^1.0.0",
"@gcds-core/tokens": "1.0.0",
"@gcforms/announce": "workspace:*",
"@gcforms/connectors": "workspace:*",
"@gcforms/core": "workspace:*",
"@gcforms/database": "workspace:*",
"@gcforms/editor": "workspace:*",
"@gcforms/tag-input": "workspace:*",
"@gcforms/types": "workspace:*",
"@hcaptcha/react-hcaptcha": "^1.14.0",
"@hcaptcha/types": "^1.1.0",
"@headless-tree/core": "^1.6.3",
"@headless-tree/react": "^1.6.3",
"@headlessui/react": "^2.2.9",
"@neshca/cache-handler": "^1.2.1",
"@next/mdx": "16.2.6",
"@opentelemetry/exporter-jaeger": "^2.7.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.217.0",
"@opentelemetry/instrumentation-aws-sdk": "^0.72.0",
"@opentelemetry/propagator-aws-xray": "^2.2.0",
"@opentelemetry/resource-detector-aws": "^2.17.0",
"@opentelemetry/resources": "^2.7.1",
"@opentelemetry/sdk-node": "^0.217.0",
"@opentelemetry/sdk-trace-node": "^2.7.1",
"@opentelemetry/semantic-conventions": "^1.40.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/body-scroll-lock": "^3.1.2",
"@types/mdx": "^2.0.13",
"@vercel/otel": "^2.1.1",
"@xyflow/react": "12.10.2",
"axios": "^1.16.0",
"babel-plugin-react-compiler": "^1.0.0",
"body-scroll-lock": "^4.0.0-beta.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "3.3.3",
"csv-writer": "^1.6.0",
"d3-hierarchy": "^3.1.2",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"downshift": "^9.3.2",
"formik": "2.4.9",
"got": "11",
"hash-wasm": "^4.12.0",
"htmlparser2": "8.0.2",
"i18next": "^25.5.2",
"i18next-browser-languagedetector": "^8.2.0",
"i18next-resources-to-backend": "^1.2.1",
"immer": "11.1.4",
"ioredis": "5.10.0",
"jose": "^6.1.0",
"jsonschema": "1.5.0",
"jszip": "^3.10.1",
"lodash.debounce": "4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"lodash.set": "4.3.2",
"lodash.unset": "4.18.0",
"markdown-to-jsx": "7.7.13",
"native-file-system-adapter": "^3.0.1",
"next": "16.2.6",
"next-auth": "5.0.0-beta.30",
"node-fetch": "^3.3.2",
"pino": "10.0.0",
"react": "19.2.6",
"react-app-polyfill": "3.0.0",
"react-aria": "3.44.0",
"react-dom": "19.2.6",
"react-i18next": "^16.2.3",
"react-loading-skeleton": "^3.5.0",
"react-roving-tabindex": "^3.2.0",
"react-select": "5.10.2",
"react-swipeable": "^7.0.2",
"react-toastify": "11.0.5",
"react-transition-group": "^4.4.5",
"server-only": "^0.0.1",
"tailwind-merge": "^2.2.0",
"ts-command-line-args": "2.5.1",
"tsx": "^4.20.6",
"unorm": "^1.6.0",
"usehooks-ts": "3.1.1",
"uuid": "^14.0.0",
"valibot": "^1.2.0",
"zustand": "5.0.12"
},
"devDependencies": {
"@aws-sdk/types": "^3.973.8",
"@axe-core/playwright": "^4.11.3",
"@babel/core": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@playwright/test": "^1.60.0",
"@tailwindcss/cli": "^4.3.0",
"@tailwindcss/postcss": "^4.3.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/d3-hierarchy": "^3",
"@types/formidable": "^2.0.6",
"@types/i18n": "^0.13.12",
"@types/ioredis-mock": "^8.2.6",
"@types/json2md": "^1.5.4",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.isequal": "^4",
"@types/lodash.merge": "^4",
"@types/lodash.set": "^4.3.9",
"@types/lodash.unset": "^4.5.9",
"@types/node": "^24.7.2",
"@types/node-fetch": "^2.6.9",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-transition-group": "^4",
"@types/unorm": "^1",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/browser": "^4.1.5",
"@vitest/browser-playwright": "^4.1.5",
"@vitest/ui": "^4.1.5",
"aws-sdk-client-mock": "^3.0.0",
"axe-core": "^4.10.3",
"baseline-browser-mapping": "^2.10.12",
"cssnano": "^5.1.15",
"eslint": "^9.39.0",
"eslint-config-next": "16.2.6",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react-hooks": "^7.0.1",
"husky": "^9.0.10",
"ioredis-mock": "^8.13.1",
"jsdom": "^29.1.1",
"lint-staged": "^15.2.2",
"pino-pretty": "^11.0.0",
"playwright": "^1.60.0",
"postcss": "^8.4.32",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.7.2",
"raw-loader": "^4.0.2",
"sass": "^1.94.1",
"sass-loader": "^16.0.6",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.2",
"vitest": "^4.1.5",
"vitest-browser-react": "^2.2.0",
"vitest-mock-extended": "^4.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie < 11",
"not op_mini all"
],
"packageManager": "yarn@4.14.0",
"engines": {
"node": ">=24"
}
}