{ "name": "petadviser", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@chakra-ui/react": "^3.24.0", "@emotion/react": "^11.14.0", "@supabase/ssr": "^0.6.1", "@supabase/supabase-js": "^2.53.0", "date-fns": "^4.1.0", "framer-motion": "^12.23.12", "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", "next": "15.4.5", "next-themes": "^0.4.6", "react": "19.1.0", "react-dom": "19.1.0", "react-icons": "^5.5.0", "react-leaflet": "^5.0.0" }, "devDependencies": { "@types/leaflet": "^1.9.20", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "typescript": "^5" } }