{
  "name": "react-confetti-explosion",
  "version": "1.5.0",
  "description": "A lightweight css-animation based confetti exploder for React",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "compile": "tsc --declaration -p ./tsconfig.json --outDir lib/",
    "lint": "eslint --ext .ts,.tsx --ignore-pattern '**/*.spec.*' --ignore-pattern '**/*.d.ts' src/"
  },
  "husky": {
    "hooks": {
      "pre-commit": "NODE_ENV=production lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": [
      "pretty-quick --staged",
      "eslint --fix"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/herrethan/react-confetti-explosion"
  },
  "keywords": [
    "confetti",
    "explosion",
    "css",
    "animation",
    "react",
    "styles"
  ],
  "author": "Ethan Herr",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/herrethan/react-confetti-explosion/issues"
  },
  "homepage": "https://github.com/herrethan/react-confetti-explosion#readme",
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "@material-ui/styles": "^4.11.5",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.168",
    "@types/react": "^18.0.17",
    "@typescript-eslint/eslint-plugin": "^2.3.0",
    "@typescript-eslint/parser": "^2.3.0",
    "eslint": "^6.0.1",
    "eslint-config-airbnb": "^17.1.1",
    "eslint-config-prettier": "^6.0.0",
    "eslint-config-react-app": "^4.0.1",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.14.2",
    "husky": "^3.0.0",
    "lint-staged": "^8.1.4",
    "prettier": "^1.18.2",
    "pretty-quick": "^1.11.1",
    "ts-node": "^8.3.0",
    "typescript": "^3.4.0"
  },
  "directories": {
    "example": "example",
    "lib": "lib"
  }
}
