react-snowfall
Version:
A react component that creates a snowfall effect
60 lines (59 loc) • 1.61 kB
JSON
{
"name": "react-snowfall",
"version": "2.2.0",
"description": "A react component that creates a snowfall effect",
"type": "module",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "tsc",
"start": "npm run build -- --watch",
"release": "standard-version --infile ../../CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cahilfoley/react-snowfall.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react",
"component",
"snowfall",
"winter",
"christmas",
"canvas"
],
"author": "Cahil Foley",
"license": "MIT",
"homepage": "https://github.com/cahilfoley/react-snowfall#readme",
"bugs": {
"url": "https://github.com/cahilfoley/react-snowfall/issues"
},
"peerDependencies": {
"react": "^16.8 || 17.x || 18.x",
"react-dom": "^16.8 || 17.x || 18.x"
},
"devDependencies": {
"@types/node": "^20.11.6",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"standard-version": "^9.5.0",
"typescript": "^5.5.4"
},
"dependencies": {
"react-fast-compare": "^3.2.2"
}
}