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.

93 lines (92 loc) 2.31 kB
{ "name": "react-swift-reveal", "type": "module", "version": "1.2.4", "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://rsr.mcedric.dev/", "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" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "lint": "eslint .", "prepublishOnly": "nr build", "release": "bumpp && npm publish", "start": "esno src/index.ts", "test": "vitest", "typecheck": "tsc --noEmit", "prepare": "simple-git-hooks" }, "dependencies": { "@types/react-dom": "^19.0.0", "react": "^19.1.0", "react-dom": "^19.0.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": "^19.1.4", "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", "rimraf": "^5.0.1", "simple-git-hooks": "^2.9.0", "tsup": "^8.5.0", "typescript": "^5.7.2", "vite": "^4.4.9", "vitest": "^0.34.5" }, "simple-git-hooks": { "pre-commit": "pnpm lint-staged" }, "lint-staged": { "*": "" } }