{ "name": "sos-nextjs", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "cross-env NODE_ENV=development node index.js", "build": "next build", "start": "cross-env NODE_ENV=production node index.js" }, "author": "", "license": "ISC", "devDependencies": {}, "dependencies": { "axios": "^0.19.2", "base64-async": "^2.1.3", "bcrypt": "^3.0.8", "body-parser": "^1.19.0", "cookie-session": "^1.4.0", "cross-env": "^7.0.0", "debug": "^4.1.1", "dotenv": "^8.2.0", "express": "^4.17.1", "express-promise-router": "^3.0.3", "express-validator": "^6.4.0", "join-js": "^1.0.2", "luxon": "^1.22.0", "multer": "^1.4.2", "next": "^9.2.1", "next-images": "^1.3.1", "pg": "^7.18.1", "react": "^16.12.0", "react-dom": "^16.12.0", "sharp": "^0.24.1", "validator": "^12.2.0" } }