forked from kutlugsahin/react-smooth-dnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 827 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
{
"name": "react-smooth-dnd",
"version": "0.4.0",
"description": "Drag and Drop library",
"main": "./dist/index.js",
"scripts": {
"build": "webpack --mode production"
},
"keywords": [
"react",
"sortable",
"drag and drop",
"drag&drop",
"drag",
"drop",
"draggable",
"dnd"
],
"author": {
"name":"Kutlu Sahin",
"email": "kutlugsahin@gmail.com"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/kutlugsahin/react-smooth-dnd.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.13"
},
"dependencies": {
"smooth-dnd": "^0.4.3"
}
}