-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
274 lines (274 loc) · 11.2 KB
/
Copy pathpackage.json
File metadata and controls
274 lines (274 loc) · 11.2 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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
{
"name": "webstackbuilders-corporate-website",
"version": "0.0.1",
"title": "Webstack Builders Company Website",
"description": "This is the company website for Webstack Builders",
"organization": "Webstack Builders",
"author": "Kevin Brown <kevin@webstackbuilders.com> (https://webstackbuilders.com/)",
"domain": "www.webstackbuilders.com",
"email": "sales@webstackbuilders.com",
"lang": "en",
"locale": "en_US",
"keywords": [],
"license": "AGPL-3.0",
"repository": "https://github.com/webstackbuilders/webstack-builders-corporate-website",
"bugs": {
"url": "https://github.com/webstackbuilders/webstack-builders-corporate-website/issues"
},
"private": "true",
"engines": {
"node": "24.x",
"npm": ">=10.0.0"
},
"type": "module",
"browserslist": [
"> 1%",
"not IE 11"
],
"workspaces": [
"servers/*"
],
"scripts": {
"build": "cross-env NODE_ENV=production npx astro build --remote",
"build:verbose": "cross-env NODE_ENV=production npx astro build --remote --verbose",
"build:ci": "cross-env NODE_ENV=production ASTRO_DATABASE_FILE=\"file:./.astro/content.db\" npx astro build",
"check": "npx astro check",
"clean": "FORCE_COLOR=1 npx rimraf dist && FORCE_COLOR=1 npx rimraf .astro",
"containers:down": "FORCE_COLOR=1 docker compose --env-file test/containers/.env -f test/containers/docker-compose.e2e.yml down -v",
"containers:status": "FORCE_COLOR=1 docker compose --env-file test/containers/.env -f test/containers/docker-compose.e2e.yml ps",
"containers:logs": "FORCE_COLOR=1 docker compose --env-file test/containers/.env -f test/containers/docker-compose.e2e.yml logs -f",
"mocks:start": "FORCE_COLOR=1 docker compose --env-file test/containers/.env -f test/containers/docker-compose.e2e.yml up -d && echo 'Mock servers started. Use npm run mocks:stop to shut down.'",
"mocks:stop": "FORCE_COLOR=1 docker compose --env-file test/containers/.env -f test/containers/docker-compose.e2e.yml down && echo 'Mock servers stopped.'",
"debug:action": "python3 .github/test/runner.py",
"dev": "npm run sync && cross-env NODE_ENV=development FORCE_COLOR=1 npx astro dev",
"dev:local": "FORCE_COLOR=1 dotenv -e .env.development -- npm run dev",
"dev:local:verbose": "FORCE_COLOR=1 dotenv -e .env.development -- npm run dev -- --verbose",
"dev:stop": "astro dev stop",
"format": "npm run format:code && npm run format:style",
"format:code": "FORCE_COLOR=1 npx prettier --write \"@types/**/*.{js,ts}\" \"src/**/*.{js,ts,tsx,astro}\" --plugin=prettier-plugin-astro",
"format:markdown": "FORCE_COLOR=1 npx markdownlint-cli2 --fix \"**/*.{md,mdx}\"",
"format:style": "FORCE_COLOR=1 npx stylelint --fix \"src/**/*.{css,astro}\"",
"install:clean": "rm -rf node_modules package-lock.json && npm cache clean --force && npm install",
"install:actions": "pip install -r requirements.txt",
"lint": "npm run lint:base && npm run check",
"lint:base": "npm run lint:json && npm run lint:style && npm run lint:tsc:check && npm run lint:code && npm run lint:actions && npm run lint:inclusive-language",
"lint:actions": "FORCE_COLOR=1 npx node-actionlint && FORCE_COLOR=1 python3 -m pylint $(find .github/actions -type f -path '*/src/*.py')",
"lint:code": "npx eslint \"@types/**/*.{js,ts}\" \"src/**/*.{js,ts,tsx,astro}\" \"test/**/*.{js,ts,tsx,astro}\"",
"lint:inclusive-language": "npx alex src/content",
"lint:json": "FORCE_COLOR=1 npx prettier \"**/*.json\" '!**/www.*.json' --cache --check --ignore-path .gitignore --ignore-path .prettierignore",
"lint:md": "FORCE_COLOR=1 npx markdownlint-cli2 \"**/*.{md,mdx}\" \"!**/node_modules/**\" \"!**/dist/**\" \"!**/.astro/**\" \"!**/dev-dist/**\" \"!**/__blobstorage__/**\"",
"lint:style": "FORCE_COLOR=1 npx stylelint \"src/**/*.{css,astro}\"",
"lint:tsc:check": "npm run sync && tsc --noEmit -p tsconfig.json --pretty false",
"search:reindex": "python3 scripts/search-index.py",
"pdf:generate": "node scripts/generate-pdfs/index.mjs",
"search:content-length": "python3 scripts/search_content_lengths.py",
"search:relevancy": "python3 scripts/search_relevancy.py",
"search:relevancy:reranking": "python3 scripts/search_relevancy.py --reranking",
"sync": "FORCE_COLOR=1 npx astro sync",
"test": "npm run test:unit && npm run test:e2e",
"test:coverage": "FORCE_COLOR=1 npx vitest run --coverage",
"test:e2e": "FORCE_COLOR=1 CI=1 npx playwright test",
"test:e2e:smoke": "FORCE_COLOR=1 CI=1 npx playwright test --grep \"@smoke\"",
"test:e2e:show-report": "FORCE_COLOR=1 npx playwright show-report",
"test:unit": "npm run test:unit:actions && FORCE_COLOR=1 npx vitest run",
"test:unit:actions": "FORCE_COLOR=1 ANSIBLE_DEPRECATION_WARNINGS=False PYTHONWARNINGS=ignore::DeprecationWarning:ansible.* sh -c 'if [ -x .venv/bin/python ]; then .venv/bin/python -m pytest --import-mode=importlib .github/actions .github/test; else python3 -m pytest --import-mode=importlib .github/actions .github/test; fi'",
"upgrade": "npx @astrojs/upgrade",
"prepare": "node .husky/prepare.js"
},
"dependencies": {
"@adobe/remark-gridtables": "3.0.20",
"@astrojs/check": "0.9.10",
"@astrojs/compiler-rs": "^0.4.0",
"@astrojs/db": "0.21.3",
"@astrojs/mdx": "^7.0.8",
"@astrojs/preact": "^6.0.4",
"@astrojs/rss": "4.0.19",
"@astrojs/sitemap": "3.7.3",
"@astrojs/vercel": "^11.0.8",
"@axe-core/playwright": "4.13.0",
"@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
"@eslint/js": "10.0.1",
"@github/relative-time-element": "5.3.1",
"@glidejs/glide": "3.7.1",
"@googlemaps/extended-component-library": "0.6.15",
"@happy-dom/global-registrator": "20.11.12",
"@hubspot/api-client": "14.0.1",
"@lighthousejs/types": "0.0.3",
"@nanostores/lit": "0.2.3",
"@nanostores/persistent": "1.3.5",
"@playwright/browser-chromium": "1.62.1",
"@playwright/test": "1.62.1",
"@semantic-ui/astro-lit": "5.3.0",
"@sentry/astro": "10.71.0",
"@sentry/browser": "10.71.0",
"@shikijs/transformers": "4.4.3",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.20",
"@tailwindcss/vite": "4.3.3",
"@testing-library/dom": "10.4.1",
"@testing-library/preact": "3.2.4",
"@testing-library/user-event": "14.6.6",
"@tktco/node-actionlint": "1.6.0",
"@types/canvas-confetti": "1.9.0",
"@types/confusing-browser-globals": "1.0.3",
"@types/cross-spawn": "6.0.6",
"@types/dom-speech-recognition": "0.0.12",
"@types/eslint-plugin-security": "3.0.1",
"@types/glidejs__glide": "3.6.6",
"@types/hast": "3.0.5",
"@types/html-to-text": "9.0.4",
"@types/js-cookie": "3.0.6",
"@types/jsdom": "30.0.0",
"@types/mjml": "5.0.0",
"@types/node": "26.4.0",
"@types/nodemailer": "8.0.1",
"@types/nunjucks": "3.2.6",
"@types/pubsub-js": "1.8.6",
"@types/react": "19.2.18",
"@types/sanitize-html": "2.16.1",
"@types/to-ico": "1.1.3",
"@typescript-eslint/eslint-plugin": "8.68.0",
"@typescript-eslint/parser": "8.68.0",
"@ungap/structured-clone": "1.4.0",
"@uppy/audio": "4.0.0",
"@uppy/box": "5.0.0",
"@uppy/core": "6.0.0",
"@uppy/dashboard": "6.0.0",
"@uppy/dropbox": "6.0.0",
"@uppy/google-drive-picker": "2.0.0",
"@uppy/onedrive": "6.0.0",
"@uppy/webcam": "6.0.0",
"@upstash/search": "0.1.7",
"@vercel/analytics": "2.0.1",
"@vitest/coverage-v8": "4.1.11",
"@webcomponents/template-shadowroot": "0.2.1",
"alex": "11.0.1",
"astro": "^7.2.9",
"astro-vtbot": "3.1.0",
"baseline-browser-mapping": "2.11.20",
"canvas-confetti": "1.9.4",
"canvaskit-wasm": "^0.42.0",
"confusing-browser-globals": "1.0.11",
"cross-env": "10.1.0",
"cross-spawn": "7.0.6",
"dedent": "1.7.2",
"deterministic-object-hash": "^2.0.2",
"dotenv": "17.4.2",
"dotenv-cli": "11.0.0",
"email-validator": "2.0.4",
"embla-carousel": "8.6.0",
"embla-carousel-autoplay": "8.6.0",
"entities": "^8.0.0",
"eslint": "10.9.1",
"eslint-plugin-astro": "3.1.0",
"eslint-plugin-import-lite": "0.6.0",
"eslint-plugin-jsdoc": "64.2.1",
"eslint-plugin-security": "4.0.1",
"eslint-plugin-yml": "3.8.1",
"focus-trap": "8.2.2",
"globals": "17.11.0",
"gsap": "3.15.0",
"happy-dom": "20.11.12",
"hast-util-heading-rank": "3.0.0",
"hast-util-is-element": "3.0.0",
"html-element-attributes": "3.5.0",
"html-to-text": "10.0.1",
"husky": "9.1.7",
"install": "0.13.0",
"is-whitespace-character": "2.0.1",
"isomorphic-git": "1.41.9",
"js-cookie": "3.0.8",
"jsdom": "30.0.1",
"libphonenumber-js": "1.13.12",
"lighthouse": "13.4.1",
"lit": "3.3.3",
"markdownlint-cli2": "0.23.2",
"md-attr-parser": "1.3.0",
"mermaid": "11.17.2",
"mjml": "5.4.0",
"nanostores": "1.5.2",
"node-html-parser": "9.0.2",
"nodemailer": "9.0.6",
"npm": "12.0.2",
"nunjucks": "3.2.4",
"pdf-lib": "1.17.1",
"playwright-lighthouse": "4.0.0",
"postcss": "8.5.26",
"postcss-html": "2.0.0",
"preact": "10.29.8",
"prettier": "3.9.6",
"prettier-plugin-astro": "0.14.1",
"pubsub-js": "1.9.5",
"puppeteer": "25.9.0",
"qr-code-styling": "1.9.2",
"rehype-accessible-emojis": "0.3.2",
"rehype-external-links": "3.0.0",
"rehype-mathjax": "7.1.0",
"rehype-mermaid": "3.0.0",
"rehype-parse": "9.0.1",
"rehype-slug": "6.0.0",
"rehype-stringify": "10.0.1",
"remark": "15.0.1",
"remark-captions": "2.2.4",
"remark-custom-blocks": "2.6.1",
"remark-deflist": "1.0.0",
"remark-directive": "4.0.0",
"remark-emoji": "5.0.2",
"remark-gfm": "4.0.1",
"remark-html": "16.0.1",
"remark-linkify-regex": "1.2.1",
"remark-mark-plus": "1.0.21",
"remark-math": "6.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"remark-stringify": "11.0.0",
"remark-supersub": "1.0.0",
"remark-video": "0.10.0",
"resend": "6.24.0",
"retext": "9.0.0",
"retext-smartypants": "6.2.0",
"rimraf": "6.1.3",
"sanitize-html": "2.17.7",
"schema-dts": "2.0.0",
"sharp": "0.35.4",
"shiki": "4.4.3",
"space-separated-tokens": "2.0.2",
"stylelint": "17.14.1",
"stylelint-config-standard": "40.0.0",
"stylelint-declaration-block-no-ignored-properties": "3.0.0",
"stylelint-order": "8.1.1",
"tailwindcss": "4.3.3",
"temp-dir": "3.0.0",
"timezones-ical-library": "2.3.1",
"title-case": "4.3.2",
"to-ico": "1.1.5",
"tslib": "2.8.1",
"typescript": "6.0.3",
"typescript-eslint": "8.68.0",
"unified": "11.0.5",
"unist": "0.0.1",
"unist-util-inspect": "8.1.0",
"unist-util-is": "6.0.1",
"unist-util-visit": "5.1.0",
"uuid": "14.0.2",
"vercel": "59.9.1",
"vite": "8.2.1",
"vite-plugin-pwa": "1.3.0",
"vitest": "4.1.11",
"vitest-axe": "0.1.0",
"workbox-build": "7.4.1",
"workbox-window": "7.4.1",
"zod": "4.4.3"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.63.1"
},
"allowScripts": {
"@sentry/cli@2.58.6": true,
"esbuild@0.27.0": true,
"esbuild@0.27.7": true,
"@playwright/browser-chromium@1.62.1": true,
"esbuild@0.28.2": true,
"puppeteer@25.9.0": true
}
}