UNPKG

react-gradient-animation

Version:

A highly customizable, animated gradient background component for React applications.

54 lines (53 loc) 1.23 kB
{ "name": "react-gradient-animation", "version": "1.0.10", "description": "A highly customizable, animated gradient background component for React applications.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "rm -rf dist && tsc", "prepare": "npm run build" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "!src/**", "dist", "types" ], "keywords": [ "react", "gradient", "background", "animation", "canvas", "animated", "react-component", "gradient-background", "typescript" ], "author": "Stian Larsen", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/stianlars1/react-gradient-animation.git" }, "bugs": { "url": "https://github.com/stianlars1/react-gradient-animation/issues" }, "homepage": "https://github.com/stianlars1/react-gradient-animation#readme", "dependencies": {}, "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "devDependencies": { "@types/react": "^18 || ^19", "@types/react-dom": "^18 || ^19", "typescript": "^5.6.2" } }