mtfscrolllist
Version:
Virtualized infinite scrolling list 虚拟化无限滚动 下拉刷新列表
43 lines • 1.15 kB
JSON
{
"name": "mtfscrolllist",
"version": "1.0.7",
"description": "Virtualized infinite scrolling list 虚拟化无限滚动 下拉刷新列表",
"main": "dist/mtfscrolllist.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mantoufan/mtfScrollList.git"
},
"keywords": [
"infinite",
"scroll",
"virtualized",
"list",
"虚拟化",
"无限滚动",
"下拉刷新"
],
"author": "Xiaoyu",
"license": "ISC",
"bugs": {
"url": "https://github.com/mantoufan/mtfScrollList/issues"
},
"homepage": "https://github.com/mantoufan/mtfScrollList#readme",
"devDependencies": {
"standard": "^16.0.3",
"webpack": "^5.11.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.1",
"@babel/core": "^7.12.10",
"@babel/plugin-transform-modules-umd": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/runtime-corejs3": "^7.12.5",
"babel-loader": "^8.2.2",
"thread-loader": "^3.0.1"
},
"dependencies": {}
}