# HOPES Card Maker Prototype v0 — Third-party notices These components are included in the static distribution. Full license texts are distributed alongside this notice. No endorsement is implied. | Component | Version | License | Distributed text (site-root path) | | --- | --- | --- | --- | | next | 16.3.4 | MIT | /licenses/next-LICENSE.txt | | zod | 4.5.4 | MIT | /licenses/zod-LICENSE.txt | | tailwindcss | 4.3.3 | MIT | /licenses/tailwindcss-LICENSE.txt | | @swc/helpers | 0.5.23 | Apache-2.0 | /licenses/swc-helpers-LICENSE.txt | | next/compiled/react | 19.3.0-canary-cbb046ab-20260731 | MIT (LICENSE) | /licenses/next-react-LICENSE.txt | | next/compiled/react-dom | 19.3.0-canary-cbb046ab-20260731 | MIT (LICENSE) | /licenses/next-react-dom-LICENSE.txt | | next/compiled/react-server-dom-turbopack | vendored in Next.js 16.3.4 (package metadata has no version) | MIT (LICENSE) | /licenses/next-react-server-dom-turbopack-LICENSE.txt | | next/compiled/scheduler | vendored in Next.js 16.3.4 (package metadata has no version) | MIT (LICENSE) | /licenses/next-scheduler-LICENSE.txt | | next/compiled/process | vendored in Next.js 16.3.4 (package metadata has no version) | MIT | /licenses/next-process-LICENSE.txt | | Noto Sans JP (Regular/Bold) | 2.004 | OFL-1.1 | /fonts/noto-sans-jp/OFL.txt | | core-js (Next.js legacy polyfill) | 3.38.1 | MIT | /licenses/core-js-LICENSE.txt | ## Font Noto Sans JP Regular/Bold 2.004: Copyright 2014-2021 Adobe (http://www.adobe.com/), retained in the original font name tables. Distributed unmodified under SIL Open Font License 1.1. See /fonts/noto-sans-jp/OFL.txt. ## Framework and browser rendering Next.js App Router uses its bundled React implementation (19.3.0-canary-cbb046ab-20260731), rather than the separately installed React 19.2.8 package in the emitted client modules. The React, React DOM, client RSC transport and scheduler notices are retained separately. Some vendored package.json files omit a version; they are identified by Next.js 16.3.4 rather than an invented package version. The process module is a browser shim, not the Node.js process runtime. core-js 3.38.1 is the framework's emitted legacy polyfill. @swc/helpers has no separate NOTICE file in the installed package. Tailwind CSS's generated CSS retains its MIT banner and the full license is supplied here. Card drawing/JPEG encoding uses browser Canvas, SVG, FontFace and Blob APIs, with project code; no additional browser rendering library is included.