-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 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
{
"name": "react-as-dnd",
"version": "0.1.3",
"description": "一个React的拖拽组件",
"main": "src/index.js",
"scripts": {
"start": "node server.js",
"build": "webpack"
},
"author": "skyinlayer",
"license": "MIT",
"devDependencies": {
"autoprefixer-loader": "~2.0.0",
"babel-core": "~5.5.4",
"babel-eslint": "~4.1.1",
"babel-loader": "~5.1.4",
"css-loader": "~0.14.4",
"eslint": "~1.3.1",
"eslint-plugin-react": "^3.3.1",
"less": "~2.5.1",
"less-loader": "~2.2.0",
"node-libs-browser": "^0.5.2",
"react-hot-loader": "~1.2.7",
"style-loader": "~0.12.3",
"webpack": "~1.9.10",
"webpack-dev-server": "~1.9.0"
},
"peerDependencies": {
"react": "~0.13.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LingyuCoder/react-as-dnd.git"
},
"keywords": [
"react",
"drag",
"drop",
"dnd"
],
"bugs": {
"url": "https://github.com/LingyuCoder/react-as-dnd/issues"
},
"homepage": "https://github.com/LingyuCoder/react-as-dnd#readme",
"dependencies": {
"react-as-event-mixin": "~0.1.1",
"react-mixin": "~1.7.0"
}
}