Files
LetsBeBiz-Site/package.json
Matt 09b91b1292
Some checks failed
Build & Push / build-and-push (push) Failing after 52s
fix: consent mode v2 compliance + visual enhancements across sections
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>
2026-04-08 16:19:24 -04:00

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"
}
}