1 Star 1 Fork 0

mfuu/vue3-virtual-drag-list

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
mfuu 提交于 2024-12-25 22:30 . fix: render error when list change #22
{
"name": "vue-virtual-draglist",
"version": "3.3.8",
"description": "A virtual scrolling list component that can be sorted by dragging, support vue3",
"main": "dist/virtual-drag-list.min.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"lint": "eslint --fix src --ext .js",
"build": "cross-env mode=production rollup -c rollup.config.js",
"core:update": "git submodule update --remote",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfuu/vue-virtual-drag-list.git"
},
"keywords": [
"vue",
"vue3",
"sort",
"drag",
"drop",
"draggable",
"sortable",
"virtual",
"virtual-list",
"big-data",
"big-list",
"infinite"
],
"author": "mfuu",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/mfuu/vue3-virtual-drag-list/issues"
},
"homepage": "https://github.com/mfuu/vue3-virtual-drag-list#readme",
"dependencies": {
"sortable-dnd": "^0.6.20"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^8.3.3",
"@vitepress-demo-preview/component": "^2.3.2",
"@vitepress-demo-preview/plugin": "^1.2.3",
"cross-env": "^7.0.3",
"lint-staged": "^11.1.2",
"mockjs": "^1.1.0",
"prettier": "^2.3.2",
"rollup": "^2.56.2",
"rollup-plugin-dts": "^4.2.3",
"typescript": "^4.3.5",
"vitepress": "^1.4.1",
"vue": "~3.2.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/mfuu/vue3-virtual-drag-list.git
git@gitee.com:mfuu/vue3-virtual-drag-list.git
mfuu
vue3-virtual-drag-list
vue3-virtual-drag-list
master

搜索帮助