{ "name": "im-flushing", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@atproto/api": "^0.13.22", "@atproto/oauth-client-browser": "^0.3.17", "@supabase/supabase-js": "^2.49.1", "@vercel/analytics": "^1.5.0", "cbor-web": "^8.1.0", "dotenv": "^16.4.7", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "ws": "^8.16.0" }, "devDependencies": { "@types/node": "^20.10.5", "@types/react": "^18.2.45", "@types/react-dom": "^18.2.18", "typescript": "^5.3.3" } }