UNPKG

react-swift-reveal

Version:

The easiest way to add reveal animations to your React applications as the elements enter viewport. it includes Both on scroll and simple reveal animations.

89 lines 2.23 kB
{ "name": "react-swift-reveal", "type": "module", "version": "1.1.0", "packageManager": "pnpm@8.7.6", "description": "The easiest way to add reveal animations to your React applications as the elements enter viewport. it includes Both on scroll and simple reveal animations.", "author": "Mutesa Cedric <mutesacedric@gmail.com>", "license": "MIT", "homepage": "https://react-swift-reveal.vercel.app/", "repository": { "type": "git", "url": "git+https://github.com/Mutesa-Cedric/react-swift-reveal.git.git" }, "bugs": "https://github.com/Mutesa-Cedric/react-swift-reveal.git/issues", "keywords": [ "scroll animations", "reveal animations", "reveal", "scroll", "animations", "animate", "reactreveal", "react animations", "react scroll animations", "react reveal animations", "react scroll reveal animations", "react scroll reveal" ], "sideEffects": false, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/*", "./dist/index.d.ts" ] } }, "files": [ "dist" ], "dependencies": { "react": "^18.2.0" }, "devDependencies": { "@antfu/eslint-config": "^1.0.0-beta.0", "@antfu/ni": "^0.21.8", "@antfu/utils": "^0.7.6", "@types/node": "^20.6.3", "@types/react": "^18.2.22", "bumpp": "^9.2.0", "eslint": "^8.49.0", "eslint-define-config": "^1.23.0", "esno": "^0.17.0", "lint-staged": "^14.0.1", "pnpm": "^8.7.6", "prop-types": "^15.8.1", "rimraf": "^5.0.1", "simple-git-hooks": "^2.9.0", "typescript": "^5.7.2", "unbuild": "^3.0.1", "vite": "^4.4.9", "vitest": "^0.34.5" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "" }, "scripts": { "build": "unbuild", "dev": "unbuild --stub", "lint": "eslint .", "release": "bumpp && npm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit" } }