UNPKG

react-confetti-boom

Version:

A customizable React confetti explosion component for celebrations and special events

61 lines 1.72 kB
{ "name": "react-confetti-boom", "version": "1.1.2", "description": "A customizable React confetti explosion component for celebrations and special events", "author": "almond-bongbong <bal.dongdongdong@gmail.com>", "homepage": "https://github.com/almond-bongbong/react-confetti-boom", "license": "MIT", "main": "./lib/index.js", "module": "./lib/index.esm.js", "types": "./lib/index.d.ts", "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "dev": "npm run build:watch", "dev:example": "cd example && npm run dev" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/core": "^7.21.3", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-eslint": "^9.0.3", "@rollup/plugin-node-resolve": "^15.0.1", "@types/react": "^18.0.28", "@typescript-eslint/eslint-plugin": "^5.58.0", "@typescript-eslint/parser": "^5.58.0", "eslint": "^8.38.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "postcss": "^8.4.21", "prettier": "^2.8.4", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.18.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-typescript2": "^0.34.1", "sass": "^1.58.3", "typescript": "^4.9.5" }, "files": [ "lib" ], "engines": { "node": ">=16.0.0" }, "keywords": [ "react", "typescript", "module", "confetti", "particle", "explosion", "celebration", "animation" ], "packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447" }