forked from react-dnd/react-dnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 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
46
47
48
49
50
51
52
{
"name": "react-dnd",
"version": "0.9.6",
"description": "Drag and drop for React with full DOM control",
"main": "dist-modules/index.js",
"scripts": {
"start": "./scripts/run-examples",
"build": "./scripts/build"
},
"repository": {
"type": "git",
"url": "https://github.com/gaearon/react-dnd.git"
},
"keywords": [
"react",
"file",
"drag",
"drop",
"upload",
"html5",
"draggable",
"droppable",
"mixin",
"javascript",
"react-component"
],
"author": "Dan Abramov <[email protected]> (http://github.com/gaearon)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaearon/react-dnd/issues"
},
"homepage": "https://github.com/gaearon/react-dnd",
"dependencies": {
"flux": "^2.0.1",
"lodash": "^3.1.0"
},
"peerDependencies": {
"react": ">=0.12.0 <0.14.0"
},
"devDependencies": {
"6to5": "^3.5.3",
"6to5-core": "^3.5.3",
"6to5-loader": "^3.0.0",
"path": "0.4.9",
"react": "0.12.x",
"react-hot-loader": "^1.1.4",
"react-router": "0.12.x",
"request": "2.46.0",
"webpack": "1.5.3",
"webpack-dev-server": "1.7.0"
}
}