A webapp implementation of thanosSnap
at main 642 B view raw
1{ 2 "name": "ebbandfollow", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "dev": "next dev", 7 "build": "next build", 8 "start": "next start", 9 "lint": "eslint" 10 }, 11 "dependencies": { 12 "@atproto/api": "^0.17.7", 13 "@atproto/oauth-client-node": "^0.3.10", 14 "lucide-react": "^0.552.0", 15 "next": "16.0.1", 16 "react": "19.2.0", 17 "react-dom": "19.2.0" 18 }, 19 "devDependencies": { 20 "@tailwindcss/postcss": "^4", 21 "@types/node": "^20", 22 "@types/react": "^19", 23 "@types/react-dom": "^19", 24 "eslint": "^9", 25 "eslint-config-next": "16.0.1", 26 "tailwindcss": "^4", 27 "typescript": "^5" 28 } 29}