{ "name": "beatsaber-overlay", "private": true, "scripts": { "dev": "react-env -- next", "build": "next build", "start": "APP_ENV=production node server.js", "lint": "next lint" }, "dependencies": { "@beam-australia/react-env": "^3.1.1", "@emotion/cache": "^11.10.5", "@emotion/server": "^11.10.0", "@nextui-org/react": "^1.0.0-beta.12", "axios": "^1.3.4", "core-js-pure": "^3.29.1", "critters": "^0.0.16", "ioredis": "^5.3.1", "next": "^13.2.4", "next-seo": "^5.15.0", "next-themes": "^0.2.1", "prop-types": "^15.8.1", "react": "^18.2.0", "react-country-flag": "^3.0.2", "react-dom": "^18.2.0", "react-toastify": "^9.1.2", "sharp": "^0.32.0", "websocket": "^1.0.34", "zustand": "^4.3.6" }, "devDependencies": { "@types/node": "^18.15.10", "@types/react": "^18.0.29", "@types/websocket": "^1.0.5", "eslint": "^8.36.0", "eslint-config-next": "^13.2.4", "typescript": "^5.0.2" } }