1 Star 0 Fork 1

高闯/vue-virtual-drag-list

forked from YOKE/vue-virtual-drag-list 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
YOKE 提交于 2023-07-02 19:44 . build 2.7.4
{
"name": "vue-virtual-draglist",
"version": "2.7.4",
"description": "A virtual scrolling list component that can be sorted by dragging",
"main": "dist/virtual-drag-list.min.js",
"files": [
"dist"
],
"scripts": {
"lint": "eslint --fix src --ext .js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mfuu/vue-virtual-drag-list.git"
},
"keywords": [
"vue",
"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/vue-virtual-drag-list/issues"
},
"homepage": "https://github.com/mfuu/vue-virtual-drag-list#readme",
"dependencies": {
"sortable-dnd": "0.5.4"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-syntax-jsx": "^7.16.5",
"@babel/preset-env": "^7.8.7",
"@vue/compiler-sfc": "^3.2.26",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"cross-env": "^7.0.3",
"eslint": "^6.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^8.2.0",
"prettier": "^2.8.4",
"rollup": "^1.32.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.14",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/chuanggao/vue-virtual-drag-list.git
git@gitee.com:chuanggao/vue-virtual-drag-list.git
chuanggao
vue-virtual-drag-list
vue-virtual-drag-list
main

搜索帮助