Files
myeasycms-v2/pnpm-workspace.yaml
Zaid Marzguioui 1294caa7fa
Some checks failed
Workflow / ⚫️ Test (push) Has been cancelled
Workflow / ʦ TypeScript (push) Has been cancelled
feat: MyEasyCMS v2 — Full SaaS rebuild
Complete rebuild of 22-year-old PHP CMS as modern SaaS:

Database (15 migrations, 42+ tables):
- Foundation: account_settings, audit_log, GDPR register, cms_files
- Module Engine: modules, fields, records, permissions, relations + RPC
- Members: 45+ field member profiles, departments, roles, honors, SEPA mandates
- Courses: courses, sessions, categories, instructors, locations, attendance
- Bookings: rooms, guests, bookings with availability
- Events: events, registrations, holiday passes
- Finance: SEPA batches/items (pain.008/001 XML), invoices
- Newsletter: campaigns, templates, recipients, subscriptions
- Site Builder: site_pages (Puck JSON), site_settings, cms_posts
- Portal Auth: member_portal_invitations, user linking

Feature Packages (9):
- @kit/module-builder — dynamic low-code CRUD engine
- @kit/member-management — 31 API methods, 21 actions, 8 components
- @kit/course-management, @kit/booking-management, @kit/event-management
- @kit/finance — SEPA XML generator + IBAN validator
- @kit/newsletter — campaigns + dispatch
- @kit/document-generator — PDF/Excel/Word
- @kit/site-builder — Puck visual editor, 15 blocks, public rendering

Pages (60+):
- Dashboard with real stats from all APIs
- Full CRUD for all 8 domains with react-hook-form + Zod
- Recharts statistics
- German i18n throughout
- Member portal with auth + invitation system
- Public club websites via Puck at /club/[slug]

Infrastructure:
- Dockerfile (multi-stage, standalone output)
- docker-compose.yml (Supabase self-hosted + Next.js)
- Kong API gateway config
- .env.production.example
2026-03-29 23:17:38 +02:00

98 lines
2.2 KiB
YAML

packages:
- apps/*
- packages/**
- tooling/*
catalog:
'@base-ui/react': ^1.3.0
'@faker-js/faker': ^10.4.0
'@hookform/resolvers': ^5.2.2
'@keystatic/core': 0.5.49
'@keystatic/next': ^5.0.4
'@lemonsqueezy/lemonsqueezy.js': 4.0.0
'@makerkit/data-loader-supabase-core': ^0.0.10
'@makerkit/data-loader-supabase-nextjs': ^1.2.5
'@manypkg/cli': ^0.25.1
'@markdoc/markdoc': ^0.5.6
'@marsidev/react-turnstile': ^1.4.2
'@measured/puck': ^0.20.2
'@modelcontextprotocol/sdk': 1.28.0
'@next/bundle-analyzer': 16.2.1
'@nosecone/next': 1.3.0
'@playwright/test': ^1.58.2
'@react-email/components': 1.0.10
'@react-pdf/renderer': ^4.3.2
'@sentry/nextjs': 10.46.0
'@stripe/react-stripe-js': 5.6.1
'@stripe/stripe-js': 8.11.0
'@supabase/ssr': ^0.9.0
'@supabase/supabase-js': 2.100.0
'@tailwindcss/postcss': ^4.2.2
'@tanstack/react-query': 5.95.2
'@tanstack/react-table': ^8.21.3
'@tiptap/pm': ^3.21.0
'@tiptap/react': ^3.21.0
'@tiptap/starter-kit': ^3.21.0
'@turbo/gen': ^2.8.20
'@types/node': 25.5.0
'@types/nodemailer': 7.0.11
'@types/papaparse': ^5.5.2
'@types/react': 19.2.14
'@types/react-dom': 19.2.3
babel-plugin-react-compiler: 1.0.0
class-variance-authority: ^0.7.1
clsx: ^2.1.1
cross-env: ^10.0.0
cssnano: ^7.1.3
date-fns: ^4.1.0
dotenv: 17.3.1
exceljs: ^4.4.0
iban: ^0.0.14
lucide-react: 1.7.0
nanoid: ^5.1.7
next: 16.2.1
next-intl: ^4.8.3
next-runtime-env: 3.3.0
next-safe-action: ^8.1.8
next-sitemap: ^4.2.3
next-themes: 0.4.6
node-html-parser: ^7.1.0
nodemailer: 8.0.4
oxfmt: ^0.42.0
oxlint: ^1.57.0
papaparse: ^5.5.3
pino: 10.3.1
pino-pretty: 13.0.0
postgres: 3.4.8
react: 19.2.4
react-dom: 19.2.4
react-hook-form: 7.72.0
react-resizable-panels: ^4.7.6
recharts: 3.7.0
rxjs: ^7.8.2
server-only: ^0.0.1
shadcn: 4.1.0
sonner: ^2.0.7
stripe: 20.4.1
supabase: 2.84.4
tailwind-merge: ^3.5.0
tailwindcss: 4.2.2
totp-generator: ^2.0.1
tsup: 8.5.1
turbo: 2.8.20
tw-animate-css: 1.4.0
typescript: ^6.0.2
urlpattern-polyfill: ^10.1.0
vitest: ^4.1.1
wp-types: ^4.69.0
zod: 4.3.6
catalogMode: prefer
cleanupUnusedCatalogs: true
onlyBuiltDependencies:
- '@tailwindcss/oxide'
- '@sentry/cli'
- supabase