Axil_Accountants/package.json
Vadym Samoilenko 338b47d4c1 feat: wire contact form to Resend email notifications
- Add Server Action (actions.ts) sending to info@ and anastasia@axilaccountants.co.uk
- Add ContactForm client component with useActionState, loading and success states
- Replace static HTML form (action="#") with live ContactForm component
- Add @eslint/eslintrc as direct devDependency (fix ESLint resolution on Node.js 25)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-23 15:45:11 +00:00

47 lines
1.2 KiB
JSON

{
"name": "axil-accountants",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"format": "prettier --write .",
"prepare": "husky"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@payloadcms/db-postgres": "^3.77.0",
"@payloadcms/next": "^3.77.0",
"@payloadcms/plugin-form-builder": "^3.77.0",
"@payloadcms/richtext-lexical": "^3.77.0",
"framer-motion": "^12.4.10",
"gsap": "^3.14.2",
"lenis": "^1.3.17",
"lucide-react": "^0.475.0",
"next": "15.4.11",
"payload": "^3.77.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"resend": "^6.9.2",
"sharp": "^0.34.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.15.11",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.4.11",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}