{ "name": "@cmbot/web", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "next dev --hostname 0.0.0.0", "build": "next build", "start": "next start --hostname 0.0.0.0", "lint": "next lint", "typecheck": "tsc --noEmit" }, "dependencies": { "@cmbot/db": "workspace:*", "@cmbot/shared": "workspace:*", "geist": "^1.7.0", "next": "^16.0.0", "pg": "^8.13.0", "pino": "^9.5.0", "pino-pretty": "^11.3.0", "qrcode": "^1.5.4", "react": "^19.0.0", "react-dom": "^19.0.0", "zod": "^3.23.8" }, "devDependencies": { "@tailwindcss/postcss": "^4.0.0", "@types/node": "^22.7.0", "@types/pg": "^8.11.10", "@types/qrcode": "^1.5.5", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "tailwindcss": "^4.0.0", "typescript": "^5.5.0" } }