UNPKG

@yrobot/auto-scroll

Version:

This is a tool which makes scroll-container auto scroll to the bottom easy.

46 lines (45 loc) 1.41 kB
{ "name": "@yrobot/auto-scroll", "version": "3.1.0", "homepage": "https://github.com/Yrobot/auto-scroll", "description": "This is a tool which makes scroll-container auto scroll to the bottom easy.", "main": "build/index.es.js", "module": "build/index.es.js", "types": "build/index.d.ts", "scripts": { "dev": "type=WEBSITE vite --port 3001", "build": "yarn clean & yarn build:package", "build:package": "type=PACKAGE vite build", "build:website": "type=WEBSITE vite build", "clean": "rm -rf build_website & rm -rf build" }, "keywords": [ "auto", "scroll", "dom" ], "author": "@yrobot", "license": "ISC", "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/node": "^20.10.6", "@types/react": "^18.2.46", "@types/react-dom": "^18.2.18", "autoprefixer": "^10.4.19", "daisyui": "^4.10.1", "postcss": "^8.4.38", "react": "^18.2.0", "react-dom": "^18.2.0", "tailwindcss": "^3.4.3", "typescript": "^5.3.3", "vite": "^5.0.11", "vite-plugin-dts": "^3.7.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "tag": "latest", "access": "public" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }