| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/holiday-lights-nextjs/ |
Upload File : |
{
"name": "holiday-lights",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"Xbuild": "next build --turbopack",
"Xstart": "next start",
"build": "next build && node copy-assets.js",
"start": "node .next/standalone/server.js",
"deploy": "next build && node deploy.js",
"lint": "eslint"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"archiver": "^7.0.1",
"dotenv": "^17.2.3",
"next": "^15.5.9",
"node-ssh": "^13.2.1",
"nodemailer": "^7.0.9",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/nodemailer": "^7.0.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}