-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 961 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
{
"name": "draggable-helper",
"version": "6.0.5",
"description": "To simplify drag and drop.",
"main": "dist/draggable-helper.cjs.js",
"module": "dist/draggable-helper.esm.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"build": "rollup -c scripts/build.js & node scripts/build.js --report",
"watch": "rollup -c scripts/build.js --watch"
},
"author": "phphe <[email protected]> (https://github.com/phphe)",
"unpkg": "dist/draggable-helper.js",
"bugs": {
"url": "https://github.com/phphe/draggable-helper/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/phphe/draggable-helper.git"
},
"devDependencies": {
"@rollup-use/core": "^0",
"@rollup-use/ts": "^0",
"typescript": "^4"
},
"dependencies": {
"@babel/runtime": "^7.7.7",
"drag-event-service": "^1.1.7",
"helper-js": "^2.0.7",
"tslib": "^2"
},
"license": "MIT"
}