{
  "name": "react-confetti-explosion",
  "version": "3.0.3",
  "author": "Ethan Herr",
  "description": "A lightweight css-animation based confetti exploder for React",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.28.0",
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@typescript-eslint/eslint-plugin": "^8.33.0",
    "@typescript-eslint/parser": "^8.33.0",
    "@vitejs/plugin-react": "^4.2.1",
    "eslint": "^9.27.0",
    "eslint-plugin-react": "^7.37.5",
    "globals": "^16.2.0",
    "prettier": "^3.5.3",
    "pretty-quick": "^4.1.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^2.79.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.31.2",
    "tslib": "^2.6.2",
    "typescript": "^4.9.0",
    "typescript-eslint": "^8.33.0",
    "vite": "^5.0.0",
    "@testing-library/dom": "^10.4.0",
    "jsdom": "^26.1.0",
    "vitest": "^3.1.4"
  },
  "license": "MIT",
  "homepage": "https://github.com/herrethan/react-confetti-explosion",
  "private": false,
  "keywords": [
    "confetti",
    "css animation",
    "particles",
    "user reward",
    "ui delight"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/herrethan/react-confetti-explosion.git"
  },
  "scripts": {
    "build": "rollup -c",
    "pretty": "pretty-quick",
    "test": "vitest",
    "lint": "eslint src --ext .ts,.tsx",
    "pack": "pnpm run build && pnpm pack",
    "dev": "vite"
  }
}