antd-virtual-table
Version:
实现antd-table的虚拟列表
90 lines (89 loc) • 2.42 kB
JSON
{
"name": "antd-virtual-table",
"version": "0.7.2",
"description": "实现antd-table的虚拟列表",
"main": "dist/index.js",
"module": "dist/index.es.js",
"jsnext:main": "dist/index.es.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"start": "dumi dev",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c"
},
"keywords": [
"antd-table",
"virtualList",
"scrolling",
"antd-table虚拟列表",
"antd-table无限滚动"
],
"author": "guozhao.qi",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/qguozhao/antd-virtual-table.git"
},
"homepage": "https://github.com/qguozhao/antd-virtual-table",
"peerDependencies": {
"antd": "^4.1.0",
"react": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@svgr/rollup": "^4.3.3",
"@types/lodash-es": "^4.17.3",
"@types/react": "^16.9.32",
"antd": "^4.16.2",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^3.5.0",
"cssnano": "^4.1.10",
"dumi": "^1.1.19",
"immutability-helper": "^3.1.1",
"lodash-es": "^4.17.15",
"minimist": "^1.2.5",
"postcss-cssnext": "^3.1.0",
"postcss-nested": "^4.2.1",
"postcss-simple-vars": "^5.0.2",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-resizable": "^3.0.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.2",
"rollup-plugin-postcss": "^2.5.0",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-typescript2": "^0.25.3",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-plugin-url": "^3.0.1",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3"
},
"files": [
"dist"
],
"resolutions": {
"minimist": "^1.2.5"
},
"dependencies": {
"rollup": "^2.62.0",
"user": "0.0.0"
},
"bugs": {
"url": "https://github.com/qguozhao/antd-virtual-table/issues"
},
"directories": {
"doc": "docs"
}
}