{
  "name": "react-rewards",
  "version": "2.1.0",
  "description": "This package lets you easily add micro-interactions to your app and reward users with the rain of confetti, emoji or balloons.",
  "author": "thedevelobear",
  "license": "MIT",
  "main": "dist/react-rewards.js",
  "jsnext:main": "dist/react-rewards.es.js",
  "module": "dist/react-rewards.es.js",
  "types": "dist/react-rewards.d.ts",
  "homepage": "https://github.com/thedevelobear/react-rewards",
  "repository": {
    "url": "git+https://github.com/thedevelobear/react-rewards.git"
  },
  "keywords": [
    "react",
    "react-rewards",
    "confetti",
    "emoji",
    "balloons",
    "cannon",
    "microinteractions",
    "micro-interactions",
    "UI",
    "UX"
  ],
  "scripts": {
    "build": "rollup -c",
    "watch": "rollup -c -w",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "prepublish": "yarn lint && rm -rf dist && NODE_ENV=production yarn build"
  },
  "peerDependencies": {
    "react": ">=15",
    "react-dom": ">=15"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-react": "^7.16.7",
    "@rollup/plugin-commonjs": "^21.0.2",
    "@rollup/plugin-node-resolve": "^13.1.3",
    "@rollup/plugin-typescript": "^8.3.1",
    "@types/node": "^16.11.26",
    "@types/react": "^17.0.39",
    "@typescript-eslint/eslint-plugin": "^5.13.0",
    "@typescript-eslint/parser": "^5.13.0",
    "esbuild": "^0.14.27",
    "eslint": "^8.10.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^16.1.0",
    "eslint-config-prettier": "^8.4.0",
    "eslint-config-wesbos": "^3.0.2",
    "eslint-plugin-html": "^6.2.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-jsx-a11y": "^6.5.1",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.29.2",
    "eslint-plugin-react-hooks": "^4.3.0",
    "prettier": "^2.5.1",
    "react": "^19.0.0",
    "rollup": "^2.70.1",
    "rollup-plugin-dts": "^4.2.0",
    "rollup-plugin-esbuild": "^4.8.2",
    "rollup-plugin-import-css": "^3.0.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-svg": "^2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.6.2"
  }
}
