-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
43 lines (43 loc) · 1006 Bytes
/
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
{
"name": "v-drag",
"version": "3.0.9",
"description": "The simplest way to integrate drag on Vue.js",
"scripts": {
"build": "rollup --config",
"test": "jest"
},
"main": "dist/main.js",
"module": "dist/module.js",
"unpkg": "dist/browser.js",
"keywords": [
"vue",
"vuejs",
"vue2",
"vue3",
"drag",
"draggable",
"dragging"
],
"homepage": "https://github.com/nil/v-drag",
"repository": {
"type": "git",
"url": "git https://github.com/nil/v-drag.git"
},
"license": "MIT",
"author": "Nil Vila",
"bugs": {
"url": "https://github.com/nil/v-drag/issues"
},
"devDependencies": {
"@babel/preset-env": "^7.18.2",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^8.5.0",
"jest": "^28.1.1",
"rollup": "^2.9.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^6.1.0"
}
}