{ "name": "web-next", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3001", "build": "next build", "start": "next start -p 3001", "lint": "eslint" }, "dependencies": { "iron-session": "^8.0.4", "mysql2": "^3.22.6", "next": "16.2.10", "next-intl": "^4.13.2", "nodemailer": "^9.0.3", "react": "19.2.4", "react-dom": "19.2.4", "sanitize-html": "^2.17.6", "stripe": "^22.3.1" }, "devDependencies": { "@tailwindcss/postcss": "^4.3.2", "@types/node": "^20", "@types/nodemailer": "^8.0.1", "@types/react": "^19", "@types/react-dom": "^19", "@types/sanitize-html": "^2.16.1", "eslint": "^9", "eslint-config-next": "16.2.10", "tailwindcss": "^4.3.2", "tsx": "^4.23.0", "typescript": "^5" } }