{
  "name": "react-parallax-mouse",
  "version": "2.1.0",
  "description": "A lightweight react component to add a mouse parallax effect to your project",
  "main": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "start": "rollup -c -w"
  },
  "repository": "https://github.com/choozn/react-parallax-mouse",
  "keywords": [
    "react",
    "component",
    "parallax",
    "mouse",
    "parallax-mouse"
  ],
  "author": "choozn",
  "license": "MIT",
  "dependencies": {
    "react-spring": "^9.7.3"
  },
  "devDependencies": {
    "@react-spring/types": "^9.7.3",
    "@types/react-dom": ">=16.8.0",
    "babel-core": "^6.26.3",
    "babel-runtime": "^6.26.0",
    "rollup": "^2.72.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.36.0",
    "typescript": "^5.0.3"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0",
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}
