-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
63 lines (63 loc) · 1.63 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
{
"name": "vue-dndrop",
"version": "1.2.8",
"description": "Vue wrappers for drag and drop",
"author": "amendx && kutlugsahin",
"repository": {
"type": "git",
"url": "git+https://github.com/amendx/vue-dndrop.git"
},
"contributors": [
"Dave Stewart (https://github.com/davestewart)",
"Kurt Lugsahin (https://github.com/kutlugsahin)",
"Amanda Esmeraldo (https://github.com/amendx)"
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"Vue",
"Vue.js",
"sortable",
"drag and drop",
"drag&drop",
"drag",
"drop",
"draggable",
"dnd"
],
"main": "dist/vue-dndrop.js",
"module": "dist/vue-dndrop.esm.js",
"jsnext:main": "dist/vue-dndrop.esm.js",
"files": [
"dist/"
],
"scripts": {
"dev": "rollup -c build/rollup.js -w",
"build": "rollup -c build/rollup.js",
"docs": "cd docs && npm run dev",
"lint": "eslint src/*"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/amendx/vue-dndrop/issues"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"prismjs": "^1.25.0",
"raw-loader": "^4.0.2",
"rollup": "^2.56.2",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-license": "^2.5.0",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4"
},
"homepage": "https://github.com/amendx/vue-dndrop#readme"
}