{ "name": "sos-nextjs", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "cross-env NODE_ENV=development SOS_ENV=development node index.js", "build": "next build", "start": "cross-env NODE_ENV=production node index.js" }, "author": "", "license": "ISC", "devDependencies": {}, "dependencies": { "@easypost/api": "^3.9.1", "@rmwc/button": "^6.1.4", "@rmwc/icon": "^6.1.4", "@sendgrid/mail": "^7.4.0", "@stripe/stripe-js": "^1.11.0", "axios": "^0.19.2", "babel-plugin-inline-react-svg": "^1.1.2", "base64-async": "^2.1.3", "bcrypt": "^3.0.8", "body-parser": "^1.19.0", "cookie-session": "^1.4.0", "cross-env": "^7.0.2", "debug": "^4.3.1", "dotenv": "^8.2.0", "express": "^4.17.1", "express-promise-router": "^3.0.3", "express-validator": "^6.7.0", "focus-trap-react": "^6.0.0", "join-js": "^1.1.2", "luxon": "^1.25.0", "multer": "^1.4.2", "next": "^10.0.3", "next-images": "^1.6.2", "pg": "^8.5.1", "rate-limiter-flexible": "^2.2.1", "react": "^16.14.0", "react-dom": "^16.14.0", "react-infinite-calendar": "^2.3.1", "sharp": "^0.24.1", "stripe": "^8.126.0", "use-measure": "^0.3.0", "uuid": "^8.3.1", "validator": "^12.2.0" } }