{
  "name": "react-awesome-reveal",
  "description": "React components to add reveal animations using the Intersection Observer API and CSS Animations.",
  "version": "4.2.10",
  "license": "MIT",
  "type": "module",
  "types": "dist/index.d.ts",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "author": {
    "name": "Dennis Morello",
    "email": "dennis@morello.dev",
    "url": "https://morello.dev"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/morellodev"
    },
    {
      "type": "opencollective",
      "url": "https://opencollective.com/react-awesome-reveal"
    }
  ],
  "homepage": "https://react-awesome-reveal.morello.dev",
  "keywords": [
    "react",
    "reveal",
    "react-reveal",
    "scroll",
    "typescript",
    "intersection",
    "intersection-observer",
    "animations",
    "css-in-js",
    "emotion"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/morellodev/react-awesome-reveal"
  },
  "bugs": {
    "url": "https://github.com/morellodev/react-awesome-reveal/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@emotion/react": "^11.0.0",
    "react": ">=16.14.0"
  },
  "devDependencies": {
    "@emotion/react": "^11.11.4",
    "@emotion/serialize": "^1.1.4",
    "@types/react": "^18.3.1",
    "@types/react-dom": "^18.3.0",
    "@types/react-is": "^18.3.0",
    "@vitejs/plugin-react": "^4.2.1",
    "react": "^18.3.1",
    "vite": "^5.2.11",
    "vite-plugin-dts": "3.9.0"
  },
  "dependencies": {
    "react-intersection-observer": "^9.10.1",
    "react-is": "^18.3.1"
  },
  "scripts": {
    "build": "tsc --noEmit && vite build",
    "lint": "eslint .",
    "lint:fix": "eslint --fix ."
  }
}