UNPKG

animated-backgrounds

Version:

A feature-rich React package for stunning animated backgrounds with interactive controls, themes, performance monitoring, and layered compositions.

67 lines (66 loc) 1.79 kB
{ "name": "animated-backgrounds", "version": "2.0.0", "description": "A feature-rich React package for stunning animated backgrounds with interactive controls, themes, performance monitoring, and layered compositions.", "type": "module", "keywords": [ "animated", "backgrounds", "react", "ui", "interactive", "themes", "performance", "canvas", "animations", "particles", "effects", "layered", "controls", "mobile", "touch", "gestures" ], "repository": { "type": "git", "url": "https://github.com/umerfarok/animated-backgrounds.git" }, "author": { "name": "Umer Farooq", "email": "umerfarooq.dev@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/umerfarok/animated-backgrounds/issues" }, "homepage": "https://github.com/umerfarok/animated-backgrounds#readme", "engines": { "node": ">=10.0.0" }, "main": "dist/index.js", "module": "dist/index.esm.js", "files": [ "dist" ], "scripts": { "build": "rollup -c", "prepare": "npm run build", "docs": "jsdoc -c jsdoc.config.json && shx cp -r docs-content/demos docs/demos" }, "devDependencies": { "@babel/core": "^7.15.0", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/preset-env": "^7.15.0", "@babel/preset-react": "^7.14.5", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.0.6", "@rollup/plugin-terser": "^0.4.4", "docdash": "^2.0.2", "jsdoc": "^4.0.4", "rollup": "^2.56.3", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "shx": "^0.3.4" } }