Some checks failed
Build & Push / build-and-push (push) Failing after 52s
Google Consent Mode v2: region-specific defaults (granted globally, denied for EEA/UK), update all 4 consent types on accept/decline, add url_passthrough and ads_data_redaction for better measurement. Visual: unified 48px grid texture across all light sections, animated constellation SVG in Process section, radial glow on Philosophy, removed broken SVG connector lines and unused imports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "letsbe-agency",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"generate:types": "payload generate:types"
|
|
},
|
|
"dependencies": {
|
|
"@calcom/embed-react": "^1.5.3",
|
|
"@google/genai": "^1.48.0",
|
|
"@payloadcms/db-postgres": "^3.80.0",
|
|
"@payloadcms/next": "^3.80.0",
|
|
"@payloadcms/richtext-lexical": "^3.80.0",
|
|
"@payloadcms/ui": "^3.80.0",
|
|
"@types/node": "^25.5.0",
|
|
"@types/nodemailer": "^7.0.11",
|
|
"@types/react": "^19.2.14",
|
|
"cheerio": "^1.2.0",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.38.0",
|
|
"graphql": "^16.13.2",
|
|
"lucide-react": "^1.7.0",
|
|
"next": "^16.2.1",
|
|
"next-intl": "^4.8.3",
|
|
"nodemailer": "^8.0.4",
|
|
"payload": "^3.80.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-international-phone": "^4.8.0",
|
|
"sharp": "^0.34.5",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"autoprefixer": "^10.4.27",
|
|
"postcss": "^8.5.8",
|
|
"tailwindcss": "^4.2.2"
|
|
}
|
|
}
|