vscroll
Version:
Virtual scroll engine
70 lines • 1.9 kB
JSON
{
"name": "vscroll",
"version": "1.7.0",
"description": "Virtual scroll engine",
"main": "dist/bundles/vscroll.umd.js",
"module": "dist/bundles/vscroll.esm5.js",
"esm5": "dist/esm5/index.js",
"esm2015": "dist/esm2015/index.js",
"fesm5": "dist/bundles/vscroll.esm5.js",
"fesm2015": "dist/bundles/vscroll.esm6.js",
"types": "dist/typings/index.d.ts",
"type": "module",
"files": [
"dist"
],
"author": "Denis Hilt <dhilt.public@gmail.com>",
"homepage": "https://github.com/dhilt/vscroll",
"repository": {
"type": "git",
"url": "https://github.com/dhilt/vscroll.git"
},
"bugs": {
"url": "https://github.com/dhilt/vscroll/issues"
},
"license": "MIT",
"scripts": {
"lint": "eslint .",
"jest": "jest",
"watch": "jest --watch",
"build": "node build",
"test": "npm run lint && npm run jest",
"prepack": "npm run build",
"checkGit": "sh ./uncommited.sh",
"prepublishOnly": "npm run build"
},
"dependencies": {
"tslib": "^2.3.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.27.1",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^30.0.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"babel-jest": "^30.0.5",
"chalk": "^5.0.0",
"eslint": "^9.32.0",
"globals": "^16.3.0",
"jest": "^30.0.5",
"rollup": "^4.45.1",
"rollup-plugin-license": "^3.6.0",
"rollup-plugin-sourcemaps2": "^0.5.3",
"shelljs": "^0.10.0",
"typescript": "^5.8.3"
},
"keywords": [
"vscroll",
"virtual",
"virtualizing",
"virtualization",
"scroll",
"scrolling",
"scroller",
"javascript",
"typescript"
]
}