mirror of
https://github.com/complexcaresolutions/frontend.zweitmeinu.ng.git
synced 2026-03-17 15:03:48 +00:00
Full medical second opinion website with: - 10 routes: home, fachbereiche (overview + 6 detail), faq, so-funktionierts, motivation, ueber-uns, kontakt, impressum, datenschutz - Premium medical design: navy/blue/gold color system, Roboto Condensed - Layout: TopBar, sticky Header with mega-menu, EmergencyBanner, Footer - Service detail pages with benefits, checklist, stats, CTA - FAQ page with search, category filter, accordion, Schema.org structured data - Contact form with validation and Payload CMS form submission - @c2s/payload-contracts integration for type-safe API access - Tailwind CSS v4 design system with custom animations - PM2 ecosystem config on port 3002 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
31 lines
744 B
JSON
31 lines
744 B
JSON
{
|
|
"name": "frontend.zweitmeinu.ng",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@c2s/payload-contracts": "github:complexcaresolutions/payload-contracts",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.474.0",
|
|
"next": "16.1.6",
|
|
"react": "19.2.1",
|
|
"react-dom": "19.2.1",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^22",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "pnpm@10.6.2"
|
|
}
|