{ "name": "meshexplorer", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "discord-bot": "tsx scripts/discord-bot.ts", "discord-bot:dev": "tsx watch scripts/discord-bot.ts" }, "dependencies": { "@clickhouse/client": "^1.11.2", "@headlessui/react": "^2.2.4", "@heroicons/react": "^2.2.0", "@tanstack/react-query": "^5.87.1", "@types/leaflet": "^1.9.19", "@types/qrcode": "^1.5.5", "@yornaath/batshit": "^0.10.1", "aes-js": "^3.1.2", "class-variance-authority": "^0.7.1", "clickhouse": "^2.6.0", "clsx": "^2.1.1", "leaflet": "^1.9.4", "leaflet.markercluster": "^1.5.3", "lucide-react": "^0.525.0", "moment": "^2.30.1", "next": "15.3.4", "next-themes": "^0.4.6", "qrcode": "^1.5.4", "react": "^19.0.0", "react-d3-tree": "^3.6.6", "react-dom": "^19.1.0", "react-leaflet": "^5.0.0", "react-tiny-popover": "^8.1.6", "sharp": "^0.34.3", "tailwind-merge": "^3.3.1" }, "devDependencies": { "@eslint/eslintrc": "^3", "@tailwindcss/postcss": "^4", "@types/aes-js": "^3.1.4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "15.3.4", "tailwindcss": "^4", "tsx": "^4.20.5", "tw-animate-css": "^1.3.4", "typescript": "^5" } }