{ "name": "meshcore-sar-stats", "private": true, "version": "0.0.0", "type": "module", "packageManager": "bun@1.3.8", "scripts": { "dev": "astro dev --host 0.0.0.0", "build": "astro build", "check": "astro check", "test": "bun test", "typecheck": "tsc --noEmit", "deploy": "wrangler deploy" }, "dependencies": { "@astrojs/check": "^0.9.6", "@astrojs/cloudflare": "^12.6.12", "@astrojs/react": "^4.4.2", "@radix-ui/react-slot": "^1.2.4", "@radix-ui/react-tabs": "^1.1.13", "@tailwindcss/vite": "^4.1.18", "@types/leaflet": "^1.9.21", "astro": "^5.17.1", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "leaflet": "^1.9.4", "react": "^19.2.0", "react-dom": "^19.2.0", "react-leaflet": "^5.0.0", "tailwind-merge": "^3.4.0", "tailwindcss": "^4.1.18" }, "devDependencies": { "@cloudflare/workers-types": "^4.20260403.1", "@types/bun": "^1.3.11", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "typescript": "^5.9.3", "wrangler": "^4.80.0" } }