react-lite-scrollbar
Version:
react-lite-scrollbar
82 lines (81 loc) • 1.85 kB
JSON
{
"name": "react-lite-scrollbar",
"version": "0.0.5",
"description": "react-lite-scrollbar",
"license": "MIT",
"type": "module",
"main": "dist/index.umd.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Elcynia/react-lite-scrollbar.git"
},
"homepage": "https://github.com/Elcynia/react-lite-scrollbar",
"bugs": {
"url": "https://github.com/Elcynia/react-lite-scrollbar/issues"
},
"keywords": [
"react",
"react-component",
"scroll-bar",
"scrollbar",
"scroll bar",
"scrolling",
"progress-bar",
"scrollbar",
"custom-scrollbar",
"react-scroll",
"react-scrollbar",
"lightweight-scrollbar",
"lite-scrollbar",
"simple-scrollbar",
"virtual-scrollbar",
"scroll-indicator",
"scroll-progress",
"scroll",
"ui",
"component",
"react-ui",
"react-scroll-indicator",
"react-scroll-progress"
],
"author": {
"name": "Elcynia"
},
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/node": "^24.0.13",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.2",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"path": "^0.12.7",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4",
"vite-plugin-dts": "^4.5.4"
}
}