snowfallreact
Version:
A React package for creating highly customizable snowfall effects. Perfect for adding a touch of winter magic to your web applications. Compatible with Next.js and ideal for enhancing the user interface with dynamic, seasonal visuals. Easy to integrate an
102 lines (101 loc) • 2.84 kB
JSON
{
"version": "1.1.0",
"license": "MIT",
"description": "A React package for creating highly customizable snowfall effects. Perfect for adding a touch of winter magic to your web applications. Compatible with Next.js and ideal for enhancing the user interface with dynamic, seasonal visuals. Easy to integrate and adjust to fit any design or theme.",
"keywords": [
"snowfall",
"react",
"next",
"frontend",
"UI",
"customizable",
"snowflakes",
"winter",
"animation",
"effects",
"JavaScript",
"components",
"library",
"design",
"holiday",
"seasonal",
"decorations",
"interactive",
"open-source",
"web development",
"user experience",
"UX",
"dynamic",
"theme",
"plugin",
"visual",
"aesthetic"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "snowfallreact",
"author": "Etzshally",
"module": "dist/snowfallreact.esm.js",
"size-limit": [
{
"path": "dist/snowfallreact.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/snowfallreact.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@babel/core": "^7.24.5",
"@size-limit/preset-small-lib": "^11.1.4",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^8.1.1",
"@storybook/addons": "^7.6.17",
"@storybook/react": "^8.1.1",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"babel-loader": "^9.1.3",
"husky": "^9.0.11",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"size-limit": "^11.1.4",
"tsdx": "^0.14.1",
"tslib": "^2.6.2",
"typescript": "^5.4.5"
}
}