{ "name": "haproxy-panel-next", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "dev": "node server.js", "build": "next build", "lint": "next lint", "next": "next build", "start": "NODE_ENV=production node server.js", "start-dev": "NODE_ENV=development node server.js" }, "keywords": [], "author": "Thomas Lynch (fatchan) ", "license": "AGPL-3.0-only", "dependencies": { "@fontsource/inter": "^5.0.8", "@influxdata/influxdb-client": "^1.33.2", "acme-client": "^5.0.0", "bcrypt": "^5.1.1", "body-parser": "^1.20.2", "bootstrap": "^5.3.2", "bootstrap-icons": "^1.11.1", "bull": "^4.11.3", "connect-mongo": "^4.6.0", "cookie-parser": "^1.4.6", "csurf": "^1.11.0", "dotenv": "^16.3.1", "express": "^4.18.2", "express-session": "^1.17.3", "fs-extra": "^10.1.0", "i18n-iso-countries": "^7.7.0", "ioredis": "^5.3.2", "ip6addr": "^0.2.5", "next": "^13.5.2", "node-fetch": "^3.3.2", "nprogress": "^0.2.0", "openapi-client-axios": "^7.3.3", "psl": "^1.9.0", "react": "^18.2.0", "react-content-loader": "^6.2.1", "react-dom": "^18.2.0", "react-select": "^5.7.5", "redlock": "^5.0.0-beta.2" }, "devDependencies": { "eslint": "8.15.0", "eslint-config-next": "12.1.6" } }