- New BirthdayPage global: hero, form titles, meta SEO for /dni-narodzhennia - New TicketsPage global: hero, section titles, meta SEO for /kvytky - SiteSettings: add tariffCategoryLabels array (key→label mapping for ezy API categories) - DyvoLisPage + GroupVisitsPage: add metaTitle/metaDescription + revalidate hook - /kvytky: fetch birthday packages from CMS, groups from CMS, category labels from SiteSettings - /grupovi-vidviduvannia: remove DEFAULT_GROUPS fallback, CMS-driven meta - /dni-narodzhennia: connect to BirthdayPage global (hero, form titles, meta) - /lokatsii/dyvolis: use CMS meta description from DyvoLisPage global - pnpm override tsx→4.22.0 for Node.js v26 compatibility Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
97 lines
2.6 KiB
JSON
97 lines
2.6 KiB
JSON
{
|
|
"name": "shumiland-site",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@11.0.9",
|
|
"engines": {
|
|
"node": ">=20.0.0",
|
|
"pnpm": ">=11.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev --webpack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "eslint src/",
|
|
"format": "prettier --write .",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"payload": "payload",
|
|
"prepare": "husky",
|
|
"seed": "tsx src/seed.ts"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx}": [
|
|
"eslint --fix",
|
|
"prettier --write"
|
|
],
|
|
"*.{js,mjs,cjs,json,md,css}": [
|
|
"prettier --write"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-postgres": "^3.84.0",
|
|
"@payloadcms/email-resend": "^3.84.1",
|
|
"@payloadcms/next": "^3.84.0",
|
|
"@payloadcms/plugin-seo": "^3.84.1",
|
|
"@payloadcms/richtext-lexical": "^3.84.0",
|
|
"@react-email/components": "^1.0.12",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cyrillic-to-translit-js": "^3.2.1",
|
|
"drizzle-kit": "0.31.10",
|
|
"graphql": "^16.9.0",
|
|
"next": "^16.2.6",
|
|
"payload": "^3.84.0",
|
|
"pino": "^10.3.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-email": "^6.1.1",
|
|
"resend": "^6.12.3",
|
|
"sharp": "^0.34.5",
|
|
"tailwind-merge": "^3.6.0",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.3.1",
|
|
"@figma/code-connect": "^1.4.4",
|
|
"@playwright/test": "^1.60.0",
|
|
"@tailwindcss/postcss": "^4.3.0",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^25.7.0",
|
|
"@types/react": "^19.1.4",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@types/supertest": "^7.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.59.3",
|
|
"@typescript-eslint/parser": "^8.59.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"@vitest/coverage-v8": "^4.1.6",
|
|
"dotenv": "^17.4.2",
|
|
"eslint": "^9.28.0",
|
|
"eslint-config-next": "^16.2.6",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^29.1.1",
|
|
"lint-staged": "^17.0.4",
|
|
"pino-pretty": "^13.1.3",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
"supertest": "^7.1.0",
|
|
"tailwindcss": "^4.3.0",
|
|
"tsx": "^4.22.0",
|
|
"typescript": "^6.0.3",
|
|
"vite-tsconfig-paths": "^6.1.1",
|
|
"vitest": "^4.1.6"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"tsx": "4.22.0",
|
|
"payload>tsx": "4.22.0"
|
|
}
|
|
}
|
|
}
|