- gerber-demo/boot.js honors the base/cdn/tag script-source overrides only on a loopback hostname, so a shipped page ignores them. - /api/waitlist gains a best-effort per-IP/per-address rate limit and masks the submitter address in the no-key log line. Adds vitest to the site: test/boot-overrides.test.ts (happy-dom) and test/waitlist.test.ts. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
33 lines
714 B
JSON
33 lines
714 B
JSON
{
|
|
"name": "site",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"astro": "astro",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^6.0.3",
|
|
"@astrojs/vercel": "^10.0.8",
|
|
"@fontsource/oswald": "^5.2.8",
|
|
"astro": "^6.4.4",
|
|
"resend": "^6.12.4"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"@tailwindcss/postcss": "^4.3.0",
|
|
"@types/node": "^26.1.0",
|
|
"happy-dom": "^15.11.6",
|
|
"tailwindcss": "^4.3.0",
|
|
"typescript": "^6.0.3",
|
|
"vitest": "^3.2.6"
|
|
}
|
|
}
|