{
  "name": "react-scrollspy-navigation",
  "version": "2.0.7",
  "description": "ScrollSpy React Component - Automatically update navigation components based on scroll position to indicate which link is currently active in the viewport.",
  "keywords": [
    "scrollspy",
    "react-scrollspy",
    "react-navigation",
    "react-component",
    "react-components",
    "reactjs-component",
    "react-scroll",
    "reactjs-es6",
    "reactjs-with-es6",
    "react-animate-on-scroll",
    "react-scroll-to-component",
    "react-scrollspy-nav",
    "react",
    "reactjs"
  ],
  "type": "module",
  "files": [
    "dist/*"
  ],
  "module": "./dist/react-scrollspy.js",
  "types": "./dist/react-scrollspy.d.ts",
  "exports": {
    ".": {
      "types": "./dist/react-scrollspy.d.ts",
      "import": "./dist/react-scrollspy.js",
      "require": "./dist/react-scrollspy.cjs"
    }
  },
  "license": "MIT",
  "author": {
    "name": "Zsolt Tovis",
    "email": "tovis.zsolt@gmail.com",
    "url": "https://toviszsolt.github.io/"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/toviszsolt"
    },
    {
      "type": "paypal",
      "url": "https://www.paypal.com/paypalme/toviszsolt"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toviszsolt/react-scrollspy.git"
  },
  "bugs": {
    "url": "https://github.com/toviszsolt/react-scrollspy/issues"
  },
  "homepage": "https://32jhvk.csb.app",
  "scripts": {
    "dev": "vite",
    "build": "vite build && node post-build",
    "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "devDependencies": {
    "@nextcss/nextcss": "^0.9.3",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.1.2",
    "eslint": "^9.39.1",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-react-refresh": "^0.4.24",
    "postcss-flexbugs-fixes": "^5.0.2",
    "postcss-preset-env": "^10.5.0",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "react-router-dom": "^7.10.1",
    "react-scrollspy-navigation": "^2.0.6",
    "vite": "^7.2.7"
  }
}
