forked from tutagomes/smooth-dnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
{
"name": "@test137e29b/smooth-dnd",
"version": "0.12.11",
"description": "Drag and Drop library, with fix for .setDraggables of undefined",
"main": "./dist/index.js",
"scripts": {
"bundle": "rollup -c --environment INCLUDE_DEPS,BUILD:production",
"tsc": "tsc --emitDeclarationOnly --outDir dist",
"build": "npm run tsc && npm run bundle"
},
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"sortable",
"drag and drop",
"drag&drop",
"drag",
"drop",
"draggable",
"dnd"
],
"author": "Redacted",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/test137e9b/smooth-dnd.git"
},
"devDependencies": {
"@babel/core": "7.3.4",
"@babel/preset-env": "7.3.4",
"@babel/preset-typescript": "7.3.3",
"rollup": "1.4.0",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-uglify": "6.0.2",
"typescript": "3.3.3333"
},
"bugs": {
"url": "https://github.com/test137e29b/smooth-dnd/issues"
},
"homepage": "https://github.com/test137e29b/smooth-dnd#readme",
"dependencies": {}
}