{ "name": "web-dashboard", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3000", "build": "next build", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit" }, "dependencies": { "@shared/types": "workspace:*", "@tanstack/react-query": "^5.17.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "socket.io-client": "^4.8.3", "zustand": "^4.4.7" }, "devDependencies": { "@types/node": "^20.11.0", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.27", "eslint": "^8.56.0", "postcss": "^8.5.8", "prettier": "^3.2.0", "tailwindcss": "3", "typescript": "^5.3.3" } }