long-list-scroll-rem
Version:
A lightweight and high-performance Vue 3 virtual scrolling component designed to efficiently render long lists with dynamic rem-based sizing. Ideal for applications requiring smooth scrolling experiences and optimized rendering of large datasets.
65 lines (64 loc) • 1.75 kB
JSON
{
"name": "long-list-scroll-rem",
"private": false,
"version": "1.3.3",
"description": "A lightweight and high-performance Vue 3 virtual scrolling component designed to efficiently render long lists with dynamic rem-based sizing. Ideal for applications requiring smooth scrolling experiences and optimized rendering of large datasets.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"ant-design-vue": "^4.2.6",
"long-list-scroll-rem": "^1.3.2",
"unplugin-vue-components": "^28.7.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-env": "^7.27.2",
"@vitejs/plugin-vue": "^5.2.3",
"babel-plugin-transform-runtime": "^6.23.0",
"rollup-plugin-terser": "^7.0.2",
"vite": "^6.3.5",
"vite-plugin-commonjs": "^0.10.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vite-plugin-libcss": "^1.1.1"
},
"main": "./dist/LongListScrollRem.js",
"module": "./dist/LongListScrollRem.js",
"types": "./dist/LongListScrollRem.js",
"files": [
"dist/*",
"LongListScrollRem.js"
],
"author": "zhangfei~",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://gitee.com/zhang_qm/vue3-text-animations.git"
},
"bugs": {
"url": "https://gitee.com/zhang_qm/vue3-text-animations/issues"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"vue",
"vue3",
"virtual-scroll",
"long-list",
"scroll",
"performance",
"component",
"rem",
"ui",
"component",
"custom-scrollbar",
"plugin"
]
}