forked from mfuu/vue-virtual-drag-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "vue-virtual-draglist-lock-axis-fork",
"version": "2.8.0",
"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/Tieriko/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-lock-axis-fork": "^0.6.0"
},
"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": "^17.2.2",
"vue-template-compiler": "^2.6.14"
}
}