holi-splash
Version:
A React component that adds a Holi color splash effect on clicks 🎨
36 lines (35 loc) • 810 B
JSON
{
"name": "holi-splash",
"version": "1.0.1",
"description": "A React component that adds a Holi color splash effect on clicks 🎨",
"main": "index.js",
"module": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/your-username/holi-splash.git"
},
"scripts": {
"build": "babel src --out-dir dist --copy-files"
},
"keywords": [
"react",
"holi",
"color-splash",
"festival",
"animation"
],
"author": "Mahajan Nilesh",
"license": "MIT",
"peerDependencies": {
"react": "^19.0.0"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^10.0.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1"
}
}