{
  "name": "react-scroll-parallax",
  "version": "3.4.5",
  "description": "React hooks and components to create parallax scroll effects for banners, images or any other DOM elements.",
  "keywords": [
    "react",
    "scroll",
    "effects",
    "parallax",
    "banner",
    "animation",
    "hooks",
    "component"
  ],
  "homepage": "https://react-scroll-parallax.damnthat.tv",
  "bugs": "https://github.com/jscottsmith/react-scroll-parallax/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/jscottsmith/react-scroll-parallax"
  },
  "files": [
    "dist",
    "src"
  ],
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "prettier": "prettier ./ --write",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "release": "np"
  },
  "jest": {
    "modulePaths": [
      "<rootDir>/src/"
    ],
    "testMatch": [
      "**/?(*.)+(spec|test).[jt]s?(x)"
    ],
    "coverageDirectory": "./coverage/",
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "package.json",
      "/stories/"
    ],
    "collectCoverage": true,
    "testURL": "http://localhost",
    "setupFiles": [
      "<rootDir>/src/setupTests.ts"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/jest-setup.ts"
    ]
  },
  "peerDependencies": {
    "react": "^16.8.0-0 || >=17.0.1 || ^18.0.0",
    "react-dom": "^16.8.0-0 || >=17.0.1 || ^18.0.0"
  },
  "author": "J Scott Smith",
  "license": "MIT",
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 80,
    "tabWidth": 2,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "module": "dist/react-scroll-parallax.esm.js",
  "size-limit": [
    {
      "path": "dist/react-scroll-parallax.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/react-scroll-parallax.esm.js",
      "limit": "10 KB"
    }
  ],
  "dependencies": {
    "parallax-controller": "^1.7.1"
  },
  "devDependencies": {
    "@babel/core": "^7.17.8",
    "@size-limit/preset-small-lib": "^6.0.4",
    "@storybook/addon-essentials": "^6.4.20",
    "@storybook/addon-links": "^6.4.20",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/addons": "^6.4.20",
    "@storybook/preset-scss": "^1.0.3",
    "@storybook/react": "^6.4.20",
    "@testing-library/jest-dom": "^5.16.1",
    "@testing-library/react": "^12.1.2",
    "@types/jest": "^27.0.3",
    "@types/react": "^17.0.35",
    "@types/react-dom": "^17.0.11",
    "babel-jest": "^27.5.1",
    "babel-loader": "^8.2.4",
    "css-loader": "^5.0.0",
    "husky": "^7.0.4",
    "np": "^7.7.0",
    "postcss": "^8",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-hooks-testing-library": "^0.6.0",
    "react-is": "^17.0.2",
    "react-test-renderer": "^17.0.1",
    "sass": "^1.49.11",
    "sass-loader": "^10.1.0",
    "size-limit": "^6.0.4",
    "style-loader": "^2.0.0",
    "tailwindcss": "^2.2.19",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.6.3"
  }
}
