Files
contact/package.json
T
2026-06-11 13:53:27 +02:00

34 lines
757 B
JSON

{
"name": "contact",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node .next/standalone/server.js",
"docker": "docker compose up --build",
"lint": "eslint"
},
"dependencies": {
"lucide-react": "^1.7.0",
"next": "16.2.2",
"nodemailer": "^8.0.4",
"pg": "^8.20.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^7.0.11",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.2",
"tailwindcss": "^4",
"typescript": "^5"
}
}