UNPKG

@lonli-lokli/scroll-restoration

Version:

A lightweight, framework-agnostic scroll restoration solution for React applications.

40 lines (39 loc) 874 B
{ "name": "@lonli-lokli/scroll-restoration", "version": "1.0.0", "type": "module", "main": "./dist/index.js", "description": "A lightweight, framework-agnostic scroll restoration solution for React applications.", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "default": "./dist/index.js" } }, "files": [ "dist", "!**/*.tsbuildinfo" ], "repository": { "type": "git", "url": "https://github.com/Lonli-Lokli/scroll-restoration.git" }, "keywords": [ "react", "scroll", "restoration", "react-router", "nextjs", "navigation" ], "author": "Lonli-Lokli", "license": "MIT", "peerDependencies": { "react": ">=16.8" }, "sideEffects": false }