react-awesome-reveal
Version:
React components to add reveal animations using the Intersection Observer API and CSS Animations.
84 lines • 2 kB
JSON
{
"name": "react-awesome-reveal",
"description": "React components to add reveal animations using the Intersection Observer API and CSS Animations.",
"version": "4.3.1",
"license": "MIT",
"type": "module",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
"module": "dist/index.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"sideEffects": false,
"author": {
"name": "Dennis Morello",
"email": "dennis@morello.dev",
"url": "https://morello.dev"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/morellodev"
},
{
"type": "opencollective",
"url": "https://opencollective.com/react-awesome-reveal"
}
],
"homepage": "https://react-awesome-reveal.morello.dev",
"keywords": [
"react",
"reveal",
"react-reveal",
"scroll",
"typescript",
"intersection",
"intersection-observer",
"animations",
"css-in-js",
"emotion"
],
"repository": {
"type": "git",
"url": "https://github.com/awesome-reveal/react-awesome-reveal"
},
"bugs": {
"url": "https://github.com/awesome-reveal/react-awesome-reveal/issues"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"react": ">=16.14.0"
},
"devDependencies": {
"@emotion/react": "^11.13.0",
"@emotion/serialize": "^1.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"react": "^18.3.1",
"rollup-preserve-directives": "^1.1.3",
"vite": "^5.3.5",
"vite-plugin-dts": "3.9.1"
},
"dependencies": {
"react-intersection-observer": "^9.13.0",
"react-is": "^18.3.1"
},
"scripts": {
"build": "tsc --noEmit && vite build",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}