Third-Party Licenses
ROPA is proprietary software (© GDPR Labs, all rights reserved), but it is built with open-source components. We are grateful to their authors and maintainers. This page lists the main open-source packages ROPA depends on and the licenses under which we use them.
The full license text of every package — including transitive dependencies not listed individually below — is included in its package directory within the application distribution.
Direct dependencies
| Package | License | Package | License |
|---|---|---|---|
| @clerk/backend | MIT | @clerk/localizations | MIT |
| @clerk/nextjs | MIT | @clerk/themes | MIT |
| @dnd-kit/core | MIT | @dnd-kit/modifiers | MIT |
| @dnd-kit/sortable | MIT | @dnd-kit/utilities | MIT |
| @docusaurus/core | MIT | @docusaurus/preset-classic | MIT |
| @docusaurus/theme-mermaid | MIT | @emotion/cache | MIT |
| @emotion/react | MIT | @emotion/styled | MIT |
| @marsidev/react-turnstile | MIT | @mdx-js/react | MIT |
| @mermaid-js/layout-elk | MIT | @monaco-editor/react | MIT |
| @mui/icons-material | MIT | @mui/material | MIT |
| @mui/material-nextjs | MIT | @mui/system | MIT |
| @mui/x-date-pickers | MIT | @sparticuz/chromium | MIT |
| clsx | MIT | dayjs | MIT |
| geist | MIT | handlebars | MIT |
| i18n-iso-countries | MIT | jszip | (MIT OR GPL-3.0-or-later) |
| libphonenumber-js | MIT | lucide-react | ISC |
| material-ui-popup-state | MIT | mongoose | MIT |
| nanoid | MIT | next | MIT |
| next-intl | MIT | nuqs | MIT |
| pdf-lib | MIT | pino | MIT |
| playwright-core | Apache-2.0 | postcss | MIT |
| postcss-safe-parser | MIT | prism-react-renderer | MIT |
| qrcode | MIT | react | MIT |
| react-colorful | MIT | react-dom | MIT |
| react-dropzone | MIT | react-hot-toast | MIT |
| sanitize-html | MIT | server-only | MIT |
| sharp | Apache-2.0 | zod | MIT |
| zod-form-data | MIT |
The template editor uses an MIT-licensed code editor called Monaco, which is loaded in the browser from the jsDelivr CDN. For more information about jsDelivr, see the jsDelivr website.