{
  "name": "react-parallax-tilt",
  "description": "Easily apply tilt hover effect on React components - lightweight/zero dependencies",
  "version": "1.7.330",
  "type": "module",
  "types": "./dist/legacy/index.d.ts",
  "module": "./dist/legacy/index.js",
  "main": "./dist/legacy/index.cjs",
  "exports": {
    "import": {
      "types": "./dist/modern/index.d.ts",
      "default": "./dist/modern/index.js"
    },
    "require": {
      "types": "./dist/modern/index.d.cts",
      "default": "./dist/modern/index.cjs"
    }
  },
  "sideEffects": false,
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "start": "npm run storybook",
    "prepare": "husky",
    "build": "rm -rf dist && rollup --config scripts/rollup.config.ts --configPlugin typescript --configImportAttributesKey with",
    "lint": "eslint --report-unused-disable-directives --max-warnings 0 .",
    "lint:fix": "eslint --fix .",
    "lint:staged": "lint-staged",
    "tsc": "tsc -p scripts/tsconfig.dev.json",
    "format:fix": "prettier --config .prettierrc --write --ignore-unknown -l .",
    "commit": "git-cz",
    "test": "vitest watch",
    "test:ui": "vitest --ui",
    "test:report": "vitest run --coverage",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:report": "playwright show-report test-e2e-report",
    "storybook": "TS_NODE_PROJECT=scripts/tsconfig.dev.json storybook dev -p 9009 --quiet",
    "storybook:build": "storybook build -o build-storybook-static",
    "release": "semantic-release --branches main",
    "demozap": "demozap generate --prefix=_ && npm run format:fix && npm run lint:fix",
    "knip": "knip",
    "clean": "rm -rf node_modules test-unit-report test-e2e-report test-e2e-results dist build-storybook-static"
  },
  "devDependencies": {
    "@commitlint/cli": "21.0.2",
    "@commitlint/config-conventional": "21.0.2",
    "@eslint/js": "9.39.2",
    "@playwright/test": "1.60.0",
    "@rollup/plugin-commonjs": "29.0.3",
    "@rollup/plugin-terser": "1.0.0",
    "@rollup/plugin-typescript": "12.3.0",
    "@storybook/react-vite": "10.4.1",
    "@testing-library/dom": "10.4.1",
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.2",
    "@testing-library/user-event": "14.6.1",
    "@types/node": "25.9.1",
    "@types/react": "19.2.16",
    "@types/react-dom": "19.2.3",
    "@vitest/coverage-v8": "4.1.8",
    "@vitest/eslint-plugin": "1.6.19",
    "@vitest/ui": "4.1.8",
    "commitizen": "4.3.1",
    "demozap": "1.3.83",
    "eslint": "9.39.2",
    "eslint-config-prettier": "10.1.8",
    "eslint-import-resolver-typescript": "4.4.5",
    "eslint-plugin-import-x": "4.16.2",
    "eslint-plugin-jest-dom": "5.5.0",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-no-array-reduce": "1.0.62",
    "eslint-plugin-playwright": "2.10.4",
    "eslint-plugin-prettier": "5.5.6",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "7.1.1",
    "eslint-plugin-testing-library": "7.16.2",
    "husky": "9.1.7",
    "jsdom": "29.1.1",
    "knip": "6.15.0",
    "lint-staged": "17.0.7",
    "prettier": "3.8.3",
    "react": "19.2.7",
    "react-demo-tab": "1.3.30",
    "react-dom": "19.2.7",
    "react-joystick-component": "6.2.1",
    "rollup": "4.61.0",
    "rollup-plugin-dts": "6.4.1",
    "semantic-release": "25.0.3",
    "storybook": "10.4.1",
    "typescript": "6.0.3",
    "typescript-eslint": "8.60.1",
    "vite": "8.0.16",
    "vitest": "4.1.8"
  },
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
    "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
  },
  "license": "MIT",
  "author": "Marko Kosir <kosir.mar@gmail.com>",
  "homepage": "https://mkosir.github.io/react-parallax-tilt",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mkosir/react-parallax-tilt.git"
  },
  "bugs": {
    "url": "https://github.com/mkosir/react-parallax-tilt/issues"
  },
  "keywords": [
    "react",
    "react-component",
    "react-tilt",
    "react-parallax-tilt",
    "parallax",
    "tilt",
    "glare",
    "transform",
    "rotate",
    "scale",
    "flip",
    "effect",
    "component",
    "gyroscope",
    "sensor",
    "mirror"
  ]
}
