{ "name": "trenches-platform", "private": true, "version": "0.1.0", "type": "module", "packageManager": "bun@1.2.22", "scripts": { "dev": "next dev --hostname 0.0.0.0 --port 3000", "build": "bun run typecheck && next build", "start": "next start --hostname 0.0.0.0 --port 3000", "typecheck": "tsc --noEmit" }, "dependencies": { "@gsap/react": "^2.1.2", "@radix-ui/react-slot": "^1.2.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "d3-geo": "^3.1.1", "framer-motion": "^12.35.1", "gsap": "^3.14.2", "lucide-react": "^0.577.0", "mapbox-gl": "^3.19.1", "motion": "^12.35.1", "next": "^16.0.0", "react": "^19.2.0", "react-dom": "^19.2.0", "tailwind-merge": "^3.5.0", "topojson-client": "^3.1.0", "world-atlas": "^2.0.2" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.12", "@types/d3-geo": "^3.1.0", "@types/node": "^24.3.0", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@types/topojson-client": "^3.1.5", "playwright": "^1.58.2", "postcss": "^8.5.6", "tailwindcss": "^4.1.12", "typescript": "^5.9.2" } }