@stianlarsen/react-fade-effects
Version:
A collection of React components for smooth fade-in animations, starting with FadeWords. Easily add fade effects to your UI elements with customizable options.
66 lines (65 loc) • 1.6 kB
JSON
{
"name": "@stianlarsen/react-fade-effects",
"version": "1.1.4",
"description": "A collection of React components for smooth fade-in animations, starting with FadeWords. Easily add fade effects to your UI elements with customizable options.",
"type": "module",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
}
},
"sideEffects": [
"*.css"
],
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stianlars1/react-fade-effects.git"
},
"keywords": [
"react",
"fade",
"animation",
"framer-motion",
"fade-in",
"fade-effects"
],
"author": "Stian Larsen <stian.larsen@mac.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stianlars1/react-fade-effects/issues"
},
"homepage": "https://github.com/stianlars1/react-fade-effects#readme",
"dependencies": {
"framer-motion": "^11.3.30"
},
"peerDependencies": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@types/react": "^18 || ^19",
"@types/react-dom": "^18 || ^19",
"framer-motion": "^12.38.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tsup": "^8.0.0",
"typescript": "^5.5.4"
}
}