UNPKG

el-table-virtual-scroll

Version:

The virtual scrolling component developed based on the Table component of Element-UI supports dynamic height and solves the problem of scrolling stuck when the amount of data is large.

60 lines (59 loc) 2.07 kB
{ "name": "el-table-virtual-scroll", "version": "2.0.2", "description": "The virtual scrolling component developed based on the Table component of Element-UI supports dynamic height and solves the problem of scrolling stuck when the amount of data is large.", "main": "dist/el-table-virtual-scroll.umd.js", "module": "dist/el-table-virtual-scroll.esm.js", "unpkg": "dist/el-table-virtual-scroll.min.js", "scripts": { "build:umd": "rollup --config ./build/rollup.config.umd.js", "build:browser": "rollup --config ./build/rollup.config.browser.js", "build:es": "rollup --config ./build/rollup.config.es.js", "build": "npm run build:umd && npm run build:browser && npm run build:es", "demo:build": "cd demo-v2 && npm run build && cd ../demo-v1 && npm run build", "demo:publish": "npm run demo:build && node script/deploy", "demo:deploy": "node script/deploy" }, "keywords": [ "vue", "el-table-virtual-scroll", "virtual", "scroll", "el-table", "ElementUI" ], "author": "xiaocheng555", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/xiaocheng555/el-table-virtual-scroll.git" }, "devDependencies": { "@babel/core": "^7.12.10", "@babel/preset-env": "^7.12.11", "autoprefixer": "^8.0.0", "babel-eslint": "^10.1.0", "eslint": "^6.8.0", "eslint-config-standard": "^14.1.1", "eslint-plugin-html": "^6.0.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^7.4.1", "rollup": "^2.36.1", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-eslint": "^7.0.0", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-vue": "^5.0.1", "vue": "^2.6.10", "vue-template-compiler": "^2.6.10" }, "dependencies": { "fs-extra": "^11.2.0", "gh-pages": "^6.1.1", "normalize-wheel": "^1.0.1" } }