{ "name": "web3-impact-index", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lexgen": "lex gen-server lib/lexicon lexicons/*" }, "dependencies": { "@atproto/api": "^0.16.7", "@atproto/common": "^0.4.11", "@atproto/common-web": "^0.4.2", "@atproto/identity": "^0.4.8", "@atproto/oauth-client-node": "^0.3.7", "@atproto/syntax": "^0.4.1", "@atproto/xrpc": "^0.7.4", "@fortawesome/fontawesome-svg-core": "^7.0.1", "@fortawesome/free-brands-svg-icons": "^7.0.1", "@fortawesome/react-fontawesome": "^3.0.2", "@types/leaflet": "^1.9.20", "envalid": "^8.1.0", "iron-session": "^8.0.4", "leaflet": "^1.9.4", "lucide-react": "^0.542.0", "multiformats": "^13.4.0", "next": "15.5.2", "next-themes": "^0.4.6", "react": "19.1.0", "react-dom": "19.1.0", "react-leaflet": "^5.0.0", "recharts": "^3.1.2" }, "devDependencies": { "@atproto/lex-cli": "^0.9.4", "@atproto/lexicon": "^0.5.0", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4", "typescript": "^5" } }