{
  "name": "grizzly-tech",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "export": "next export"
  },
  "dependencies": {
    "@heroicons/react": "^2.1.1",
    "@react-google-maps/api": "^2.20.6",
    "@types/leaflet": "^1.9.18",
    "@types/react": "^18.3.24",
    "@types/react-dom": "^18.3.7",
    "date-fns": "^4.1.0",
    "framer-motion": "^11.18.2",
    "leaflet": "^1.9.4",
    "next": "^15.3.2",
    "react": "^18.2.0",
    "react-countup": "^6.5.3",
    "react-dom": "^18.2.0",
    "react-icons": "^5.5.0",
    "react-intersection-observer": "^9.16.0",
    "react-leaflet": "^5.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.15.21",
    "autoprefixer": "^10.4.14",
    "eslint": "^8.56.0",
    "eslint-config-next": "14.1.0",
    "postcss": "^8.4.31",
    "postcss-import": "^16.1.0",
    "postcss-nesting": "^13.0.1",
    "tailwindcss": "^3.3.0",
    "typescript": "^5.8.3"
  }
}
