@koteus/react-scroll-to-bottom
Version:
React container that will auto scroll to bottom
73 lines (72 loc) • 2.02 kB
JSON
{
"name": "@koteus/react-scroll-to-bottom",
"version": "5.0.0-main.0ea35be",
"description": "React container that will auto scroll to bottom",
"keywords": [
"react",
"follow",
"jump",
"jump to bottom",
"jump to top",
"scroll",
"scroll to bottom",
"scroll to top",
"sticky",
"stick to bottom",
"stick to top",
"tail"
],
"main": "build/index.js",
"module": "build/esm/index.js",
"types": "build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"import": "./build/esm/index.js",
"require": "./build/index.js"
},
"./style.css": "./build/style.css"
},
"files": [
"build/**/*"
],
"scripts": {
"build": "vite build",
"build:watch": "vite build --watch",
"build:full": "vite build && bun run build:test-harness",
"build:test-harness": "cp ../test-harness/dist/* dist/ || true",
"start:test-harness": "nodemon --exec \"bun run build:test-harness\" --watch ../test-harness/dist",
"eslint": "eslint src/**/*.js --ignore-pattern *.spec.js --ignore-pattern *.test.js",
"precommit": "eslint"
},
"author": "William Wong <compulim@hotmail.com> (http://compulim.info/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/compulim/react-scroll-to-bottom.git"
},
"bugs": {
"url": "https://github.com/compulim/react-scroll-to-bottom/issues"
},
"homepage": "https://github.com/compulim/react-scroll-to-bottom#readme",
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"concurrently": "^6.3.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "^2.0.13",
"prettier": "^2.4.1",
"vite": "^5.0.0",
"vite-plugin-dts": "^4.5.3"
},
"dependencies": {
"classnames": "^2.5.1",
"math-random": "2.0.1",
"simple-update-in": "2.2.0"
},
"peerDependencies": {
"react": ">= 19.1.0"
}
}