UNPKG

partycles

Version:

🎉 Delightful particle animations for React

110 lines (109 loc) • 2.85 kB
{ "name": "partycles", "version": "1.2.0", "description": "🎉 Delightful particle animations for React", "repository": { "type": "git", "url": "https://github.com/jonathanleane/partycles.git" }, "homepage": "https://github.com/jonathanleane/partycles#readme", "bugs": { "url": "https://github.com/jonathanleane/partycles/issues" }, "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" }, "./animations/*": { "import": "./dist/animations/*.mjs", "require": "./dist/animations/*.js" } }, "sideEffects": false, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "build:rollup": "rollup -c rollup.config.mjs", "demo": "cd demo && npm start", "prepare": "npm run build", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"", "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,md}\"", "type-check": "tsc --noEmit", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "react", "animations", "effects", "rewards", "confetti", "sparkles", "particles", "celebration", "fireworks", "hearts", "bubbles", "snow", "emoji", "coins", "petals", "aurora", "fireflies", "galaxy", "glitch", "crystals", "react-component", "typescript", "hooks", "react-hooks", "particle-effects", "reward-animation", "celebration-effects" ], "author": "Jonathan Leane", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.5", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/jest": "^29.5.14", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.9.0", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.4.0", "tslib": "^2.6.2", "tsup": "^8.5.0", "typescript": "^5.3.0" } }