The 1st decentralized social network for sharing when you're on the toilet. Post a "flush" today! Powered by the AT Protocol.
1{
2 "name": "im-flushing",
3 "version": "0.1.0",
4 "private": true,
5 "scripts": {
6 "dev": "next dev",
7 "build": "next build",
8 "start": "next start",
9 "lint": "next lint"
10 },
11 "dependencies": {
12 "@atproto/api": "^0.13.22",
13 "@atproto/oauth-client-browser": "^0.3.17",
14 "@supabase/supabase-js": "^2.49.1",
15 "@vercel/analytics": "^1.5.0",
16 "cbor-web": "^8.1.0",
17 "dotenv": "^16.4.7",
18 "next": "^14.1.0",
19 "react": "^18.2.0",
20 "react-dom": "^18.2.0",
21 "ws": "^8.16.0"
22 },
23 "devDependencies": {
24 "@types/node": "^20.10.5",
25 "@types/react": "^18.2.45",
26 "@types/react-dom": "^18.2.18",
27 "typescript": "^5.3.3"
28 }
29}